Advertisement
MeKLiN2

Untitled

Feb 19th, 2022
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. start /HIGH /MIN compact /C /I /S:%programdata%
  2. start /HIGH /MIN compact /C /I /S:%windir%
  3.  
  4. cmd.exe /c %windir%\Setup\Scripts\vc_redist\Install.cmd
  5. %windir%\Setup\Scripts\NET_Framework\ndp48-x86-x64-allos-enu.exe /q /norestart
  6. %windir%\Setup\Scripts\Realtek_Audio\Setup.exe /s
  7. %windir%\Setup\Scripts\AMD_GPU\Setup.exe -install
  8. cmd.exe /c %windir%\Setup\Scripts\NVidia_GPU\Install.cmd
  9. cmd.exe /c %windir%\Setup\Scripts\Internet_Explorer_11\Install.cmd
  10. cmd.exe /c %windir%\Setup\Scripts\Gadgets\Install.cmd
  11. cmd.exe /c %windir%\Setup\Scripts\Tweaks\Install.cmd
  12.  
  13. :LOOP
  14. tasklist | find /i "compact.exe" >nul 2>&1
  15. IF ERRORLEVEL 1 (
  16. GOTO CONTINUE
  17. ) ELSE (
  18. Timeout /T 5 /Nobreak
  19. GOTO LOOP
  20. )
  21.  
  22. :CONTINUE
  23. cmd.exe /c %windir%\Setup\Scripts\WuaCpuFix\Install.cmd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement