Password is required on resume from sleep

(imported topic written by mmcgrew91)

I can’t seem to get this fixlet to be effective. It successfully runs, I see it add the registry key, but when the computer comes back from sleep it does not prompt for a password. Doing a powercfg -q 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c shows me that the settings did not get applied to the power profile and the radio button in the control panel has not changed for the setting so it would seem like it’s not doing anything. The fixlet IDs are below, any help would be appreciated, thanks.

17238

17239

(imported comment written by SystemAdmin)

Does this help?

Relevance:

(exists current user) AND (1 = number of logged on users) AND (exists value “ScreenSaverIsSecure” whose (“1” != it) of key (“HKEY_USERS” & (name of key whose (((it = name of current user as lowercase OR it starts with name of current user as lowercase & “@”) of (it as string as lowercase) of (if (name of operating system = “Win7”) then value “USERNAME” of key “Volatile Environment” of it else value “Logon User Name” of key “Software\Microsoft\Windows\CurrentVersion\Explorer” of it))) of key “HKEY_USERS” of registry) & “\Control Panel\Desktop”) of native registry)

Action:

action uses wow64 redirection false

regset “” “ScreenSaverIsSecure”=“1”

(imported comment written by SystemAdmin)

Well that didn’t work… need to put the action in a code block or something.