Skip to content

Instantly share code, notes, and snippets.

@dei79
Created October 11, 2014 09:46
Show Gist options
  • Save dei79/f9711ec8fff9dac24ddb to your computer and use it in GitHub Desktop.
Save dei79/f9711ec8fff9dac24ddb to your computer and use it in GitHub Desktop.
Lock machine after autostart
@echo off
echo Locking Machine
rundll32.exe user32.dll,LockWorkStation
echo Starting tools....
ping 1.1.1.1 -n 1 -w 5000 > nul
echo All tools are started
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment