Read more and check how cool your forms might be! Click multiple times and ratatatatatatatatata…
Continue reading Cool vaporizing notification for form inputsCategory: Coding for fun
Use psexec to troll your work colleagues
If you’re an admin in a windows environment you can troll your friends a little bit 🙂
Install psexec and use bellow command to run Rick Astley’s famous “sweet troll of mine” on a remote computer (background, no window!).
psexec64 -s /user:domain\user -i \\xxx.xxx.xxx.xxx "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --app="https://youtu.be/dQw4w9WgXcQ"
xxx.xxx.xxx.xxx – stands for an ip number of a trolled person.
PS. Make sure you’re using psexec64 not psexec because it may not work on modern systems (tested on Windows 10).