27.5 C
Ahmedabad
Friday, July 4, 2025

GPO not applying on Windows 10 machines

Today will be sharing details that you have applied Group policy but due to any reason you are not getting result. 

Issue : GPO not applying on Windows 10 machines.

Now there is workaround available to resolve this issue, as suggested on multiple forums we have to add following registry entries on client systems and as of now there is no hotfix available, as per those forum MS already confirmed that this is bug and suggested registry trick, after adding below reg entries the issue resolved.  

reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\NetworkProvider\HardenedPaths /v ” \\*\SYSVOL” /d “RequireMutualAuthentication=0” /t REG_SZ 

reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\NetworkProvider\HardenedPaths /v “

\\*\NETLOGON” /d “RequireMutualAuthentication=0” /t REG_SZ  

Click Here Reference

As per MS this UNC Hardening is by default enabled in Win 10 systems, and we need to disable the same usingregistry

Some of the useful command 

Display All Applied GPOs applied to  (User and Computer)

Gpresult /r

Display GPOs applied to a specific user

gpresult /r /scope:user

Display GPOs applied to a specific computer

gpresult /r /scope:computer

Display GPOs applied on a remote computer

gpresult /s <PCName> /r

Generate HTML Report

gpresult /h c:\GPResult.html

Keep watching space @hiraniconfigmgr.com with many experts are here to share solutions

Many Problem, One Place solutions.

Thanks & Regards,
Haresh Hirani
Email: [email protected]
Follow me: Twitter @hirravi1
linkedin: https://www.linkedin.com/in/hiraniconfigmgr

Author

  • Hi, I Haresh Hirani, I am the person behind this webpage. Welcome to my page, Thank you for visiting the website and my page! My website is all about Microsoft technologies. More about ConfigMgr and all other technologies which are interesting for me. However, larger percentage of my posts are related to SCCM. Normally, like to post the interesting issues which I came across in my day to day tech life. you will find only solutions which comes on my day to day life.

- Advertisement -spot_img

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest posts