Skip to content

emylfy/simplify11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Simplify11 Simplify11 icon

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.

Simplify11 Logo

Features β€’ Installation β€’ Troubleshooting β€’ Integrations β€’ Compatibility β€’ Credits

GitHub StarsΒ Β  Repository SizeΒ Β  Last CommitΒ Β  GitHub LicenseΒ Β 

No other tool covers this complete pipeline: Windows ISO β†’ System tweaks β†’ Driver install β†’ Desktop customization

✨ Features

Everything you need for perfect Windows 11 setup

πŸ› οΈ System Configuration

  • 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

πŸš€ Optimization

  • 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

πŸ“¦ Software Management

  • 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

⚑ Installation

Prerequisites

  • Windows 11 (22H2 or newer)
  • PowerShell 5.1 (included with Windows 11 by default)
  • Administrator rights
  • Internet connection

Quick Start

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 | iex

Step 3. The interactive menu opens automatically. No further installation needed.

Persistent Start Menu Shortcut (Optional)

Creates a shortcut to always launch the latest version:

irm https://raw.githubusercontent.com/emylfy/simplify11/main/scripts/install.ps1 | iex

Security Note

This 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.

πŸ”§ Troubleshooting

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

πŸ”„ Integrations

Powerful tools in one place

WinUtil Logo
WinUtil
Install programs, tweaks, fixes and updates
WinScript Logo
WinScript
Build custom setup scripts
GTweak Logo
GTweak
Tweaking tool and debloater
Sparkle Logo
Sparkle
Windows package manager
DefendNot Logo
DefendNot
Disable Windows Defender
RemoveWindowsAI Logo
RemoveWindowsAI
Remove Copilot & Recall
Privacy.sexy Logo
Privacy.sexy
Security enhancement
UniGetUI Logo
UniGetUI
Discover, install and update packages

πŸ’» Compatibility

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.

🌟 Credits

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

⭐ Love this project? Show your support by giving it a star!

πŸ“« Have suggestions or found a bug? Open an Issue.