Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
Go to file
Sarah 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
.github Create FUNDING.yml (#182) 2022-09-25 13:54:19 -05:00
.gitignore Added Twinkle Tray. (#157) 2022-09-19 11:35:03 -05:00
applications.json Added LibreOffice to applications.json and winutil.ps1 to fix #171 (#178) 2022-09-25 13:53:48 -05:00
LICENSE Initial commit 2022-04-27 21:25:19 -05:00
MainWindow.xaml Longer Thing (#186) 2022-09-25 14:01:09 -05:00
README.md Fix invalid flag value after applying misc tweaks (#141) 2022-09-15 10:50:38 -05:00
screen-install.png readme update 2022-09-06 16:49:27 -05:00
winutil-test.ps1 minor comment typos and formatting (#163) 2022-09-19 11:33:02 -05:00
winutil.ps1 Longer Thing (#186) 2022-09-25 14:01:09 -05:00

Chris Titus Tech's Windows Utility

This Utility is a compilation of windows tasks I perform on each Windows system I use. It is meant to streamline installs, debloat with tweaks, troubleshoot with config, and fix Windows updates. I am extremely picky on any contributions to keep this project clean and efficient.

screen-install

Launch Command:

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

EXE Wrapper for $5 @ https://www.cttstore.com/windows-toolbox

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.