How to Export and Import Policies in Group Policy Editor

Using the File Explorer is the easiest way

Reading time icon 3 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

How to Export and Import Policies in Group Policy Editor

If you want to apply the same Group Policy settings on multiple computers in your network, you can Export and Import them from gpedit.msc instead of setting the same policies on the system separately.

How can I export and import policies from gpedit.msc?

1. Using the File Explorer

  1. Press Windows + E to open the File Explorer window.Copy content - gpedit.msc export policy
  2. Navigate to this path: C:\WINDOWS\System32\GroupPolicy
  3. Copy all the files in the folder and save them in a pen drive or cloud.
  4. Now paste them to the folder on the destination PC. Click Yes or Continue if you get a UAC prompt.
  5. On the destination PC, press Windows + R to open the Run dialog box.CMD
  6. Type cmd and press Ctrl + Shift to open the Command Prompt with administrator rights.
  7. In the Command Prompt window, type the following command and hit Enter: gpudate / forceupdate GPU

If the Group Policy is not applying your changes, you can explore our detailed guide to know how to fix the issue.

2. Using the Microsoft Management Console

1. Export the policy

  1. Press Windows + R to open the Run dialog box.mmc - gpedit.msc export policy
  2. Type mmc and click OK to open the Microsoft Management Console.
  3. On the console, click File from the menu at the upper left corner, then click Add/Remove snap-in.Add remove snap in
  4. From the Add or Remove Snap-ins window, select Security Templates, and click Add, then OK.OK - gpedit.msc export policy
  5. Now, under Console Root, you will see Security Templates; click it to expand, then right-click the element and select New Template from the context menu.New twmplate - gpedit.msc export policy
  6. In the following popup, enter a custom name for the template.Name the template
  7. Next, expand the template you created and configure all the policies how you want.
  8. Once done, right-click the template, then click Save as from the context menu.Save as
  9. Select the location where you want to save the INF file, then click Save.
  10. Copy and paste this file to the destination PCs where you want to implement these policies.

If you can’t find the Management console on your computer, follow these simple steps in this guide to install it.

2. Import the policy

  1. On the destination PC, press Windows + R to open the Run dialog box.cmd - gpedit.msc export policy
  2. Type cmd and press Ctrl + Shift to open the Command Prompt with administrator rights.
  3. In the Command Prompt window, type the following command after replacing PathToINF with the path where you pasted the INF file and hit Enter: secedit /configure /db %temp%\temp.sdb /cfg <em>PathToINF</em>
  4. Restart your computer to save the changes.

In conclusion, using File Explorer and Management Console on Windows 11 is the easiest way to set the same group policies on different computers without physically being there.

If you want to export Group Policy settings on a Windows 7 computer, we have a separate guide for you. Did you find this guide useful? Let us know in the comment section below.

More about the topics: group policy editor