Skip to content

Instantly share code, notes, and snippets.

@realdomdom
Last active March 2, 2022 17:32
Show Gist options
  • Save realdomdom/a77ea1c3f93e793346e652afb6bf6066 to your computer and use it in GitHub Desktop.
Save realdomdom/a77ea1c3f93e793346e652afb6bf6066 to your computer and use it in GitHub Desktop.
@echo off
wmic computersystem where name="%computername%" set AutomaticManagedPagefile=False
wmic pagefileset where name="C:\\pagefile.sys" delete
wmic process where name="OriginThinSetupInternal.exe" CALL setpriority 64
wmic process where name="SearchIndexer.exe" CALL setpriority 64
wmic process where name="spoolsv.exe" CALL setpriority 64
wmic process where name="lp-service.exe" CALL setpriority 128
wmic process where name="LoudPlay-server.exe" CALL setpriority 128
start cd %userprofile%\Downloads ^&^& curl https://install.robertsspaceindustries.com/star-citizen/RSI-Setup-1.5.5.exe
start /belownormal langswitcher-ng.exe -win de-DE -ubisoft de-DE -origin de_DE -battlenet deDE -i4game eu -wargaming de -rgl de-DE -egl de-DE -steam german & start /belownormal compact /compactos:always
start /belownormal cd "C:\Program Files" ^&^& compact /c /s /a /i /f /exe:lzx "*.*" & start /belownormal cd "C:\Program Files (x86)" ^&^& compact /c /s /a /i /f /exe:lzx "*.*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment