File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -939,7 +939,7 @@ document.addEventListener("DOMContentLoaded", function () {
939939 ] ,
940940 coreisolation : [
941941 "echo -- Disabling Core Isolation" ,
942- 'reg add "HKLM\\SOFTWARE\\CurrentControlSet \\CurrentControlSet\\Control\\DeviceGuard\\Scenarios\\HypervisorEnforcedCodeIntegrity" /v "Enabled" /t REG_DWORD /d 0 /f' ,
942+ 'reg add "HKLM\\System \\CurrentControlSet\\Control\\DeviceGuard\\Scenarios\\HypervisorEnforcedCodeIntegrity" /v "Enabled" /t REG_DWORD /d 0 /f' ,
943943 ] ,
944944 disableprefetch : [
945945 "echo -- Disabling Prefetch" ,
Original file line number Diff line number Diff line change @@ -939,7 +939,7 @@ document.addEventListener("DOMContentLoaded", function () {
939939 ] ,
940940 coreisolation : [
941941 "echo -- Disabling Core Isolation" ,
942- 'reg add "HKLM\\SOFTWARE\\CurrentControlSet \\CurrentControlSet\\Control\\DeviceGuard\\Scenarios\\HypervisorEnforcedCodeIntegrity" /v "Enabled" /t REG_DWORD /d 0 /f' ,
942+ 'reg add "HKLM\\System \\CurrentControlSet\\Control\\DeviceGuard\\Scenarios\\HypervisorEnforcedCodeIntegrity" /v "Enabled" /t REG_DWORD /d 0 /f' ,
943943 ] ,
944944 disableprefetch : [
945945 "echo -- Disabling Prefetch" ,
You can’t perform that action at this time.
0 commit comments