• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to Auto Run Keyboard Shortcuts at Windows Sartup after a pause

c627627

Golden Member
What .bat file command run at startup accomplishes the following:

1. Pause 60 seconds to give time for a program to auto start at Windows Startup.
2. Run combo key command CTRL and ` pressed simultaneously.
3. Pause 5 seconds.
4. Run key combo key command CTRL and Enter pressed simultaneously.

Thank you.
 
I'm sure there's some way to do this with PowerShell. But since nobody's come up with one here, I'll suggest AutoIt. AutoIt can detect window names, so you can avoid sleep-and-guess. You should be able to set it as a scheduled task to run at startup.
 
Back
Top