winutil/README.md

39 lines
1.3 KiB
Markdown
Raw Normal View History

2022-09-07 16:20:49 -05:00
# Chris Titus Tech's Windows Utility
2022-05-17 09:34:53 -05:00
2022-09-07 15:43:59 -05:00
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.
2022-09-06 16:49:27 -05:00
![screen-install](screen-install.png)
2022-05-17 09:34:53 -05:00
Launch Command:
```
iwr -useb https://christitus.com/win | iex
```
2022-10-09 13:34:36 -05:00
Or shorter Thanks to [#144](/../../issues/144)
2022-10-09 10:17:01 -05:00
```
irm christitus.com/win | iex
```
2022-05-17 09:34:53 -05:00
2022-09-07 17:33:46 -05:00
EXE Wrapper for $5 @ https://www.cttstore.com/windows-toolbox
2022-09-06 16:52:05 -05:00
## 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
2022-05-17 09:34:53 -05:00
## 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
2022-05-17 11:11:08 -05:00
**Any new code must be submitted to TEST BRANCH! - No merges will be performed on MAIN branch**
2022-05-17 09:34:53 -05:00
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.