forked from ChrisTitusTech/win10script
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated readme so it reads better - Added "How to Run" section
- Loading branch information
1 parent
9c0cc78
commit 75ac51d
Showing
1 changed file
with
14 additions
and
9 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,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/ |