Skip to content

Instantly share code, notes, and snippets.

@thiagoalz
Last active May 20, 2021 18:49
Show Gist options
  • Save thiagoalz/89b68555c6e722f2b3f28e5d2ee67852 to your computer and use it in GitHub Desktop.
Save thiagoalz/89b68555c6e722f2b3f28e5d2ee67852 to your computer and use it in GitHub Desktop.
Prank with unlocked PCs
@ECHO OFF
ECHO Ferrando amiguinho
ECHO Movendo Desktop
mkdir %UserProfile%\Desktop\BloqueiaOVD
move %UserProfile%\Desktop\* %UserProfile%\Desktop\BloqueiaOVD
ECHO Startup
copy %0 "%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\BloqueiaOVD.bat"
ECHO Chrome
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" https://staticdelivery.nexusmods.com/mods/130/images/thumbnails/42994-1-1311510365.jpg -incognito
TIMEOUT 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment