Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
Go to file
Carter 86628c9d30
Fix issue in #14 (#20)
* Fix issue in #14

 - It seems that Chris forgot to add a button for the Repair Windows Update Script and accidentally put it under the Default Windows Update Settings button.
   - Fixed by adding the $WPFFixesUpdate.Add_Click function before the Reset Script
   - Fixes #14

* decoupling xaml and ps1 (#7)

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

Co-authored-by: Rahul Somasundaram <rahulstsgr@gmail.com>
Co-authored-by: Chris Titus <dfm.titus@gmail.com>
2022-05-17 10:47:54 -05:00
.github/ISSUE_TEMPLATE Update issue templates 2022-05-04 15:04:15 -05:00
.gitignore Update .gitignore 2022-05-10 08:59:02 -05:00
LICENSE Initial commit 2022-04-27 21:25:19 -05:00
MainWindow.xaml xml decouple 2022-05-17 10:38:17 -05:00
README.md Update README.md 2022-05-17 09:34:53 -05:00
winutil-test.ps1 update 2022-05-10 08:37:41 -05:00
winutil.ps1 Fix issue in #14 (#20) 2022-05-17 10:47:54 -05:00

Chris Titus Tech Windows Utility

Launch Command:

iwr -useb https://christitus.com/win | iex

Issues

If you have any issues with the script please submit them to Issues tab here on GitHub and fill out the template so I can fix any bugs or make feature requests.

Contribute Code

For pull requests, be sure and document ALL changes. If you add something to the tweaks section the undo MUST also be applied to remove the new tweaks. Any tweak not following this format will be denied. Any code not well documented will be denied.