Re: How to disable screen saver for video payback in Vista with password enabled? ... My problem is that you (Microsoft) believe that preventing screen saver from activation while it is password protected is a security hole while allowing the password protection to be disabled is not a problem. ... As I see SetThreadExecutionState and WM_SYSCOMMAND with SC_SCREENSAVE and SC_MONITORPOWER all result in a more convenient user experience and are also more secure because if the application crashes or forgets to re-enable scree saver these methods will re-enable password protection unlike SPI_SETSCREENSAVEACTIVE that will remain in effect until the user logs off. ... (microsoft.public.win32.programmer.kernel)
Re: Hybrid XP + Thin Client Screensaver conflict ... You can disable the screen saver complete on the Terminal ... Easiest done with a Group Policy:... Move your Terminal Server machine... If the user logs in from a Wyse WinTerm ... (microsoft.public.windows.terminal_services)
Re: How to disable screen saver for video payback in Vista with password enabled? ... I mean that the screen saver remains disabled until I re-enable it using SPI_SETSCREENSAVEACTIVE or the user logs off; ... SPI_SETSCREENSAVEACTIVE on the other hand sets a global flag that makes impossible to be properly restore that flag when all the apps that want to prevent the screensaver from activation exit.... (microsoft.public.win32.programmer.kernel)