File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1- <p align =" center " ><img src =" Assets/banner.png " ></p ><p align =" center " >
2- <img src =" https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge&logo=c%2B%2B&logoColor=white " >
1+ <p align =" center " ><img src =" Assets/banner.png " ></p ><p align =" center " > <img src =" https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge&logo=c%2B%2B&logoColor=white " >
32 <img src =" https://img.shields.io/badge/Visual_Studio-5C2D91?style=for-the-badge&logo=visual%20studio&logoColor=white " >
43 <img src =" https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white " >
54 <img src =" https://img.shields.io/badge/build-passing-76B900?style=for-the-badge&logo=&logoColor=whit " >
@@ -185,9 +184,15 @@ cmd should be opened as admin
185184> This cmds should fix any issue(after executing restart pc):
186185>
187186> ```
188- > reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceGuard" /v EnableVirtualizationBasedSecurity /t REG_DWORD /d 00000000 /f
187+ > reg add \"HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity\" /v Enabled /t REG_DWORD /d 0 /f
188+ >
189+ > reg add \"HKLM\SYSTEM\CurrentControlSet\Control\Lsa\" /v RunAsPPL /t REG_DWORD /d 0 /f
190+ >
191+ > reg add \"HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceGuard\" /v EnableVirtualizationBasedSecurity /t REG_DWORD /d 00000000 /f
192+ >
189193> bcdedit /set hypervisorlaunchtype off
190- > reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Config" /v VulnerableDriverBlocklistEnable /t REG_DWORD /d 00000000 /f
194+ >
195+ > reg add \"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Config\" /v VulnerableDriverBlocklistEnable /t REG_DWORD /d 00000000 /f
191196> ```
192197
193198---
You can’t perform that action at this time.
0 commit comments