Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 488 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 488 Bytes

UltimateWindowsToolbox

Just a simple utility to change some basic Windows functions. I plan on expanding this soon.

Run instructions:

  1. Open PowerShell and run as Administrator.
  2. Enter the following command:

irm bit.ly/windowstoolbox | iex



Fallback commands if that one fails:

irm github.com/PowerPCFan/UltimateWindowsToolbox/raw/main/wintoolbox.ps1 | iex

irm https://raw.githubusercontent.com/PowerPCFan/UltimateWindowsToolbox/main/wintoolbox.ps1 | iex