Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
Go to file
Carter 4ab2a2790d
Fix and Tweak #19 (#43)
* Fix Issue in #19

 - Pull Request #19 didn't add an entry for PanelDISM into MainWindow.xaml, causing an error to be thrown when the script if executed and a button to not be created
   - Fixed by adding an entry into MainWIndow.xaml that creates the needed button under the FixesUpdate button
   - Note: To see the fix, you need to comment line 9 and uncomment line 8 to use the local MainWindow.xaml instead of the one in the Main Branch

* Fix Formatting and Tweak Things

 - Fixed the formatting
 - Tweaked Write-Host's
   - Added newlines (`n) to space out the Statuses
   - Added progress indicators
     - Required "s and 's to be swapped so x/4 does not perform an operation

* Slight Tweak
2022-06-29 21:36:11 -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
applications.json Working runspaces (#32) 2022-05-18 12:51:57 -05:00
LICENSE Initial commit 2022-04-27 21:25:19 -05:00
MainWindow.xaml Fix and Tweak #19 (#43) 2022-06-29 21:36:11 -05:00
README.md Update README.md 2022-05-17 09:34:53 -05:00
winutil-test.ps1 Working runspaces (#32) 2022-05-18 12:51:57 -05:00
winutil.ps1 Fix and Tweak #19 (#43) 2022-06-29 21:36:11 -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.