Copilot GPO Failure : Version 23h2

Chef 5 Reputation points
2023-10-13T16:18:53.7533333+00:00

an appropriate resource file could not be found for file c:\windows\policydefinitions\searchocr.admx (error = 2):the system cannot find the file specified

User's image

Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. S.Sengupta 24,636 Reputation points MVP
    2023-10-16T01:59:10.5433333+00:00

    Check the integrity of the searchocr.admx file. It might be corrupted. You can use the System File Checker (SFC) tool to scan and repair corrupted system files:

    a. Open a Command Prompt with administrator privileges.

    Run the commands:

    sfc /scannow

    DISM /Online /Cleanup-Image /RestoreHealth

    If you have access to a healthy Windows system with the same version, you can copy the searchocr.admx file from that system to your problematic system.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.