Pre-Performance Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "TURN OFF WINDOWS DEFENDER FROM CONTROL PANEL, THEN HIT SPACE." | |
| pause | |
| echo "TURN OFF DOCKER" | |
| pause | |
| REM PAUSE SCHEDULER | |
| net stop schedule | |
| net stop com.docker.service | |
| REM STOP SERVICES | |
| net stop "gupdate" | |
| net stop "gupdatem" | |
| REM KILL TASKS NICELY FIRST | |
| taskkill /IM googledrivesync.exe | |
| REM FORCE KILL ANY REMAINING | |
| taskkill /F /IM googledrivesync.exe | |
| REM DISABLE NETWORK CARD | |
| REM netsh interface set interface name="Wi-Fi" admin=disabled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment