Commit Graph
57 Commits
Author SHA1 Message Date
ffc42bb83b cleanup and rebase test (#244) (#245)
* Test 2022 (#240)

* Merge Gaming Tweaks and Temp Files Addition (#193)

* Update README.md

* QOL Terminal - Win Update Revamp

* Fix Flickering

* Quick Fix - UAC Property error

* Network Performance Tweak

* Gaming Tweaks

* Delete Temp Files Addition

* Delete Temp Files GUI

* Added LibreOffice to applications.json and winutil.ps1 to fix #171 (#178)

* Fixes missing LibreOffice (#171)

Added missing LibreOffice to fix issue #171.

* Fixes missing LibreOffice (#171)

Added LibreOffice to winutil.ps1 to fix issue #171.

* Create `FUNDING.yml` (#182)

* Longer Thing (#186)

* redid the whole thing

* man

* Tweaks to change

I like most of these but adding the UAC back in, Disabling Long Paths, and removing TPM properties aren't approved in the default essential tweaks.
This should have been put into the Undo all portion

Co-authored-by: Chris Titus <dfm.titus@gmail.com>

* Move winget install to user temp folder (#192)

* Move winget install to user temp folder

* Fix path variable

Co-authored-by: Chris Titus <dfm.titus@gmail.com>

* Disable UAC Commit

* Disk Cleanup Addition

* added check for checking if path exists for TPM (#195)

* Disable Gamebar Presence Writer (#202)

* Fixed GameDVR Code

Registry values were not changing after applying GameDVR tweaks.
Because all the registry tweaks were under if condition in the code.
Modified that and now working properly.

* Diable Gamebar Presence Writer

Gamebar Presence Writer causes stutter in games, while running in
background.
Deactivated the trigger of Gamebar Presence Writer to resolve this.

* Added Simplewall for Install Requested Feature ChrisTitusTech#56 (#205)

* Added KDENLive Video Editor for Install Requested Feature #38 (#206)

* Added WizTree for Install Requested Feature #42 (#207)

* Added Viber for Install Requested Feature ChrisTitusTech/winutil#102 (#208)

* Added Tor Browser for Install (#209)

* Added Internet Download Manager for Install (#210)

* Added Glary Utilities for install (#214)

* Added option to Disable Notifications and Action Center (#220)

* added option for set classic right click menu (#223)

* Create Edge_Removal.bat

* Added option for remove microsoft edge (#224)

* Added option for remove microsoft edge

* Update winutil.ps1

Co-authored-by: Chris Titus <dfm.titus@gmail.com>

* Added Dark Mode (#225)

* Added option to remove cortana (#226)

Co-authored-by: Chris Titus <dfm.titus@gmail.com>

* Putting it all in the same console window

* fix missing bracket

Co-authored-by: hoffmanra <33332650+hoffmanra@users.noreply.github.com>
Co-authored-by: Robin Avery <robin@ribbanya.dev>
Co-authored-by: Sarah <45071533+PrincessAkira@users.noreply.github.com>
Co-authored-by: DeveloperDurp <developerdurp@durp.info>
Co-authored-by: Dipayan Biswas <108147735+d1payan@users.noreply.github.com>
Co-authored-by: Padsala Tushal <57517785+padsalatushal@users.noreply.github.com>

* Fix Disk Cleanup Label

* Update winutil.ps1

Co-authored-by: hoffmanra <33332650+hoffmanra@users.noreply.github.com>
Co-authored-by: Robin Avery <robin@ribbanya.dev>
Co-authored-by: Sarah <45071533+PrincessAkira@users.noreply.github.com>
Co-authored-by: DeveloperDurp <developerdurp@durp.info>
Co-authored-by: Dipayan Biswas <108147735+d1payan@users.noreply.github.com>
Co-authored-by: Padsala Tushal <57517785+padsalatushal@users.noreply.github.com>

Co-authored-by: hoffmanra <33332650+hoffmanra@users.noreply.github.com>
Co-authored-by: Robin Avery <robin@ribbanya.dev>
Co-authored-by: Sarah <45071533+PrincessAkira@users.noreply.github.com>
Co-authored-by: DeveloperDurp <developerdurp@durp.info>
Co-authored-by: Dipayan Biswas <108147735+d1payan@users.noreply.github.com>
Co-authored-by: Padsala Tushal <57517785+padsalatushal@users.noreply.github.com>
2022-10-08 23:29:52 -05:00
Chris Titus 4cb2c6e910 Fix Prog Installs and misc warnings 2022-10-08 23:13:20 -05:00
Chris TitusandGitHub 2f86b08b59 Update winutil.ps1 2022-10-08 22:31:37 -05:00
Chris TitusandGitHub 6d97aed00a Merge branch 'test-2022' into main 2022-10-08 22:27:12 -05:00
Chris TitusandGitHub ca3348d070 Update winutil.ps1 2022-10-08 22:18:08 -05:00
Chris Titus 54ef5e6c90 Fix Disk Cleanup Label 2022-10-08 18:21:34 -05:00
e684d0f9bf Test 2022 (#240)
* Merge Gaming Tweaks and Temp Files Addition (#193)

* Update README.md

* QOL Terminal - Win Update Revamp

* Fix Flickering

* Quick Fix - UAC Property error

* Network Performance Tweak

* Gaming Tweaks

* Delete Temp Files Addition

* Delete Temp Files GUI

* Added LibreOffice to applications.json and winutil.ps1 to fix #171 (#178)

* Fixes missing LibreOffice (#171)

Added missing LibreOffice to fix issue #171.

* Fixes missing LibreOffice (#171)

Added LibreOffice to winutil.ps1 to fix issue #171.

* Create `FUNDING.yml` (#182)

* Longer Thing (#186)

* redid the whole thing

* man

* Tweaks to change

I like most of these but adding the UAC back in, Disabling Long Paths, and removing TPM properties aren't approved in the default essential tweaks.
This should have been put into the Undo all portion

Co-authored-by: Chris Titus <dfm.titus@gmail.com>

* Move winget install to user temp folder (#192)

* Move winget install to user temp folder

* Fix path variable

Co-authored-by: Chris Titus <dfm.titus@gmail.com>

* Disable UAC Commit

* Disk Cleanup Addition

* added check for checking if path exists for TPM (#195)

* Disable Gamebar Presence Writer (#202)

* Fixed GameDVR Code

Registry values were not changing after applying GameDVR tweaks.
Because all the registry tweaks were under if condition in the code.
Modified that and now working properly.

* Diable Gamebar Presence Writer

Gamebar Presence Writer causes stutter in games, while running in
background.
Deactivated the trigger of Gamebar Presence Writer to resolve this.

* Added Simplewall for Install Requested Feature ChrisTitusTech#56 (#205)

* Added KDENLive Video Editor for Install Requested Feature #38 (#206)

* Added WizTree for Install Requested Feature #42 (#207)

* Added Viber for Install Requested Feature ChrisTitusTech/winutil#102 (#208)

* Added Tor Browser for Install (#209)

* Added Internet Download Manager for Install (#210)

* Added Glary Utilities for install (#214)

* Added option to Disable Notifications and Action Center (#220)

* added option for set classic right click menu (#223)

* Create Edge_Removal.bat

* Added option for remove microsoft edge (#224)

* Added option for remove microsoft edge

* Update winutil.ps1

Co-authored-by: Chris Titus <dfm.titus@gmail.com>

* Added Dark Mode (#225)

* Added option to remove cortana (#226)

Co-authored-by: Chris Titus <dfm.titus@gmail.com>

* Putting it all in the same console window

* fix missing bracket

Co-authored-by: hoffmanra <33332650+hoffmanra@users.noreply.github.com>
Co-authored-by: Robin Avery <robin@ribbanya.dev>
Co-authored-by: Sarah <45071533+PrincessAkira@users.noreply.github.com>
Co-authored-by: DeveloperDurp <developerdurp@durp.info>
Co-authored-by: Dipayan Biswas <108147735+d1payan@users.noreply.github.com>
Co-authored-by: Padsala Tushal <57517785+padsalatushal@users.noreply.github.com>
2022-10-08 18:13:46 -05:00
Chris TitusandGitHub 73c965039c Merge branch 'main' into test-2022 2022-10-08 18:09:55 -05:00
Chris Titus 30f7233a1b fix missing bracket 2022-10-08 18:07:08 -05:00
Chris Titus 9b67324243 Merge branch 'test-2022' of https://github.com/ChrisTitusTech/winutil into test-2022 2022-10-08 18:02:50 -05:00
Chris Titus 7ac8be910e Putting it all in the same console window 2022-10-08 17:03:20 -05:00
Chris Titus d977fcbc81 Create Edge_Removal.bat 2022-10-08 16:44:15 -05:00
Chris Titus 7ac6d2cbc0 Disk Cleanup Addition 2022-09-25 14:28:24 -05:00
Chris Titus 696a0a2afd Disable UAC Commit 2022-09-25 14:15:47 -05:00
Chris TitusandGitHub eee524111f Merge Gaming Tweaks and Temp Files Addition (#193)
* Update README.md

* QOL Terminal - Win Update Revamp

* Fix Flickering

* Quick Fix - UAC Property error

* Network Performance Tweak

* Gaming Tweaks

* Delete Temp Files Addition

* Delete Temp Files GUI
2022-09-25 13:52:53 -05:00
Chris TitusandGitHub eec55eab59 Merge branch 'test-2022' into main 2022-09-25 13:52:29 -05:00
Chris Titus 7500e30106 Delete Temp Files GUI 2022-09-25 13:45:55 -05:00
Chris Titus f272200c10 Delete Temp Files Addition 2022-09-25 13:44:14 -05:00
Chris Titus ff694a5d6b Gaming Tweaks 2022-09-25 13:33:44 -05:00
Chris Titus 7870ab2ad5 Network Performance Tweak 2022-09-25 13:24:19 -05:00
Chris TitusandGitHub e770c2d5da Quick Fix - UAC Property error 2022-09-21 08:55:35 -05:00
Chris TitusandGitHub ba3d48b620 Merge branch 'test-2022' into main 2022-09-15 11:00:09 -05:00
Chris TitusandGitHub 2d1ec936ed Update Test Branch (#151)
* Update README.md

* QOL Terminal - Win Update Revamp

* Fix Flickering
2022-09-15 10:58:10 -05:00
Chris Titus b3daa2f32c Fix Flickering 2022-09-12 20:01:14 -05:00
Chris Titus edbfcd8f09 QOL Terminal - Win Update Revamp 2022-09-09 08:28:03 -05:00
Chris TitusandGitHub dab00bc994 Update README.md 2022-09-07 17:33:46 -05:00
Chris TitusandGitHub 95243d1986 Update README.md 2022-09-07 16:20:49 -05:00
Chris TitusandGitHub 537a7b5fa9 Update README.md 2022-09-07 15:43:59 -05:00
Chris Titus b165da88a9 Update winutil.ps1 2022-09-07 15:34:15 -05:00
Chris Titus 74b7a8fb77 Fix Essential Undo 2022-09-07 15:26:48 -05:00
Chris Titus b53afd0fb7 Update winutil.ps1 2022-09-07 15:17:31 -05:00
Chris Titus 0c7ce9cb2c Security Fix and GPO Home Enable 2022-09-07 15:15:02 -05:00
Chris Titus b42947b3f1 Update winutil.ps1 2022-09-07 13:53:24 -05:00
Chris Titus a406cc9c43 Pretty Powershell 2022-09-07 13:37:34 -05:00
Chris Titus e68884eca6 Update winutil.ps1 2022-09-07 13:22:38 -05:00
Chris Titus 5ed4a04100 Update winutil.ps1 2022-09-07 12:56:36 -05:00
Chris Titus 8a6517a52e Fix Misc Errors 2022-09-07 11:58:16 -05:00
ChrisTitusTech 908c962a0d Update winutil.ps1 2022-09-06 17:08:11 -05:00
ChrisTitusTech 2763190faa revert HKLM 2022-09-06 17:05:11 -05:00
ChrisTitusTech c23b2468bb Fixes HKLM References 2022-09-06 16:53:27 -05:00
ChrisTitusTech a8814e0c17 Update README.md 2022-09-06 16:52:05 -05:00
ChrisTitusTech b9ab36a5e0 readme update 2022-09-06 16:49:27 -05:00
Chris Titus b1ea639f3e fix translucentTB 2022-09-05 21:05:50 -05:00
Chris Titus f7b0d61419 Fix invalid reg entries 2022-09-05 20:43:41 -05:00
Chris Titus 6905b04b00 Remove trap function 2022-09-05 20:33:54 -05:00
Chris TitusandGitHub bf1d455f80 Fix Long Shutdown and Restart
set NOT to clear page file on shutdown
2022-06-29 21:47:37 -05:00
Chris TitusandGitHub b4cd8e554e Update README.md 2022-05-17 11:11:08 -05:00
ChrisTitusTech a4019d74ec Update MainWindow.xaml 2022-05-17 09:42:56 -05:00
Chris TitusandGitHub 80f934f9a1 Update README.md 2022-05-17 09:34:53 -05:00
Chris Titus f7f5ceef25 Update .gitignore 2022-05-10 08:59:02 -05:00
Chris Titus feb1fb4c7c update 2022-05-10 08:37:41 -05:00
Chris Titus 4d2f56bddf Merge branch 'main' of https://github.com/ChrisTitusTech/winutil 2022-05-10 08:18:18 -05:00
Chris Titus f55814f349 update 2022-05-10 08:18:13 -05:00
Chris TitusandGitHub ee862ae648 Update issue templates 2022-05-04 15:04:15 -05:00
Chris Titus 13a1b0e254 update 2022-04-29 23:11:51 -05:00
ChrisTitusTech 59688d367c Initial 2022-04-27 22:42:07 -05:00
Chris TitusandGitHub 01d8c04f20 Initial commit 2022-04-27 21:25:19 -05:00