Ask a questionAsk a question
 

AnswerHKCU Registry Value?

Answers

  • Friday, September 04, 2009 9:04 PMKevinM [MSFT]MSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Yours is not listed because it is Compliant for your user.  If it were disabled for you, yours would also be listed.  Since it checks all users, to make it compliant the screen saver would have to be enabled for each user.

    It returns correctly for HKLM because there is only one HKLM hive for the machine, however HKCU changes based on who is currently logged in (and in some cases more than one user is logged in).

    So, as it states in the post you referenced, to do what you want in this scenario you'll probably have to create a script setting and determin the setting using a script.

    Kevin
    This posting is provided "AS IS", provides no warranties, and confers no rights. -- Kevin

All Replies

  • Friday, September 04, 2009 9:04 PMKevinM [MSFT]MSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Yours is not listed because it is Compliant for your user.  If it were disabled for you, yours would also be listed.  Since it checks all users, to make it compliant the screen saver would have to be enabled for each user.

    It returns correctly for HKLM because there is only one HKLM hive for the machine, however HKCU changes based on who is currently logged in (and in some cases more than one user is logged in).

    So, as it states in the post you referenced, to do what you want in this scenario you'll probably have to create a script setting and determin the setting using a script.

    Kevin
    This posting is provided "AS IS", provides no warranties, and confers no rights. -- Kevin
  • Sunday, September 06, 2009 4:44 AMxtiyu32n Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    But aren't most profile-based (user) settings in the HKCU?  Things like IE settings, etc.  Would you have to create custom scripts to report on all of these?
    xtiyu32n
  • Monday, September 14, 2009 4:48 PMKevinM [MSFT]MSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    I don't know of any other way with Configuration Manager 2007.  Either that or ensure that all users have the registry setting set correctly and report compliance for all users.


    This posting is provided "AS IS", provides no warranties, and confers no rights. -- Kevin
  • Monday, September 21, 2009 11:09 AMBrad-C Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    KevinM, that sounds fine in theory, but user profiles created for accounts used in UAC situations often don't have these settings.