Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeskhan47 committed Oct 22, 2023
1 parent b6c058c commit 0671ff0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ If you encounter any problems or have questions regarding HypervisorControl, fee

By using HypervisorControl, you acknowledge and accept these terms and conditions.

# HypervisorControl
## 🛠 HypervisorControl

A tool to quickly disable or enable the hypervisor, created by aneeskhan47.

![image](https://github.com/aneeskhan47/hypervisorcontrol/assets/30714223/1412d2b8-4482-4c71-b0a9-71e0501e664a)

## Why I Created This Tool
## Why I Created This Tool

I have an i7-7th gen cpu which does not have a TPM 2.0 module and I also use WSL2 for my work. So I needed a way to quickly toggle the hypervisor on or off. I couldn't find any tool that did this, so I created one myself.

Expand All @@ -29,11 +29,15 @@ This tool just helps you to quickly toggle the hypervisor on or off. Not just fo

**Intended to use with Windows 10 and 11**.

## How to Use
## 🚀 How to Use

1. Download the `HypervisorControl.ps1` PowerShell script file.
2. Open the tool as administrator. Based on the current status of the hypervisor:
1. If the hypervisor is enabled, the tool will prompt you with an option to disable it. Upon confirmation, the tool will disable the hypervisor and ask you whether you want to restart the system.
2. If the hypervisor is disabled, the tool will prompt you with an option to enable it. Upon confirmation, the tool will enable the hypervisor and ask you whether you want to restart the system.

I hope this suits your needs! Let me know if there are any other adjustments you'd like. Feel free to open an issue.

## 📜 License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

0 comments on commit 0671ff0

Please sign in to comment.