WinFix: GPO Policy Error “The system cannot find the path specified”

I encountered GPO Error message “The system cannot find the file path specified.” when editing Group Policy for Default Domain Policy or Default Domain Controller Policy.

Upon investigation, the GPO policy folder in SYSVOL is also missing.

Issues

Editing GPO Policy failed with error message The system cannot find the path specified

GPO_FileNotFound_01

GPO_FileNotFound_02

GPO_FileNotFound_05

Investigations

GPO Policy is stored in %SYSVOL%\domain\Policies{GPO_GUID}  folder and if the GPO GUID folder including subfolder (User and Machine) is missing, GPO will raise this error.

GPO_FileNotFound_04

 

Solution 1:

There are two ways:

  1. If you have multi Domain Controller, you can restore the content from another DC
  2. Restore from backup

Solution 2:

Rebuild the missing GPO Policy folder structure

 

Steps:

2-1. Open Active Directory Users and Computers

2-2. Add Display Name in view column

GPO_FileNotFound_07

GPO_FileNotFound_08

2-3. Enable Advanced Features

GPO_FileNotFound_06

2-3. Navigate to [Domain]\System\Policies

GPO_FileNotFound_03

2-4. Right Click on affected GPO policy to copy GUID including curly bracket

GPO_FileNotFound_09

2-5. Navigate to your Domain SYSVOL folder (%SYSVOL%\domain\Policies)

2-6. Create New Folder for GPO Policy:

  • Create New GPO Policy Folder and rename it with GPO GUID
  • Create two new subfolder (Machine and User) under GPO GUID folder

GPO_FileNotFound_10

2-7. Edit GPO Policy from Group Policy Management Console

GPO_FileNotFound_11

 

References:

  1. MS KB253268: Group Policy Error Message When Appropriate Sysvol Contents Are Missing

4 Comments

Add a Comment
  1. Very good, thanks! My user folder disappeared but all else was intact. This fixed my issue.

  2. Thank you so much!

  3. Thanks, that was incredibly helpful!

Leave a Reply

Your email address will not be published. Required fields are marked *