Prompt For Password When Computer Resumes From Standby

(imported topic written by SystemAdmin)

I’m trying to uncheck “Prompt For Password When Computer Resumes From Standby” in the Control Panel -> Power Options -> Advanced however, the check remains

This is my action

// Uncheck

dos cmd /C “POWERCFG /GLOBALPOWERFLAG off /OPTION RESUMEPASSWORD”

(imported comment written by BenKus)

Try this and see if it works:

waithidden cmd /C POWERCFG /GLOBALPOWERFLAG off /OPTION RESUMEPASSWORD

Ben

(imported comment written by SystemAdmin)

That worked, thanks