Windows Registry Editor Version 5.00

; Created by: Shawn Brink
; Created on: February 23, 2023
; Tutorial: https://www.elevenforum.com/t/change-powershell-script-execution-policy-in-windows-11.12879/


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell]
"ExecutionPolicy"="Unrestricted"

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell]
"ExecutionPolicy"="Unrestricted"
