USE AT YOUR OWN RISK
This tool modifies Windows registry settings and system configurations. While all tweaks can be reverted, incorrect usage may cause system instability.
- Always create a restore point before applying tweaks
- Review what each tweak does before applying
- The author is not responsible for any damage or data loss
- Use on production systems at your own discretion
Run this command in PowerShell (Administrator) to start the PowerShell interface directly:
irm https://raw.githubusercontent.com/26zl/PleaseTweakWindows/main/PleaseTweakWindowsPScript.ps1 | iexBenefits:
- No installation required
- Runs directly in your terminal
- Always up-to-date (fetches from main branch)
- No download of large EXE file
For the JavaFX GUI application with logging and modern interface:
- Download
PleaseTweakWindows.zipfrom releases - Extract the ZIP file
- Right-click
PleaseTweakWindows.exeand select "Run as Administrator" - The JavaFX GUI will start with:
- Visual tweak selector
- Built-in logging to
logs/directory - Create restore point functionality
- All tweaks are reversible
What's included:
PleaseTweakWindows.exe- Native executable (no Java required)scripts/- All Windows optimization scriptslogs/README.txt- Logging information
- Gaming optimizations
- Network tweaks
- Windows settings optimization
- Boot configuration tweaks
- Services management
- System restore point creation
- All tweaks are reversible
- GraalVM 25+ with Native Image
- Maven 3.6+
git clone https://github.com/26zl/PleaseTweakWindows.git
cd PleaseTweakWindows
Build.batThe native executable will be in the target/ folder and a complete distribution package in the dist/ folder.
mvn clean package -DskipNativeBuild=falseThis creates the native executable in target/PleaseTweakWindows.exe.
MIT License
