From fresh Windows ISO to fully riced desktop β one script. Automates post-installation configuration, applies performance tweaks, installs drivers and software, and sets up your personalized desktop environment.
Features β’ Installation β’ Troubleshooting β’ Integrations β’ Compatibility β’ Credits
No other tool covers this complete pipeline: Windows ISO β System tweaks β Driver install β Desktop customization
- Windows installation answer file creation guide
- Driver installation support for NVIDIA, AMD, HP, Lenovo, ASUS, MSI and more
- Security tools: Disable Defender, remove Copilot/Recall, privacy hardening
- 13 selectable tweak categories with progress feedback
- GPU-specific tweaks for NVIDIA and AMD
- Enhanced input responsiveness (mouse & keyboard)
- DirectX enhancements and power management
- Disk space management and cleanup
- UniGetUI β modern graphical interface for Windows Package Manager
- Pre-built app bundles: Development, Browsers, Utilities, Productivity, Gaming, Communications
π¨ Desktop Customization (Windots)
- Config installer for VSCode-based editors, Windows Terminal, PowerShell
- Spotify tools (SpotX, Spicetify), Steam Millennium theme
- macOS cursor, Rectify11 UI theme, Oh My Posh prompt
- Windows 11 (22H2 or newer)
- PowerShell 5.1 (included with Windows 11 by default)
- Administrator rights
- Internet connection
Step 1. Open PowerShell as Administrator
Press
Win + Xβ select Windows Terminal (Admin) or PowerShell (Admin)
Step 2. Run the launcher:
irm https://raw.githubusercontent.com/emylfy/simplify11/main/scripts/launch.ps1 | iexStep 3. The interactive menu opens automatically. No further installation needed.
Creates a shortcut to always launch the latest version:
irm https://raw.githubusercontent.com/emylfy/simplify11/main/scripts/install.ps1 | iexThis uses
irm | iexβ a common PowerShell pattern in the community. The full source code is open at github.com/emylfy/simplify11 for review. Always create a restore point before applying system tweaks β Simplify11 does this automatically.
| Problem | Solution |
|---|---|
| "Running scripts is disabled on this system" | Run: Set-ExecutionPolicy RemoteSigned -Scope CurrentUser |
| "Module not found" error | Re-run the Quick Start command to get the latest version |
| UAC prompt appears on launch | Normal β click Yes for operations requiring admin rights |
| Registry errors in tweaks | Check %USERPROFILE%\Simplify11\logs\ for the session log |
| UniGetUI won't install | Run winget source reset --force in an admin PowerShell |
| WinUtil / Sparkle won't launch | Check your internet connection and firewall settings |
|
WinUtil Install programs, tweaks, fixes and updates |
WinScript Build custom setup scripts |
![]() GTweak Tweaking tool and debloater |
![]() Sparkle Windows package manager |
![]() DefendNot Disable Windows Defender |
![]() RemoveWindowsAI Remove Copilot & Recall |
Privacy.sexy Security enhancement |
UniGetUI Discover, install and update packages |
| Windows Version | Status |
|---|---|
| Windows 11 25H2 | Supported β |
| Windows 11 24H2 | Fully tested β |
| Windows 11 23H2 | Supported β |
| Windows 11 22H2 | Should work (not actively tested) |
| Windows 10 | Not supported β |
| Insider Builds | Use at your own risk |
Requirements: PowerShell 5.1+ (included with Windows 11), Administrator privileges for system tweaks, Internet connection.
| Project | Description |
|---|---|
| AlchemyTweaks/Verified-Tweaks | A collection of verified and tested Windows modifications |
| ashish0kumar/windots | Windows customization and dotfiles management |
| ChrisTitusTech/winutil | Windows utility tool by Chris Titus Tech |
| flick9000/winscript | Custom Windows script builder |
| Greedeks/GTweak | Windows tweaking tool and debloater |
| Parcoil/Sparkle | Windows Package Manager wrapper |
| marticliment/UniGetUI | Modern GUI for Windows package managers |





