From b5218e0606dbb4d8196172f15cf186bff345823a Mon Sep 17 00:00:00 2001 From: "pavel.muhortov" Date: Sun, 21 Nov 2021 20:36:23 +0300 Subject: [PATCH] change README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 ```