Share via

Fail to install group policy for Windows 10 home

Anonymous
2020-04-06T03:57:19+00:00

Since i'm using Win 10 home, I need to install group policy by myself. According to the tutorial from the search engine, I create a bat and past code as followings and then run it as administrator.

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

I tried to do it last night, it worked well. For the installed group policy couldn't solve my problem, I did a windows restore to 31st March. This moring, I use the same method to install group policy again, but this time the last one of four things needs to install in the list goes wrong. Cmd says:

processing 1 (total 1) - Adding Microsoft-Windows-GroupPolicy-ClientTools-Package~31bf3856ad364e35~amd64~~10.0.18362.449

[==========================100.0%==========================]

error occured - Microsoft-Windows-GroupPolicy-ClientTools-Package error:0x80070057

error: 87

It refered to the dism.log and that is uploaded in this link: https://1drv.ms/u/s!Ar9ThATNJn1niC3QPo2lXQFGUNrs?e=aLva5T

How can I solve this problem? Or any other method to install group policy on a Win 10 home?

Windows for home | Windows 10 | Install and upgrade

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
    2020-04-06T04:13:37+00:00

    Hi gswxp2,

    I'm Paul, a fellow customer like you & an Independent Advisor. GPO is not supported in Windows 10 Home. You may, however, attempt to make it work by following the links below, but the stability is not a guarantee until you upgrade to Windows 10 Pro.

    https://www.majorgeeks.com/files/details/group_...

    If you're having further issues, refer to this link below.

    https://www.majorgeeks.com/content/page/enable_...

    I hope this helps. Thank you!

    Sincerely,

    Paul A.

    Independent Advisor

    2 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2020-04-06T04:51:25+00:00

    By following "go to C:\Windows\SysWOW64 and copy the following folders and files to C:Windows\System32 - GroupPolicy, GroupPolicyUsers, and gpedit.msc". I successfully open group policy. While my system language is chinese, it is generally in english. Anyway it does work.Thanks!

    2 people found this answer helpful.
    0 comments No comments