Possible Duplicate:
Start screen saver the moment I lock the computer on Win XP
can screensaver run when the computer is locked?
can screensaver run when the computer is locked? | |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
not sure you can change windows do to it but you could create a program that locks the computer and runs the screensaver? To lock the computer: System.Diagnostics.Process.Start("rundll32.exe user32.dll, LockWorkStation"); System.Diagnostics.Process.Start(@"c:\windows\System32\ribbons.scr"); http://wraithnath.blogspot.com/2010/09/lock-workstation-without-ctrl-alt-del.html | |||
|
feedback
|
|
The XP screensaver has the lock built in. http://kb.iu.edu/data/acdt.html | |||
|
feedback
|