Tuneup.bat File

Discover the best deals and offers for MDB products.

Tuneup.bat File

call :log "[11/12] Disabling unnecessary startup items..." reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v "OneDriveSetup" /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v "Skype" /t REG_SZ /d "" /f >nul 2>&1 call :log " Startup tweaks applied."

:: ============================================ :: PHASE 4: PERFORMANCE TWEAKS :: ============================================ call :log "Phase 4: Performance Optimizations" call :log "-----------------------------------" tuneup.bat

:: Set log file set LOGFILE="%userprofile%\Desktop\tuneup_log_%date:~-4,4%%date:~-10,2%%date:~-7,2%_%time:~0,2%%time:~3,2%%time:~6,2%.txt" set LOGFILE=%LOGFILE: =0% call :log "[11/12] Disabling unnecessary startup items