Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 990 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 990 Bytes

Scripting Repository

This repository contains a collection of scripts created for various purposes.

Available scripts

Below is a list of scripts present in this repository:

  1. enable_hyper-v.cmd: This script enables Hyper-V virtualization on Windows systems. It checks if Hyper-V is already enabled and if not, it enables it.

  2. disable_hyper-v.cmd: This script disables Hyper-V virtualization on Windows systems. It checks if Hyper-V is already disabled and if not, it disables it.

Usage

Each script is designed to be simple to use. Follow the instructions below to run a script:

  1. Download: Clone or download the repository to your local machine.

  2. Run as Administrator: To ensure proper execution, right-click on the script file and select "Run as administrator".

  3. Follow Instructions: If any prompts or instructions are provided by the script, follow them accordingly.

License

This repository is licensed under the MIT License.