diff --git a/Autounattend.template.xml b/Autounattend.template.xml
index e96d6da..f93bb48 100644
--- a/Autounattend.template.xml
+++ b/Autounattend.template.xml
@@ -220,7 +220,6 @@
3
false
powershell -c
- Set-ExecutionPolicy Bypass -Scope Process -Force;
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;
iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'));