Note: the following procedure can be used on Windows 7 and 8, too.

Using the Resultant Set of Policy Tool

To view the active policies, you can use the built-in tool called “Resultant Set of Policy” utility. When executed, this tool will list all the active policies for the specific user account from which it was invoked. Simply put, this tool can show policies applied to a user account. It cannot show policies applied to your entire PC. To open the Resultant Set of Policy tool, press Win + R, type rsop.msc and press the Enter button. Alternatively, you can also search for it in the Start menu.

As soon as you press the Enter button, the tool will scan the policies and show all the active policies for your user account. Just like with the regular Group Policy editor, you can find out more about each policy by navigating through the folder and double-clicking on the policy.

Using the Command Line

Alternatively, you can also use the command line tool to view all the applied policies. The good thing about this approach is that it allows you to see the active policies on your computer. First, to see what policies are applied to a user account, search for “Command Prompt” in the Start menu, right-click on it and select the option “Run as Administrator.”

In the command prompt window, execute the below command: As soon as you execute the command, the tool will search and show all the active policies for the current user. Of course, since I’m running this command on a newly installed Windows system, I don’t have any active policies for my user account. When there are active policies, the command prompt window will display Folder ID, Value, and State.

To see all the active policies on your PC, all you have to do is replace “User” in the above command with “Computer.” This is what the command looks like: Just like before, the command prompt will list all the active policies under their respective folder names.

Do comment below sharing your thoughts and experiences using the above methods to see all active group policies in Windows.