From 0e74a6b2f1c54eed67e1cbf00d18ee03247a7ca0 Mon Sep 17 00:00:00 2001 From: Michael Reber Date: Sun, 3 Jul 2022 23:16:53 +0200 Subject: [PATCH] Workaround for execution policy --- setupWin11.ps1 => Win11.ps1 | 0 start_hardening.cmd | 1 + 2 files changed, 1 insertion(+) rename setupWin11.ps1 => Win11.ps1 (100%) create mode 100644 start_hardening.cmd 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"