birdu143 / win10script

This is the Ultimate Windows 10 Script from a creation from multiple debloat scripts and gists from github.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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/

About

This is the Ultimate Windows 10 Script from a creation from multiple debloat scripts and gists from github.

License:MIT License


Languages

Language:PowerShell 78.8%Language:Shell 19.8%Language:Batchfile 1.3%