# winrm.exe

## Quickly start WinRM without any prompts
```
winrm quickconfig -quiet
```
:::tip
Do this remotely using something like [netexec](/pentesting/Internal/netexec) by adding `-x winrm quickconfig -quiet` to your command.
:::
