mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 01:43:17 +00:00
18 lines
410 B
Plaintext
18 lines
410 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pwlauncher
|
|
|
|
> Manage the Windows To Go startup options.
|
|
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/pwlauncher>.
|
|
|
|
- Display the current Windows To Go status:
|
|
|
|
`pwlauncher`
|
|
|
|
- Enable or disable the Windows To Go startup options:
|
|
|
|
`pwlauncher /{{enable|disable}}`
|