Optimize Windows11 Pro
Πιο συγκεκριμένα, έχει:
- Δημιουργία restore point.
- Ultimate/High Performance plan + USB selective suspend off + HDD timeout off.
- Βασικά visual effects tweaks, transparency off, MinAnimate, κ.λπ.
- SSD βελτιστοποίηση (TRIM, write caching, ScheduledDefrag).
- Απενεργοποίηση κοινών startup apps (Teams, OneDrive, Discord κ.λπ.).
- Βασικό Game Bar off, feedback prompts off.
- Background apps restriction, AppPrivacy, Windows Update auto-reboot & continuous innovation off.
- Network throttling off, NIC power management off, SystemResponsiveness, MenuShowDelay.
- Temp/Prefetch cleanup.
- Πλήρης απεγκατάσταση OneDrive.
- Πλήρης telemetry off (DiagTrack + AllowTelemetry=0).
- UWP bloatware uninstall.
- Πλήρης Xbox removal.
- Copilot/AI uninstall + policy off.
- Services (Fax, Search, Xbox σε Manual, WerSvc Disabled).
- Win32PrioritySeparation=26 + επαλήθευση.
- Extra animations off (UserPreferencesMask + VisualFXSetting).
- DNS cache clean (Clear-DnsClientCache + ipconfig /flushdns).
- SysMain (Superfetch) τελείως Disabled.
- Processor Affinity helper για όποιο process θέλεις. Δημιουργία ProcessPriority.ps1 για dynamic foreground High.
- Disk Cleanup (cleanmgr /sagerun:1) + compact /U /S /I C:.
How to use it
Run as Administrator:
Right-click PowerShell or Windows Terminal → "Run as Administrator", then:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression (Invoke-WebRequest -Uri "https://docs.greenhome.stream/attachments/66" -UseBasicP) | Out-Null
or
iex (iwr -UseBasicParsing "https://docs.greenhome.stream/attachments/66").Content
or
powershell -NoProfile -ExecutionPolicy Bypass -Command "iex (Invoke-WebRequest -UseBasicParsing 'https://docs.greenhome.stream/attachments/66').Content"
The script runs fully automated—no prompts, no user interaction needed. It uses a clean, timestamped, color-coded output so you see exactly what's happening in real-time.
Safety features
- Creates a restore point first (you can roll back if needed)
- All registry/service changes use
-ErrorAction SilentlyContinuefor non-critical operations - Won't break if certain features don't exist on your system
- Detailed success/warning/error messages for troubleshooting
What you'll see
The output uses:
- Cyan headers for each section
- Green checkmarks for successful operations
- Yellow warnings for partial/skipped operations
- Red errors if something fails
- Timestamped steps
[HH:mm:ss] ► Action
After completion, you'll get a summary and a restart prompt (press any key to exit, then reboot manually).
No Comments