Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
Go to file
Chris Titus bf227887f9
Test Merge - Multiple Fixes (#317)
* clean up

* Update runspace.ps1 for new tweaks (#291)

* clean up (#290)

* Update Tweaks

Co-authored-by: Chris Titus <dfm.titus@gmail.com>

* Github actions to update script based on branch (#294)

* clean up (#290)

* Update Tweaks

* test pipeline

* test pipeline

* chore: autopublish 2022-10-19T09:34:35Z

* test pipeline

* test pipeline

* chore: autopublish 2022-10-19T11:39:50Z

* test pipeline

* test pipeline

* test pipeline

* test pipeline

* test pipeline

* test pipeline

* test

* please work

* Update Branch in script

* test new variable

* Update Branch in script

* test all branches

* updated $BranchToUse to use the correct casing

Co-authored-by: Chris Titus <dfm.titus@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: DeveloperDurp <DeveloperDurp@users.noreply.github.com>

* bring test up to date (#295)

* clean up (#290)

* Update README.md

* Update README.md

* Update README.md

* Update release.yaml

* Replace Broken Issue Links in KnownIssues.md (#297)

- The issues listed in KnownIssues.md were broken due to the issues tab in the previous repo being removed.
  - Replaced with issues in this repo that apply to the issues, if there were any
- I think this issue could be applied to the main branch without worry, but I'll leave that up to you.

* Update Branch in script

* Implement check for local ooshutup10.cfg file (#298)

- Checks for an ooshutup10.cfg file in the current directory and uses it if found
  - This allows users to use custom config files if they wish

* bring winget install script (#302)

* clean up (#290)

* Update README.md

* Update README.md

* Update README.md

* Update winget.ps1

* Update Branch in script

* Brave Fix

* Fix Flickering

New Windows versions HATE timeout tweaks

* Fixing Error Messages

* syntax fix

* Switch to PSGallery winget-installer

* Adding Branch Variables from #309

Co-authored-by: DeveloperDurp <developerdurp@durp.info>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: DeveloperDurp <DeveloperDurp@users.noreply.github.com>
Co-authored-by: Carter <60557606+Carterpersall@users.noreply.github.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
2022-10-23 00:12:07 -05:00
.github Test Merge - Multiple Fixes (#317) 2022-10-23 00:12:07 -05:00
config Test Merge - Multiple Fixes (#317) 2022-10-23 00:12:07 -05:00
.gitignore Runspace Conversion 2022-10-18 08:08:23 -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 revert to old script 2022-10-18 17:26:23 -05:00
MainWindow.xaml revert to old script 2022-10-18 17:26:23 -05:00
README.md Update README.md 2022-10-19 09:56:48 -05:00
runspace.ps1 Test Merge - Multiple Fixes (#317) 2022-10-23 00:12:07 -05: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 Test Merge - Multiple Fixes (#317) 2022-10-23 00:12:07 -05:00

README.md

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.