change README.md

This commit is contained in:
pavel.muhortov 2021-11-21 20:36:23 +03:00
parent a76130f268
commit b5218e0606

View File

@ -259,17 +259,17 @@ chmod u+x ./simplewc.py
____ ____
## `hvswitch`.cmd ## `hvswitch`.cmd
**Description:** Microsoft Hyper-V switch on/off **Description:** Microsoft Hyper-V switch on/off
**Dependencies:** Windows with Hyper-V (tested version Windows 10 Pro), **Dependencies:** Windows with Hyper-V (tested Windows 10 Pro x64),
| PARAMETERS | DESCRIPTION | DEFAULT| | PARAMETERS | DESCRIPTION | DEFAULT|
|-------------|-------------|--------| |-------------|-------------|--------|
|**[qn]**|execution without pauses|**REQUIRED 1 POSITION**| |**[qn]**|execution without pauses (**use only in 1st position**)||
|**[y]**|enable Hyper-V, if it off|**REQUIRED 2 POSITION**| |**[y]**|enable Hyper-V, if it off (**use only in 2nd position**)||
|**[n]**|disable Hyper-V, if it on|**REQUIRED 2 POSITION**| |**[n]**|disable Hyper-V, if it on (**use only in 2nd position**)||
Example usage in terminal: Example usage in terminal:
```shell ```cmd
.\hvswitch.cmd qn y .\hvswitch.cmd qn y
``` ```