विंडोज़ 10 में क्रेडेंशियल गार्ड सक्षम या अक्षम करें

Enable or Disable Credential Guard in Windows 10: Windows Credential Guard uses virtualization-based security to isolate secrets so that only privileged system software can access them. Unauthorized access to these secrets can lead to credential theft attacks, such as Pass-the-Hash or Pass-The-Ticket. Windows Credential Guard prevents these attacks by protecting NTLM password hashes, Kerberos Ticket Granting Tickets, and credentials stored by applications as domain credentials.

विंडोज़ 10 में क्रेडेंशियल गार्ड सक्षम या अक्षम करें

By enabling Windows Credential Guard the following features and solutions are provided:

हार्डवेयर सुरक्षा
वर्चुअलाइजेशन आधारित सुरक्षा
Better protection against advanced persistent threats

Now you know the importance of the Credential Guard, you should definitely enable this for your system. So without wasting any time let’s see How to Enable or Disable Credential Guard in Windows 10 with the help of the below-listed tutorial.

विंडोज़ 10 में क्रेडेंशियल गार्ड सक्षम या अक्षम करें

कुछ गलत होने की स्थिति में एक पुनर्स्थापना बिंदु बनाना सुनिश्चित करें।

Method 1: Enable or Disable Credential Guard in Windows 10 using Group Policy Editor

नोट: This method only works if you have Windows Pro, Education, or Enterprise Edtion. For Windows Home version users skip this method and follow the next one.

1. विंडोज की + आर दबाएं फिर टाइप करें regedit पर और हिट दर्ज करें खोलने के लिए समूह नीति संपादक।

कमांड regedit चलाएँ

2.निम्नलिखित पथ पर नेविगेट करें:

Computer Configuration > Administrative Templates > System > Device Guard

3. चयन करना सुनिश्चित करें डिवाइस गार्ड than in right window pane double-click on “Turn On Virtualization Based Security” नीति।

Double-click on Turn On Virtualization Based Security Policy

4.In the Properties window of the above policy make sure to select सक्षम किया गया।

Set Turn On Virtualization Based Security to Enabled

5.Now from the “प्लेटफ़ॉर्म सुरक्षा स्तर चुनें” drop-down select Secure Boot or Secure Boot and DMA सुरक्षा।

From Select Platform Security Level drop-down select Secure Boot or Secure Boot and DMA Protection

6.Next, from “Credential Guard Configuration” drop-down select Enabled with UEFI lock. If you want to turn off Credential Guard remotely, choose Enabled without lock instead of Enabled with UEFI lock.

7.Once finished, click Apply followed by OK.

8. परिवर्तनों को सहेजने के लिए अपने पीसी को रीबूट करें।

Method 2: Enable or Disable Credential Guard in Windows 10 using Registry Editor

Credential Guard uses virtualization-based security features which have to be enabled first from Windows feature before you can enable or disable Credential Guard in Registry Editor. Make sure to only use one of the below-listed methods to enable virtualization-based security features.

प्रोग्राम और सुविधाओं का उपयोग करके वर्चुअलाइजेशन-आधारित सुरक्षा सुविधाएँ जोड़ें

1. विंडोज की + आर दबाएं फिर टाइप करें appwiz.cpl और हिट दर्ज करें खोलने के लिए Program and Features.

प्रोग्राम और फीचर्स खोलने के लिए appwiz.cpl टाइप करें और एंटर दबाएं

2.From the left-hand window click on “विंडोज़ की सुविधाएँ चालू या बंद करें".

विण्डोस के सुविधा को बंद या चालू करो

3.Find and expand हाइपर-वी then similarly expand Hyper-V Platform.

4.Under Hyper-V Platform सही का निशान "हाइपर-वी हाइपरवाइजर".

Under Hyper-V Platform checkmark Hyper-V Hypervisor

5.Now scroll down and checkmark “Isolated User Mode” और ओके पर क्लिक करें

DISM का उपयोग करके वर्चुअलाइजेशन-आधारित सुरक्षा सुविधाओं को ऑफ़लाइन छवि में जोड़ें

1. विंडोज की + एक्स दबाएं और फिर चुनें कमांड प्रॉम्प्ट (एडमिन)।

व्यवस्थापक अधिकारों के साथ कमांड प्रॉम्प्ट

2.Type the following command into cmd to add the Hyper-V Hypervisor and hit Enter:

dism /image:<WIM file name> /Enable-Feature /FeatureName:Microsoft-Hyper-V-Hypervisor /all
OR
dism /Online /Enable-Feature:Microsoft-Hyper-V /All

