A PowerShell registry manager for quickly applying Windows UI, performance, and privacy tweaks.
irm wt.ash1421.com | iexpowershell -c "irm wt.ash1421.com | iex"Saves a local copy to %TEMP%\tweaks.ps1 before running — useful if you want to relaunch as admin without re-downloading, or just keep a copy.
irm wt.ash1421.com -OutFile "$env:TEMP\tweaks.ps1"; powershell -ExecutionPolicy Bypass -File "$env:TEMP\tweaks.ps1"Using raw links, Saves a local copy to %TEMP%\tweaks.ps1 before running — useful if you want to relaunch as admin without re-downloading, or just keep a copy.
irm https://raw.githubusercontent.com/Ash1421/win-tweaks/refs/heads/main/tweaks.ps1 -OutFile "$env:TEMP\tweaks.ps1"; powershell -ExecutionPolicy Bypass -File "$env:TEMP\tweaks.ps1"- Download or clone the repo
- Double-click
run.bat
run.bat will attempt to request administrator privileges automatically via UAC. If elevation is unavailable (e.g. in a workspace), it falls back to running as the current user — tweaks that require admin will be skipped with a clear warning, everything else applies fine.
Or run manually in PowerShell / pwsh:
powershell -ExecutionPolicy Bypass -File tweaks.ps1Note: The script works without admin. Tweaks that need
HKLMaccess (Telemetry, Cortana, Activity History, Location Tracking, Windows Security icon) are clearly marked[Admin]in the menu and will be skipped gracefully if not elevated, rather than erroring out. Use option 13 on the main menu to relaunch as Administrator at any time.
On launch the script detects whether you are running as Administrator and displays this in the header. You navigate numbered menus to apply tweaks individually, or hit 1 to apply Ash's full profile in one shot.
A registry backup is saved to %TEMP%\registry_backup.reg automatically before the profile runs. You can also back up and restore manually from the main menu at any time.
After applying tweaks, use option 11 Restart Explorer or reboot for all changes to take effect.
This project is licensed under the GPL v3.0 (GNU General Public License V3.0).
Made with 💜 by @Ash1421
⭐ Star this repo if you like it! ⭐