I need a screensaver that shows the desktop background only with a login prompt

1

0

Does anyone know of a Windows XP screensaver that will show a login prompt with the currently selected desktop background being visible behind the login prompt? The screensavers for windows don't do this... they show a login prompt without a background.

Even better if it can display the "live desktop background".

djangofan

Posted 2010-01-18T19:46:57.460

Reputation: 2 459

2Would that not be a security issue and defeat the reason for using screensavers in many cases? Interested to know more about why. – Dave M – 2010-01-18T20:47:40.410

Answers

1

If you turn off the Welcome screen you get the same effect by logging out or locking the computer. One could write a short AutoHotkey script:

Run %windir%\system32\rundll32.exe user32.dll,LockWorkStation (locks the workstation, like hitting Win+L),

I think, compile it, change the extension to .scr, and use that for a screensaver.

Nathaniel

Posted 2010-01-18T19:46:57.460

Reputation: 3 966

your right. the answer was to go into the Control Panel and choose "Change the Way users login and logoff" and then set it to "Do not use Login Screen". That did it. Thanks. – djangofan – 2010-01-19T00:29:13.927