# Command Line Options

## --appsettings

```
Universal.Server.exe --appsettings <appsettings path>
```

Loads the specified appsettings file.&#x20;

## --demo

```
Universal.Server.exe --demo
```

Starts PowerShell Universal in demo mode.

## --desktop

```
Universal.Server.exe --desktop
```

Starts PowerShell Universal in desktop mode.

## --reset-admin-account

```
Universal.Server.exe --reset-admin-account
```

Resets the local admin account password to `admin`.&#x20;

## --service

```
Universal.Server.exe --service
```

Runs PowerShell Universal as a Windows service.&#x20;
