One unified hub to update drivers, install runtimes, debloat telemetry, update store apps, and deploy essential portable utilities to fresh Windows laptops & PCs.
irm optimize.arashyt.ca/run | iex
Installs OS updates, drivers, store apps & winget automatically.
Disables telemetry, telemetry tracking & restores classic context menu.
Extracts Winaero, SDIO, WizTree, Geek & BleachBit to Desktop.
Unlocks Ultimate Performance power plan and cleans cache.
Comprehensive, non-destructive technician tweaks designed to minimize DPC latency, maximize I/O throughput, reclaim gigabytes of NAND storage, and remove background bloatware.
Runs powercfg -h off to remove hiberfil.sys, instantly freeing SSD space equivalent to 100% of installed RAM.
powercfg -h off
Compresses Windows system files using LZX/XPRESS8K algorithm with transparent hardware decompression and zero CPU penalty.
compact.exe /CompactOS:always
Stops NTFS from generating legacy DOS 8.3 file names on every file write, speeding up directory traversal on large drives.
fsutil 8dot3name set 1
Prevents writing a timestamp update to disk on every single file read, eliminating unnecessary SSD write amplification.
fsutil behavior set disablelastaccess 1
Verifies NTFS delete notify is enabled and triggers an active block Re-TRIM pass across NVMe and SATA SSDs.
Optimize-Volume -DriveLetter C -ReTrim
Executes DISM deep component cleanup with /ResetBase to permanently purge outdated Windows Update backups.
dism /online /cleanup-image /startcomponentcleanup /resetbase
Clears residual update binaries in SoftwareDistribution\Download and Delivery Optimization local caches.
Remove-Item C:\Windows\SoftwareDistribution\Download\*
Purges corrupted IconCache.db and thumbcache_*.db to fix black squares and visual glitches in Explorer.
del /a /q %localappdata%\IconCache.db
Unlocks Microsoft's enterprise Ultimate Performance power scheme to eliminate micro-latencies across all CPU execution cores.
powercfg -duplicatescheme e9a42b02...
Sets CPMINCORES 100 so all physical CPU cores stay active and ready for immediate multithreaded processing.
powercfg -setacvalueindex ... CPMINCORES 100
Prevents Windows 10/11 from aggressively down-clocking background applications, rendering tasks, and batch transfers.
PowerThrottlingOff = 1
Passes video memory management directly to the GPU hardware scheduler, significantly reducing CPU scheduling overhead.
HwSchMode = 2
Windows reserves 20% of CPU for background services by default. Setting this to 0 grants 100% CPU priority to active foreground apps.
SystemResponsiveness = 0
Disables network throttling during media playback (0xFFFFFFFF) and elevates game thread priority to High.
NetworkThrottlingIndex = 0xFFFFFFFF
Fixes synthetic clock jitter and desynchronization in real-time audio and high refresh rate gaming.
bcdedit /set disabledynamictick yes
Disables "Enhance Pointer Precision" and forces 1:1 hardware sensor tracking for muscle memory accuracy.
MouseSpeed = 0
& { irm https://optimize.arashyt.ca/run } -DeepTweaks
Select only the components you need for this machine and generate a tailored one-liner or downloadable batch file instantly.
irm https://optimize.arashyt.ca/run | iex
Individual tools, instant 1-click copy commands, and portable download mirrors.
The gold-standard Windows Utility. Install software, run debloat tweaks, configure Windows updates, and fix problems with a full GUI.
Fast, clean driver updater for finding missing hardware drivers, chipset, audio, and Wi-Fi drivers without ads or bloatware.
Comprehensive system tweaking tool: customize context menus, disable ads, lock screen tweaks, disable telemetry, and unlock hidden settings.
Official lightweight cleanup tool from Microsoft. 1-click RAM boost, storage cleaner, startup app management, and security health check.
The standard for disabling Windows 10/11 telemetry, activity tracking, Cortana, search logging, and diagnostic feedback safely.
Scans NTFS MFT in under 2 seconds. Identifies what is consuming your disk space with instant visual tree maps and search.
Force removes stubborn programs, leftover registry entries, and Windows Store apps cleanly in a fast single executable.
Completely removes NVIDIA, AMD, and Intel display & audio drivers without leaving residual registry keys, shaders, or files.
Installs all Microsoft Visual C++ redistributable packages in 1 click. Eliminates VCRUNTIME140.dll and missing runtime errors.
Select from over 200+ essential software packages across 10 specialized categories or choose a role preset below to generate an instant silent batch installer.
winget install --id Google.Chrome -e --silent --accept-package-agreements --accept-source-agreements && winget install --id 7zip.7zip -e --silent --accept-package-agreements --accept-source-agreements && winget install --id Microsoft.PowerToys -e --silent --accept-package-agreements --accept-source-agreements && winget install --id VideoLAN.VLC -e --silent --accept-package-agreements --accept-source-agreements && winget install --id RustDesk.RustDesk -e --silent --accept-package-agreements --accept-source-agreements
1. Open PowerShell as Administrator (Press Win + X then click Terminal (Admin) or PowerShell (Admin)).
2. Paste and run: irm optimize.arashyt.ca/run | iex
3. The tool will automatically run updates, install PC Manager, download portable tools to your Desktop, and launch CTT WinUtil.