https://github.com/yokra9/switch-displaymode
https://github.com/yokra9/switch-displaymode
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yokra9/switch-displaymode
- Owner: yokra9
- License: mit
- Created: 2024-07-27T03:15:11.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-01T02:55:22.000Z (11 months ago)
- Last Synced: 2025-02-07T15:44:55.618Z (5 months ago)
- Language: PowerShell
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Switch-DisplayMode
## Usage
```powershell
# import the Switch-DisplayMode cmdlet
. .\Switch-DisplayMode.ps1# Set the last internal configuration from the persistent database
Switch-DisplayMode -DisplayMode internal# Set the last extend configuration from the persistent database
Switch-DisplayMode -DisplayMode extend# Set the last clone configuration from the persistent database
Switch-DisplayMode -DisplayMode clone# Set the last external configuration from the persistent database
Switch-DisplayMode -DisplayMode external
```