-
|
Hi there, All local, no Domain no nothing. I have donwloaded the ADMX/ADML files from Microsoft, and tried two different approaches of using the templates with PolicyPlus:
Then, I have tried two different approaches to apply the policies:
On the local admin account, the policies apply immediately without logoff, and work as expected. But no matter what I do, on a local unprivileged account, the policies have no effect whatsoever. Sometimes opening PolicyPlus on that account shows the settings enabled in the local GPO, but not in the registry. Sometimes even the GPO does not show as set. Tried logon / -off as well as reboot, and even EDIT: As a workaround, I can use the SID lookup tool under "User GPO" to get the user's SID, and then open the correct Registry hive by entering |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Thanks for the detailed troubleshooting steps!
Yes. Home editions are missing the component that applies the local GPO to the Registry, so Policy Plus has to simulate that step. Currently that is only done for the current user. There is not really a good way for Policy Plus to run when any (potentially new) user logs on in order to apply policies, but as a risky (!) workaround, you could try modifying the template user hive, |
Beta Was this translation helpful? Give feedback.
Thanks for the detailed troubleshooting steps!
Yes. Home editions are missing the component that applies the local GPO to the Registry, so Policy Plus has to simulate that step. Currently that is only done for the current user.
There is not really a good way for Policy Plus to run when any (potentially new) user logs on in order to apply policies, but as a risky (!) workaround, you could try modifying the template user hive,
C:\Users\Default\ntuser.dat. You can either mount that file yourself to use a Local Registry source or select the Default user hive in Policy Plus. I have not test…