Some settings are managed by your organisation.

Page 3 of 3 FirstFirst 123

  1. Posts : 7,898
    Windows 11 Pro 64 bit
       #21

    fdegrove said:
    Hi,
    That's quite likely due to a file version conflict.
    Replacing gpedit.msc with a version corresponding to the W10 version of that machine should resolve this.


    Cheers,
    W10 Pro on my desktop has a copy of gpedit.msc and gpedit.dll in C:\Windows\System32 and copies in various WinSxS folders. Do I just copy over the gpedit.msc and gpedit.dll files in C:\Windows\System32 to my laptop runnig W10 Home or is it more complicated than that?
      My Computers


  2. Posts : 2,832
    Windows 10 Pro X64
       #22

    Hi,
    Just copy the files to every folder you find them on the Home machine.
    If after that sfc /scannow is still complaining then you may have to copy them to the WinXs folders as well but I doubt it.

    Cheers,
      My Computers


  3. Posts : 579
    Windows 10 Home
       #23
      My Computer


  4. Posts : 7,898
    Windows 11 Pro 64 bit
       #24

    I tried that but then sfc /scannow doesn't run without errors which I don't like.
      My Computers


  5. Posts : 5,478
    2004
       #25

    You could try it with a script (no need to download .exe). Save this as a .bat file, run as administrator then reboot...
    Code:
    @echo off 
    pushd "%~dp0" 
    dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt 
    dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt 
    
    for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"C:\Windows\servicing\Packages\%%i" 
    pause
    source
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 02:43.
Find Us




Windows 10 Forums