A
A
Andrew2011-01-21 19:05:04
Windows
Andrew, 2011-01-21 19:05:04

How to log out (Win7) and at the same time launch the screensaver with a hotkey?

I know that it is Win + L to exit, and you can start the screensaver with a hot key by creating a shortcut on the desktop with the necessary settings. But how do you get it all to work together?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
B
belk, 2011-01-21
@belk

Locking the system from the command line:

RUNDLL32.exe USER32.dll,LockWorkStation

C
charon, 2011-01-21
@charon

create a shortcut on the desktop with the command that belk wrote, assign the shortcut key combination to the shortcut - and voila!

A
Andrey, 2011-01-22
@dasty

I've settled on a bat file for now.

C:\Windows\winsxs\x86_microsoft-windows-ribbons...\Ribbons.scr /S
RUNDLL32.exe USER32.dll,LockWorkStation

Works really crooked. Shows a splash screen, and if you move the mouse, it first throws it to the desktop and after a moment blocks the system.

D
Dmitry Rublev, 2011-01-22
@dmitryrublev

Why are these options better than the key combination "win + l"? Screensaver still won't start.

Z
Zoldberg Zoldberg, 2011-01-23
@shus

I suggest adding start before calling the splash screen

<code class="xml">start C:\Windows\winsxs\x86_microsoft-windows-ribbons...\Ribbons.scr /S
RUNDLL32.exe USER32.dll,LockWorkStation
</code>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question