DISM का उपयोग करके वर्चुअलाइजेशन-आधारित सुरक्षा सुविधाओं को ऑफ़लाइन छवि में जोड़ें

3.Add the Isolated User Mode feature by running the following command:

dism /image:<WIM file name> /Enable-Feature /FeatureName:IsolatedUserMode
OR
dism /Online /Enable-Feature /FeatureName:IsolatedUserMode

Add the Isolated User Mode feature

4.Once finished, you can close the command prompt.

विंडोज़ 10 में क्रेडेंशियल गार्ड सक्षम या अक्षम करें

1. विंडोज की + आर दबाएं फिर टाइप करें regedit पर और हिट दर्ज करें खोलने के लिए रजिस्ट्री संपादक।

कमांड regedit चलाएँ

2.निम्न रजिस्ट्री कुंजी पर नेविगेट करें:

HKEY_LOCAL_MACHINESystemCurrentControlSetControlDeviceGuard

3. राइट-क्लिक करें डिवाइसगार्ड फिर चुनें नया > DWORD (32-बिट) मान।

Right-click on DeviceGuard then select New DWORD (32-bit) Value

4.इस नव निर्मित DWORD को इस प्रकार नाम दें वर्चुअलाइजेशन आधारित सुरक्षा सक्षम करें और Enter दबाएं

Name this newly created DWORD as EnableVirtualizationBasedSecurity and hit Enter

5.Double-click on EnableVirtualizationBasedSecurity DWORD then change its value to:

To Enable Virtualization-based Security: 1
To Disable Virtualization-based Security: 0

To Enable Virtualization-based Security change the value of the DWORD to 1

6.Now again right-click on DeviceGuard then select नया> DWORD (32-बिट) मान और इस DWORD को नाम दें आवश्यकता मंच सुरक्षा सुविधाएँ फिर एंटर दबाएं।

Name this DWORD as RequirePlatformSecurityFeatures then hit Enter

7.Double-click on RequirePlatformSecurityFeatures DWORD and change it’s value to 1 to use Secure Boot only or set it to 3 to use Secure Boot and DMA protection.

Change it's value to 1 to use Secure Boot only or set it to 3 to use Secure Boot and DMA protection.

8.अब निम्नलिखित रजिस्ट्री कुंजी पर जाएँ:

HKEY_LOCAL_MACHINESystemCurrentControlSetControlLSA

9.Right-click on LSA then select नया> DWORD (32-बिट) मान then name this DWORD as LsaCfgझंडे और Enter दबाएं

Right-click on LSA then select New then DWORD (32-bit) Value

10.Double-click on LsaCfgFlags DWORD and change its value according to:

Disable Credential Guard: 0
Enable Credential Guard with UEFI lock: 1
Enable Credential Guard without lock: 2

Double-click on LsaCfgFlags DWORD and change its value according to

11.Once finished, close Registry Editor.

Disable Credential Guard in Windows 10

If Credential Guard was enabled without UEFI Lock then you can Disable Windows Credential Guard का उपयोग Device Guard and Credential Guard hardware readiness tool or the following method:

1. विंडोज की + आर दबाएं फिर टाइप करें regedit पर और हिट दर्ज करें खोलने के लिए रजिस्ट्री संपादक।

कमांड regedit चलाएँ

2.Navigate and delete the following registry keys:

HKEY_LOCAL_MACHINESystemCurrentControlSetControlLSALsaCfgFlags
HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftWindowsDeviceGuardEnableVirtualizationBasedSecurity
HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftWindowsDeviceGuardRequirePlatformSecurityFeatures

Disable Windows Credential Guard

3.Delete the Windows Credential Guard EFI variables by using bcdedit. Press Windows Key + X then select कमांड प्रॉम्प्ट (एडमिन)।

व्यवस्थापक अधिकारों के साथ कमांड प्रॉम्प्ट

4. सीएमडी में निम्न कमांड टाइप करें और एंटर दबाएं:

mountvol X: /s
copy %WINDIR%System32SecConfig.efi X:EFIMicrosoftBootSecConfig.efi /Y
bcdedit /create {0cb3b571-2f2e-4343-a879-d86a476d7215} /d "DebugTool" /application osloader
bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} path "EFIMicrosoftBootSecConfig.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

5.Once finished, close command prompt and reboot your PC.

6.Accept the prompt to disable Windows Credential Guard.

अनुशंसित:

यही आपने सफलतापूर्वक सीखा है How to Enable or Disable Credential Guard in Windows 10 लेकिन यदि आपके पास अभी भी इस ट्यूटोरियल के संबंध में कोई प्रश्न हैं तो बेझिझक उन्हें टिप्पणी अनुभाग में पूछ सकते हैं।

व्यवस्थापक