![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Power Options - Disable Prompt for password when computer resumesfrom standby Is there any way to script enabling and disabling of this setting on the Advanced tab of the Power Options control panel applet? The script needs to apply to Windows XP Professional SP2. I've used regmon.exe to check which registry entries get modified when you apply the setting change but it is not clear which registry key is for the "Disable Prompt for password when computer resumes from standby" setting. I've also had a look through the WMI classes and although there is a Win32_PowerManagementEvent class, I can't spot anything that looks relevant to this setting. |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Power Options - Disable Prompt for password when computer resumesfrom standby martinh.reg@xxxxxx wrote: Quote: > Is there any way to script enabling and disabling of this setting on > the Advanced tab of the Power Options control panel applet? The script > needs to apply to Windows XP Professional SP2. > > I've used regmon.exe to check which registry entries get modified when > you apply the setting change but it is not clear which registry key is > for the "Disable Prompt for password when computer resumes from > standby" setting. > > I've also had a look through the WMI classes and although there is a > Win32_PowerManagementEvent class, I can't spot anything that looks > relevant to this setting. POWERCFG /GLOBALPOWERFLAG on /OPTION RESUMEPASSWORD To disable: POWERCFG /GLOBALPOWERFLAG off /OPTION RESUMEPASSWORD This might help you pinpoint the registry changes, or just use wscript.shell or call it directly from PowerShell to modify. Marco -- Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp PowerGadgets MVP http://www.powergadgets.com/mvp Blog: http://marcoshaw.blogspot.com |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Power Options - Disable Prompt for password when computer resumesfrom standby martinh.reg@xxxxxx wrote: Quote: > Is there any way to script enabling and disabling of this setting on > the Advanced tab of the Power Options control panel applet? The script > needs to apply to Windows XP Professional SP2. > > I've used regmon.exe to check which registry entries get modified when > you apply the setting change but it is not clear which registry key is > for the "Disable Prompt for password when computer resumes from > standby" setting. > > I've also had a look through the WMI classes and although there is a > Win32_PowerManagementEvent class, I can't spot anything that looks > relevant to this setting. POWERCFG /GLOBALPOWERFLAG on /OPTION RESUMEPASSWORD To disable: POWERCFG /GLOBALPOWERFLAG off /OPTION RESUMEPASSWORD This might help you pinpoint the registry changes, or just use wscript.shell or call it directly from PowerShell to modify. Marco -- Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp PowerGadgets MVP http://www.powergadgets.com/mvp Blog: http://marcoshaw.blogspot.com |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Power Options - Disable Prompt for password when computer resumes from standby Registry key on Vista is ScreenSaverIsSecure (reg_sz type) - values 0 or 1 at HKEY_CURRENT_USER\Control Panel\Desktop It may be similar on XP. but you'll probably need more than a registry change, for it to take effect. -- Jon <martinh.reg@xxxxxx> wrote in message news:1c529cde-fefa-434c-b4ae-ededc7fa50a6@xxxxxx Quote: > Is there any way to script enabling and disabling of this setting on > the Advanced tab of the Power Options control panel applet? The script > needs to apply to Windows XP Professional SP2. > > I've used regmon.exe to check which registry entries get modified when > you apply the setting change but it is not clear which registry key is > for the "Disable Prompt for password when computer resumes from > standby" setting. > > I've also had a look through the WMI classes and although there is a > Win32_PowerManagementEvent class, I can't spot anything that looks > relevant to this setting. |
My System Specs![]() |
| | #5 (permalink) |
| | Re: Power Options - Disable Prompt for password when computer resumes from standby Sorry ignore that one. I misread your question - that was for resume after screen savers. Use powercfg as Marco suggested -- Jon |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
Power Options Corrupt (power plan unavailable) | General Discussion | |||
| Useful tool for power enthusiasts on the go (advanced power options) | General Discussion | |||
| Power Management/Power Options in Vista | Vista General | |||
| Changed Power Options now computer will not wake up. | Vista General | |||
| Standby And hibernate options gone! | Vista General | |||