Just a simple utility to change some basic Windows functions. I plan on expanding this soon.
- Open PowerShell and run as Administrator.
- 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