README.md 324 B
Newer Older
Christof Schulze's avatar
Christof Schulze committed
# Windows Configuration

Christof Schulze's avatar
Christof Schulze committed
## 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
  ```