Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
Go to file
DeveloperDurp 0951bf5bcd
Fix multiple winget entry in json file (#405)
* Update Branch in script

* add logic to split ; delimiter

* Update Branch in script

* update tests

* Update Branch in script

* Update winutil.ps1

* Update Branch in script

* Update winutil.ps1

* Update Branch in script

Co-authored-by: DeveloperDurp <DeveloperDurp@users.noreply.github.com>
Co-authored-by: Chris Titus <contact@christitus.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
2022-11-29 17:27:36 -06:00
.github Thanksgiving Update (#378) 2022-11-14 15:48:10 -06:00
config Thanksgiving Update (#378) 2022-11-14 15:48:10 -06:00
pester Fix multiple winget entry in json file (#405) 2022-11-29 17:27:36 -06:00
.gitignore Feature/pester (#321) 2022-10-23 13:28:55 -05:00
Edge_Removal.bat Test 2022 (#240) 2022-10-08 18:13:46 -05:00
KnownIssues.md Test Merge - Multiple Fixes (#317) 2022-10-23 00:12:07 -05:00
LICENSE Initial commit 2022-04-27 21:25:19 -05:00
MainWindow-runspace.xaml Thanksgiving Update (#378) 2022-11-14 15:48:10 -06:00
MainWindow.xaml Fix Button Spacing 2022-11-14 16:08:44 -06:00
README.md Update README.md 2022-10-19 09:56:48 -05:00
runspace.ps1 Fix multiple winget entry in json file (#405) 2022-11-29 17:27:36 -06:00
screen-install.png Cleanup from conversion 2022-10-18 08:44:03 -05:00
winget.ps1 Update winget.ps1 2022-10-20 09:10:20 -05:00
winutil.ps1 Fix multiple winget entry in json file (#405) 2022-11-29 17:27:36 -06: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 $10 @ 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.