This repository has been archived by the owner on Sep 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b6654d5
commit 421d220
Showing
1 changed file
with
2 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,4 @@ | ||
# Ultimate Windows Toolbox | ||
This script is the culmination of many scripts and gists from github with features of my own. I am building this script to be a swiss army knife of Windows tools to help setup and optimize machines. | ||
This script has evolved and is now improved with a new UI and multiple other fixes @ <https://github.com/ChrisTitusTech/winutil> | ||
|
||
## My Additions | ||
- One command to run | ||
- Full GUI implementation | ||
- Winget install | ||
- Install popular programs with one click | ||
- O&O Shutup 10 CFG and Run | ||
- Dark/Light mode | ||
- Semi-configurable | ||
|
||
## How to Run | ||
Paste this command into Powershell (admin): | ||
``` | ||
iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/JJ8R4')) | ||
``` | ||
Or, shorter: | ||
``` | ||
iwr -useb https://git.io/JJ8R4 | iex | ||
``` | ||
|
||
For complete details check out https://christitus.com/debloat-windows-10-2020/ | ||
## For complete details check out https://christitus.com/windows-tool/ |