Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Updated readme so it reads better
- Added "How to Run" section
  • Loading branch information
mrhaydendp authored Sep 2, 2021
1 parent 9c0cc78 commit 75ac51d
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# win10script
This is the Ultimate Windows 10 Script from a creation from multiple debloat scripts and gists from github. I am building the script out to be a swiss army knife to help setup new machines and tweak existing ones saving time for all.
# Ultimate Windows 10 Script
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.

## 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

- Dark Mode
- One Command to launch and run
- Winget Install
- O&O Shutup10 CFG and Run
- Added Install Programs
- Full GUI Implementation
- Some customization
## How to Run
Paste this command into Powershell (admin):
```
iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/JJ8R4'))
```

For complete details check out https://christitus.com/debloat-windows-10-2020/

0 comments on commit 75ac51d

Please sign in to comment.