Post date: Aug 22, 2012 10:32:27 AM
We have shown you a lot of tips and tricks here at How-To Geek that require the modification of a Group Policy Object. Over time you may have wondered which Group Policy settings you have edited–so here’s how to figure that out.
Note: This will work on Windows 7 Professional and higher, as well as the Windows 8 Release Preview.
The easiest way to see which Group Policy settings have been applied to your machine or user account is to use the Resultant Set of Policy Management Console. To open it, press the Win + R keyboard combination to bring up a run box.
<p><img src="http://www.howtogeek.com/wp-content/uploads/2012/06/image108.png" alt="" /></p>
Type rsop.msc into the run box and then hit enter.
<p><img src="http://www.howtogeek.com/wp-content/uploads/2012/06/image109.png" alt="" /></p>
You will see a pop-up dialog for the small period of time it take Windows to query your system.
<p><img src="http://www.howtogeek.com/wp-content/uploads/2012/06/image110.png" alt="" /></p>
Once the console opens you will be able to see which settings have been applied to your PC.
Note: Only settings that have been applied to your machine and user account will show up.
<p><img src="http://www.howtogeek.com/wp-content/uploads/2012/06/image111.png" alt="" /></p>
You could also use the command line if you prefer it. When using the command line, it should be noted that you have to specify the scope of the results. To find all the policies that are applied to your user account, you would use the following command:
Then if you scroll down, you will see the the Resultant Set Of Policies for User section.
gpresult /Scope User /v
<p><img src="http://www.howtogeek.com/wp-content/uploads/2012/06/image123.png" alt="" /></p>
If you are looking for all policies applied to your Computer, all you need to do is change the scope:
If you scroll down, now you will now see that there is a Resultant Set Of Policies for Computer section.
gpresult /Scope Computer /v