Hi,
I'm trying to figure out how to turn the screensaver on with a hotkey. Is there an easy way to do it?
Thanks,
KWiz
I want to turn my screensaver on with a hotkey??
Moderators: JRL, Dorian (MJT support)
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
Make a one line macro like this:
and assign a HotKey to it.
You could start with Input> command and prompt to input the one you want.
Code: Select all
ExecuteFile>C:\WINDOWS\system32\sspipes.scr
You could start with Input> command and prompt to input the one you want.
Code: Select all
Input>vSaver,Enter the name of the screensaver file (name.scr),sspipes.scr
ExecuteFile>C:\WINDOWS\system32\%vSaver%
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact: