Jump to content

Help to disable Device/Credential guard

Mr.Qusionair

So I'm trying to create a Virtual Machine using VMware, a Windows 7 to be exact. But the problem is when I try to run it I get prompted with an error (I have posted pictures for visual reference) saying that I need to disable Device/Credential guard (I'm using Windows 10 Home not registered if that makes a difference) I then opened up gpedit (Group Policy Editor) but Device guard is not their?! So how in the world am I suppose to disable it??

Error.PNG

NoDeviceGuard.PNG

Link to comment
Share on other sites

Link to post
Share on other sites

Does the computer belong to someone else like a company owned computer? 

There is more that meets the eye
I see the soul that is inside

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

5 minutes ago, captain_to_fire said:

Does the computer belong to someone else like a company owned computer? 

No this is my personal computer.

 

Link to comment
Share on other sites

Link to post
Share on other sites

5 minutes ago, Mr.Qusionair said:

No this is my personal computer.

 

Maybe @leadeater can help you 

There is more that meets the eye
I see the soul that is inside

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

Odd, normally this is due to the Hyper-V role being installed which is impossible on Windows 10 Home as it doesn't support that feature.

 

First have a look at this since the GPOs aren't present:

Quote

Delete the following registry settings:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\LSA\LsaCfgFlags

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DeviceGuard\EnableVirtualizationBasedSecurity

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DeviceGuard\RequirePlatformSecurityFeatures

Then run the following

Quote

mountvol X: /s

copy %WINDIR%\System32\SecConfig.efi X:\EFI\Microsoft\Boot\SecConfig.efi /Y

bcdedit /create {0cb3b571-2f2e-4343-a879-d86a476d7215} /d "DebugTool" /application osloader

bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} path "\EFI\Microsoft\Boot\SecConfig.efi"

bcdedit /set {bootmgr} bootsequence {0cb3b571-2f2e-4343-a879-d86a476d7215}

bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} loadoptions DISABLE-LSA-ISO

bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} device partition=X:

mountvol X: /d

https://docs.microsoft.com/en-us/windows/security/identity-protection/credential-guard/credential-guard-manage

 

Edit: Found better steps

Link to comment
Share on other sites

Link to post
Share on other sites

43 minutes ago, leadeater said:

Odd, normally this is due to the Hyper-V role being installed which is impossible on Windows 10 Home as it doesn't support that feature.

 

First have a look at this since the GPOs aren't present:

Then run the following

https://docs.microsoft.com/en-us/windows/security/identity-protection/credential-guard/credential-guard-manage

 

Edit: Found better steps

Didn't work :/

Edit: Wait I didn't see the other steps let me try that.

 

Link to comment
Share on other sites

Link to post
Share on other sites

50 minutes ago, leadeater said:

Odd, normally this is due to the Hyper-V role being installed which is impossible on Windows 10 Home as it doesn't support that feature.

 

First have a look at this since the GPOs aren't present:

Then run the following

https://docs.microsoft.com/en-us/windows/security/identity-protection/credential-guard/credential-guard-manage

 

Edit: Found better steps

Yeah I couldn't find any of the registries....

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, Mr.Qusionair said:

Yeah I couldn't find any of the registries....

Did you also run the other set of commands?

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×