initial commit

This commit is contained in:
i2p
2026-08-27 11:22:08 -06:00
commit f25c28309c
67 changed files with 10474 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
@echo off
net session >nul 2>&1
reg add HKLM\SYSTEM\CurrentControlSet\CI\Config /v "VulnerableDriverBlocklistEnable" /t REG_DWORD /d 0 /f
reg add HKLM\SYSTEM\CurrentControlSet\Control\CI\Config /v "VulnerableDriverBlocklistEnable" /t REG_DWORD /d 0 /f
reg add HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity /v "Enabled" /t REG_DWORD /d 0 /f
echo.
echo Restart pc
pause