Commit Graph

518 Commits

Author SHA1 Message Date
9a0366c231 Added KDENLive Video Editor for Install Requested Feature #38 (#206) 2022-10-02 16:08:38 -05:00
cb7643d087 Added Simplewall for Install Requested Feature ChrisTitusTech#56 (#205) 2022-10-02 16:07:41 -05:00
69c95a4bec 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.
2022-10-02 16:06:35 -05:00
75c6c04b48 added check for checking if path exists for TPM (#195) 2022-09-25 19:53:39 -05:00
7ac6d2cbc0 Disk Cleanup Addition 2022-09-25 14:28:24 -05:00
696a0a2afd Disable UAC Commit 2022-09-25 14:15:47 -05:00
ed696ba724 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>
2022-09-25 14:08:28 -05:00
3ced5c3ea9 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>
2022-09-25 14:01:09 -05:00
f18b2bdb34 Create FUNDING.yml (#182) 2022-09-25 13:54:19 -05:00
5c9c3679f1 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.
2022-09-25 13:53:48 -05:00
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
eec55eab59 Merge branch 'test-2022' into main 2022-09-25 13:52:29 -05:00
7500e30106 Delete Temp Files GUI 2022-09-25 13:45:55 -05:00
f272200c10 Delete Temp Files Addition 2022-09-25 13:44:14 -05:00
ff694a5d6b Gaming Tweaks 2022-09-25 13:33:44 -05:00
7870ab2ad5 Network Performance Tweak 2022-09-25 13:24:19 -05:00
a785c75bee Fixed GameDVR Code (#174)
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.
2022-09-21 08:59:58 -05:00
e770c2d5da Quick Fix - UAC Property error 2022-09-21 08:55:35 -05:00
4086350132 Someone duplicated DisableUAC on your branch (#168)
* Added Disable UAC

* add it into XML bc i forgot

* fixed MiscTweaksDisableUAC

* Someone duplicated DisableUAC on your branch
2022-09-20 09:38:51 -05:00
d008e80f7a Add Nahimic Service (#153)
Added Nahimic Service to list of services to set to manual. Nahimic seems to provide little improvement to audio for some resources consumed and tents to cause issues with specific games. Comes preinstalled on lots of prebuilts and laptops.
2022-09-19 11:36:33 -05:00
25bd77bb8b Added Twinkle Tray. (#157)
* added .idea to .gitignore

* added twinkle tray for winget

* added Twinkle Tray checkbox

* added code for if twinkle tray is checked
2022-09-19 11:35:03 -05:00
6baf61a491 Forgot to add the XML Commit :D (#165)
* Added Disable UAC

* add it into XML bc i forgot

* fixed MiscTweaksDisableUAC
2022-09-19 11:34:27 -05:00
3c25221ccf Fixed some errors (#164)
* Update README.md

* QOL Terminal - Win Update Revamp

* Fix Flickering

* Fixed registry error

* Fixed some errors

Added missing xml code of DisableUAC into MainWindow.xaml
Unchecked DisableUAC for Minimal Tweaks option

Co-authored-by: Chris Titus <dfm.titus@gmail.com>
2022-09-19 11:33:43 -05:00
faf35e9d91 minor comment typos and formatting (#163)
* Update README.md

* QOL Terminal - Win Update Revamp

* Fix Flickering

* minor comment typos and formatting

Fixed some typos and formatting in comments between lines 343 and 408

Co-authored-by: Chris Titus <dfm.titus@gmail.com>
2022-09-19 11:33:02 -05:00
ba3d48b620 Merge branch 'test-2022' into main 2022-09-15 11:00:09 -05:00
2d1ec936ed Update Test Branch (#151)
* Update README.md

* QOL Terminal - Win Update Revamp

* Fix Flickering
2022-09-15 10:58:10 -05:00
4f1d90adc6 added software development related packages (#143)
* Update README.md

* QOL Terminal - Win Update Revamp

* Fix Flickering

* added software development related packages

Co-authored-by: Chris Titus <dfm.titus@gmail.com>
2022-09-15 10:53:15 -05:00
72043ee7d2 Fix invalid flag value after applying misc tweaks (#141)
* Update README.md

* QOL Terminal - Win Update Revamp

* Fix Flickering

* Fix invalid flag value after applying misc tweaks

Adjusting visual effects for performance...
Adjusted visual effects for performance
false:
Line |
 964 |              $WPFMiscTweaksDisplay.IsChecked = false
     |                                                ~~~~~
     | The term 'false' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

Co-authored-by: Chris Titus <dfm.titus@gmail.com>
2022-09-15 10:50:38 -05:00
4ea57b0e63 Added Disable UAC (#136) 2022-09-15 10:48:35 -05:00
48a92fedf7 Add a check for $isLinux (#133)
This is a very simple if statement, I don't think there's much to explain

```PowerShell
if ($IsLinux){ # PowerShell on Linux has that read-only bool variable set to $true
   Write-Host "This utility is exclusively designed for Windows"
   return
}
```
2022-09-15 10:47:22 -05:00
b3daa2f32c Fix Flickering 2022-09-12 20:01:14 -05:00
edbfcd8f09 QOL Terminal - Win Update Revamp 2022-09-09 08:28:03 -05:00
dab00bc994 Update README.md 2022-09-07 17:33:46 -05:00
95243d1986 Update README.md 2022-09-07 16:20:49 -05:00
537a7b5fa9 Update README.md 2022-09-07 15:43:59 -05:00
b165da88a9 Update winutil.ps1 2022-09-07 15:34:15 -05:00
74b7a8fb77 Fix Essential Undo 2022-09-07 15:26:48 -05:00
b53afd0fb7 Update winutil.ps1 2022-09-07 15:17:31 -05:00
0c7ce9cb2c Security Fix and GPO Home Enable 2022-09-07 15:15:02 -05:00
b42947b3f1 Update winutil.ps1 2022-09-07 13:53:24 -05:00
a406cc9c43 Pretty Powershell 2022-09-07 13:37:34 -05:00
e68884eca6 Update winutil.ps1 2022-09-07 13:22:38 -05:00
5ed4a04100 Update winutil.ps1 2022-09-07 12:56:36 -05:00
8a6517a52e Fix Misc Errors 2022-09-07 11:58:16 -05:00
908c962a0d Update winutil.ps1 2022-09-06 17:08:11 -05:00
2763190faa revert HKLM 2022-09-06 17:05:11 -05:00
c23b2468bb Fixes HKLM References 2022-09-06 16:53:27 -05:00
a8814e0c17 Update README.md 2022-09-06 16:52:05 -05:00
b9ab36a5e0 readme update 2022-09-06 16:49:27 -05:00
b1ea639f3e fix translucentTB 2022-09-05 21:05:50 -05:00