Logging in to your computer 10 times a day? More? If you are using Windows, you can stop that nonsense. Copy the code below and paste it into Notepad. Save the file using any name you like, but make sure it has a .vbs extension, as in: example.vbs or sarbanes.vbs
To use, double-click on the file, then click OK at the prompt. Pro Tip - create a shortcut in your start menu so it will run automatically whenever you restart your computer.
Set WshShell = CreateObject("WScript.Shell") WshShell.Popup "Click OK to Start", ,"Sarbanes Buster 2.0", 0 Do While 1 WshShell.sendkeys "{NUMLOCK}" WshShell.sendkeys "{NUMLOCK}" Wscript.sleep 60000 Loop
Copyright © 2024 Tom Fangrow. All rights reserved.
Back to Tom Fangrow's Home Page