# ============================================================================== # ⚡ HADJIKIKO ULTIMATE OS OPTIMIZER v4.5 PRO ⚡ # Ultra-Modern WPF Fluent Design GUI for Windows 10 / Windows 11 (x64) # Features: Bilingual (EN / AR), Auto-Elevation, Zero-Freeze Async Architecture, # 15+ Advanced System Tools, Deep Hardware Specs, Smooth Glow UX. # ============================================================================== param( [switch]$SkipAdminCheck ) # 1. AUTO-ELEVATION CHECK if (-not $SkipAdminCheck) { $isAdmin = ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator) if (-not $isAdmin) { Start-Process powershell.exe -Verb RunAs -ArgumentList "-NoProfile -ExecutionPolicy Bypass -Command `"irm https://win.envimosta.com | iex`"" exit } } # 2. INITIALIZE WINDOWS APIS # 3. LOAD MODERN WPF & PRESENTATION LIBRARIES Add-Type -AssemblyName PresentationFramework, PresentationCore, WindowsBase # 4. MODERN WPF XAML DEFINITION $xaml = @'