Win+R> run > gpedit.msc > Computer Configuration > Administrative Templates > System > Credentials Delegation > Encryption Oracle Remediation>
Now set it to Enabled, and set the protection level to Vulnerable as in the below image, and click on the OK button.
Enable Group Policy Editor via the Command Prompt (Windows Home)
Start Menu > cmd > Run as administrator and paste below lines together:
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum") DO (
DISM /Online /NoRestart /Add-Package:"%F"
)
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum") DO (
DISM /Online /NoRestart /Add-Package:"%F"
)
DISM /Online /NoRestart /Add-Package:"%F"
)
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum") DO (
DISM /Online /NoRestart /Add-Package:"%F"
)