Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 764 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 764 Bytes

Hypervisor

Overview

The Hypervisor project involves setting up and configuring a hypervisor on a Windows system. A hypervisor allows multiple operating systems to run concurrently on a host machine by providing a virtualization layer. This project includes scripts for downloading necessary components, taking ownership of critical system files, and configuring system boot settings to enable the hypervisor.

Features

  • Downloading and handling byte data
  • Manipulating system files (e.g., renaming, taking ownership)
  • Configuring boot settings using BCDEDIT

Disclaimer

This project is intended for educational purposes only. Use it responsibly and ensure you have the necessary permissions to manipulate system files and configure the hypervisor.