Guest User

Spicy

a guest
Nov 14th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. //Funny "You forgot to lock your screen" Message
  2.  
  3. cd "%~dp0"
  4. start /max iexplore.exe -k https://lockyourscreen.com/
  5. timeout /t 200
  6. taskkill /f /fi "WINDOWTITLE eq Lock your screen! - Internet Explorer" /im iexplore.exe
  7. start /b "" cmd /c del "%~f0"&exit /b
  8.  
  9. //Fake Windows Update
  10. cd "%~dp0"
  11. start /max iexplore.exe -k http://fakeupdate.net/win10u/
  12. timeout /t 200
  13. taskkill /f /fi "WINDOWTITLE eq Updating Windows 10 - Internet Explorer" /im iexplore.exe
  14. start /b "" cmd /c del "%~f0"&exit /b
Add Comment
Please, Sign In to add comment