Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
Go to file
Chris Titus a0a8b190dc
Test 10 2022 - The GUI Overhaul (#266)
* Create KnownIssues.md

* Formatting and New Appx Function

Fix formatting and added an appx function for grabbing and debloating Microsoft apps.
There is also a program uninstall feature added for removing HP programs built in to new HP PCs.

* Update README.md (#251)

* Added Documentation from #159

* Cleanup and Program Adds

* Trying Uniform Stretch

* Initial GUI Revamp

* Fall 2022 Program Additions

Too many to list.

* Added ToolTips to Tweaks

* Change in App Removal

* Update README.md

* Add Reset News and Interest to Undo all

* Add Wait-Process to Program Installs

* Autologin Addition

* Prep for main merge
2022-10-13 05:59:14 -05:00
.github Test 2022 (#240) 2022-10-08 18:13:46 -05:00
.gitignore Test 10 2022 - The GUI Overhaul (#266) 2022-10-13 05:59:14 -05:00
applications.json Test 2022 (#240) 2022-10-08 18:13:46 -05:00
Edge_Removal.bat Test 2022 (#240) 2022-10-08 18:13:46 -05:00
KnownIssues.md Test 10 2022 - The GUI Overhaul (#266) 2022-10-13 05:59:14 -05:00
LICENSE Initial commit 2022-04-27 21:25:19 -05:00
MainWindow.xaml Test 10 2022 - The GUI Overhaul (#266) 2022-10-13 05:59:14 -05:00
README.md Test 10 2022 - The GUI Overhaul (#266) 2022-10-13 05:59:14 -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 Test 10 2022 - The GUI Overhaul (#266) 2022-10-13 05:59:14 -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

Requires you to launch PowerShell or Windows Terminal As ADMINISTRATOR!

The recommended way is to right click on the start menu and select (PowerShell As Admin Windows 10 - Windows Terminal As Admin Windows 11)

Launch Command:

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

Or shorter Thanks to #144

irm christitus.com/win | iex

If you are having TLS 1.2 Issues or You cannot find or resolve christitus.com/win then run with the following command:

[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12;iex(New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/winutil.ps1')

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

Overview

  • Install
    • Installs all selected programs
    • Has Upgrade ALL existing programs button
  • Tweaks
    • Optimizes windows and reduces running processes
    • Has recommended settings for each type of system
  • Config
    • Quick configurations for Windows Installs
    • Has old legacy panels from Windows 7
    • Reset Windows Update to factory settings
    • System Corruption Scan
  • Updates
    • Fixes the default windows update scheme

Video and Written Article walkthrough @ https://christitus.com/windows-tool/

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.