Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
Go to file
2022-09-07 15:15:02 -05:00
.github/ISSUE_TEMPLATE Update issue templates 2022-05-04 15:04:15 -05:00
.gitignore Remove trap function 2022-09-05 20:33:54 -05:00
applications.json Test (#94) 2022-09-05 13:32:48 -05:00
LICENSE Initial commit 2022-04-27 21:25:19 -05:00
MainWindow.xaml Test (#94) 2022-09-05 13:32:48 -05:00
README.md Update README.md 2022-09-06 16:52:05 -05:00
screen-install.png readme update 2022-09-06 16:49:27 -05:00
winutil-test.ps1 Test (#94) 2022-09-05 13:32:48 -05:00
winutil.ps1 Security Fix and GPO Home Enable 2022-09-07 15:15:02 -05:00

Chris Titus Tech Windows Utility

screen-install

Launch Command:

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

Overview

  • Install
    • Installs all selected programs
  • Tweaks
    • Optimizes windows and reduces running processes
  • Config
    • Quick configurations for Windows Installs
  • Updates
    • Fixes the default windows update scheme

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

Any new code must be submitted to TEST BRANCH! - No merges will be performed on MAIN branch

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.