Share via

Administative Error Template

Anonymous
2024-08-03T15:58:34+00:00

idk what is going on, but when i tried to open regedit, this error pops out. Please i need help

Windows for home | Windows 11 | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Anonymous
    2024-08-03T18:45:50+00:00

    You're welcome.

    1 person found this answer helpful.
    0 comments No comments

Answer accepted by question author

  1. Anonymous
    2024-08-03T18:11:48+00:00

    The ADMX file is incorrect. Please find the fresh copy (zipped) here:

    https://1drv.ms/u/s!AjVYLGw0OBWU1wQSmDhsSsdlwvM...

    From an admin Command Prompt, run:

    takeown /f c:\windows\PolicyDefinitions\WindowsUpdate.admx /a
    
    icacls  c:\windows\PolicyDefinitions\WindowsUpdate.admx /grant administrators:F
    

    Now, unzip the downloaded file and extract WindowsUpdate.admx to the desktop.

    Move "WindowsUpdate.admx" to "c:\windows\PolicyDefinitions". Overwrite existing file when prompted.

    Launch "gpedit.msc".

    1 person found this answer helpful.
    0 comments No comments

6 additional answers

Sort by: Most helpful
  1. Anonymous
    2024-08-03T17:34:45+00:00

    Hi AziXYuri,

    Can you please run these commands?

    dir c:\windows\PolicyDefinitions\WindowsUpdate.admx
    
    dir c:\windows\PolicyDefinitions\en-us\WindowsUpdate.adml
    
    certutil -hashfile c:\windows\PolicyDefinitions\WindowsUpdate.admx
    
    certutil -hashfile c:\windows\PolicyDefinitions\en-us\WindowsUpdate.adml
    

    Post the output.

    If the file sizes or hashes are different than expected, let me share fresh copies for you to download.

    0 comments No comments
  2. Anonymous
    2024-08-03T17:22:30+00:00

    unfortunately it still doesnt get rid of the error

    0 comments No comments
  3. Anonymous
    2024-08-03T16:55:58+00:00

    Hi AziXYuri, This Ramesh.

    Please open an admin Command Prompt window and run:

    sfc /scanfile=c:\windows\PolicyDefinitions\WindowsUpdate.admx
    
    sfc /scanfile=c:\windows\PolicyDefinitions\en-us\WindowsUpdate.adml
    

    Note: If your OS language is not Engish (United States), replace "en-us" in the 2nd command to your locale-- e.g., en-gb

    Post the output of those commands.

    Also, run "winver.exe" and post the screenshot of that dialog.

    0 comments No comments