diff --git a/README.md b/README.md index 9d13afe..05282bf 100644 --- a/README.md +++ b/README.md @@ -259,17 +259,17 @@ chmod u+x ./simplewc.py ____ ## `hvswitch`.cmd **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| |-------------|-------------|--------| -|**[qn]**|execution without pauses|**REQUIRED 1 POSITION**| -|**[y]**|enable Hyper-V, if it off|**REQUIRED 2 POSITION**| -|**[n]**|disable Hyper-V, if it on|**REQUIRED 2 POSITION**| +|**[qn]**|execution without pauses (**use only in 1st position**)|| +|**[y]**|enable Hyper-V, if it off (**use only in 2nd position**)|| +|**[n]**|disable Hyper-V, if it on (**use only in 2nd position**)|| Example usage in terminal: -```shell +```cmd .\hvswitch.cmd qn y ```