It is a win7 ultimate x64 machine. The machine was in a domain where it got those group policy settings. Now it has left the domain but it still receives the settings from the group policy. For example, the power options. I set a certain power option but soon it will be reset to another power option which is endorsed by the domain.

Is there a way to remove the settings?

link|improve this question
feedback

2 Answers

The system was PHYSICALLY removed from the domain? Has it been removed via the OS yet? Basically, does the system know it's not on the domain? If you are still logging into an account that was used while it was on the domain, chances are it hasnt been removed from the domain. Group policy will apply if it is a domain account, regardless of physical connection to the network that the domain resides on. Try logging in as the local administrator and see if that alleviates the problem. If it does, you need to disjoin the machine from the domain through the computer name tab in the advanced system settings and stop using the domain level account to log in.

If it is physically off the domain, and you ARE using a local account to log on, and it still carries the group policy settings, not only would i be very surprised, but something is wrong.

link|improve this answer
Thanks for replying. To answer your question - yes it's physically removed from the domain and now joins a workgroup. I am using a local admin account to log in. And yes, domain settings still apply. – Kay Jan 18 at 22:46
feedback

Open Regedit.

Backup your registry.

Delete the HKLM\Software\Policies\Microsoft Key (looks like a folder).

Delete the HKCU\Software\Policies\Microsoft Key.

Delete the HKCU\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects Key.

Delete the HKCU\Software\Microsoft\Windows\CurrentVersion\Policiess Key.

Exit the registry and restart.

Note: HKLM = HKEY_LOCAL_MACHINE & HKCU = HKEY_CURRENT_USER

Note 2: The registry is and can be a dangerous place.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.