diff --git a/setupWin11.ps1 b/Win11.ps1 similarity index 100% rename from setupWin11.ps1 rename to Win11.ps1 diff --git a/start_hardening.cmd b/start_hardening.cmd new file mode 100644 index 0000000..d9e6503 --- /dev/null +++ b/start_hardening.cmd @@ -0,0 +1 @@ +@powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0Win11.ps1"