Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- start /HIGH /MIN compact /C /I /S:%programdata%
- start /HIGH /MIN compact /C /I /S:%windir%
- cmd.exe /c %windir%\Setup\Scripts\vc_redist\Install.cmd
- %windir%\Setup\Scripts\NET_Framework\ndp48-x86-x64-allos-enu.exe /q /norestart
- %windir%\Setup\Scripts\Realtek_Audio\Setup.exe /s
- %windir%\Setup\Scripts\AMD_GPU\Setup.exe -install
- cmd.exe /c %windir%\Setup\Scripts\NVidia_GPU\Install.cmd
- cmd.exe /c %windir%\Setup\Scripts\Internet_Explorer_11\Install.cmd
- cmd.exe /c %windir%\Setup\Scripts\Gadgets\Install.cmd
- cmd.exe /c %windir%\Setup\Scripts\Tweaks\Install.cmd
- :LOOP
- tasklist | find /i "compact.exe" >nul 2>&1
- IF ERRORLEVEL 1 (
- GOTO CONTINUE
- ) ELSE (
- Timeout /T 5 /Nobreak
- GOTO LOOP
- )
- :CONTINUE
- cmd.exe /c %windir%\Setup\Scripts\WuaCpuFix\Install.cmd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement