Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yokra9/switch-displaymode
https://github.com/yokra9/switch-displaymode
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yokra9/switch-displaymode
- Owner: yokra9
- License: mit
- Created: 2024-07-27T03:15:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-01T02:55:22.000Z (4 months ago)
- Last Synced: 2024-10-28T11:16:48.514Z (2 months ago)
- Language: PowerShell
- Size: 2.93 KB
- Stars: 0
- 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
```