# Windows Configuration ## Registry Files ## Features ### PowerShell-scripts By default execution of Powershell-Scripts is forbidden. To allow PowerShell-Scripts to be executed only for the Admin, execute once as Janitor (run as Administrator): ``` Set-ExecutionPolicy unrestricted -Scope CurrentUser ```