Press Enter key continuously by just one click on VBS file.
- Open Notepad.
- Copy below text on notepad.
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
- Save the file with any name and .vbs extension rather than .txt .
- Now double click on the file and Enjoy.
#Bhuvan Arora
No comments:
Post a Comment