tweaks-for-windows/README.md
2021-11-27 13:24:11 +03:00

24 lines
698 B
Markdown

# Tweaks for Windows
Tools for managing Windows setting
* [`hvswitch`.cmd](https://git.hmp.today/pavel.muhortov/tweaks-for-windows#hvswitch-cmd)
____
## `hvswitch`.cmd
**Description:** Microsoft Hyper-V switch on/off
**Dependencies:** Windows (tested version 10.0.19043)
| POSITION | PARAMETERS | DESCRIPTION | DEFAULT |
|-----------|--------------|------------------------|---------------|
| 1 | **[qn]** |execution without pauses| `None` |
| 2 | **[y]** |enable Hyper-V, if it off| `None` |
| 2 | **[n]** |disable Hyper-V, if it on| `None` |
Example usage in terminal:
```cmd
.\hvswitch.cmd qn y
```
____