
performance_boost.bat
junk_cleaner.bat
@echo off title Junk Cleaner color 0C echo Cleaning temporary files... del /f /s /q %TEMP%\* del /f /s /q C:\Windows\Temp\* cleanmgr /sagerun:1 echo Junk cleanup done. pause
cleanmgr /sageset:1
manually once.disable_startup_apps.bat
@echo off title Startup App Disabler color 0E echo Disabling unwanted startup apps... reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /f reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Run" /f echo Startup apps disabled (manual review recommended). pause
memory_dns_optimize.bat
@echo off title RAM and DNS Optimization color 0B :: Flush DNS ipconfig /flushdns :: Clear standby list (RAM) :: Requires RamMap or empty standby via PowerShell (Advanced) :: Restart Windows Explorer (clear RAM) taskkill /f /im explorer.exe start explorer.exe echo Memory and DNS Optimized. pause
ultimate_power.bat
@echo off title Enable Ultimate Power Mode color 0F echo Enabling Ultimate Performance... powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61 echo Done. Go to Power Options and select 'Ultimate Performance'. pause
.bat
extension (e.g., boost.bat
).