www.diskinternals.com Open in urlscan Pro
2604:a880:800:c1::eb:1001  Public Scan

URL: https://www.diskinternals.com/raid-recovery/installing-hyper-v-on-windows10/
Submission: On July 13 via manual from UA — Scanned from DE

Form analysis 1 forms found in the DOM

GET /search/

<form method="get" action="/search/">
  <input class="search-input" type="text" autocomplete="off" placeholder="Search for Recovery" maxlength="256" name="q" onkeyup="lookup2(this.value);">
</form>

Text Content

 * About us
 * Products
   * VMFS Recovery
   * RAID Recovery
   * Partition Recovery
   * Uneraser
   * Linux Reader
   * All 30 products ...
   * 
   * Downloads
   * How to order
 * Services
 * Help
   * Support
   * Downloads
   * How to order
   * Glossary
   * Partners
 * Contacts
 * 
 * en
   * en



RAID Recovery™
Recovers all types of corrupted RAID arrays

TRY IT FREEVer 6.13, WinBUY NOWFrom $249

RAID Recovery
 * Overview
 * Forensic Disk Images
 * VMFS Recovery
 * Free DownloadGet Prices




HOW TO INSTALL HYPER-V MANAGER ON WINDOWS 10

Here you will find out:

 * requirements to install Hyper-V

 * Role or Server

 * how to install Hyper-V and when DiskInternals can help you

Are you ready? Let's read!

How to install Hyper-V on Windows 10? There are some tips you need to know, and
of course, there are prerequisites that should be considered.


REQUIREMENTS TO INSTALL HYPER-V

Your Windows 10 computer needs to meet these requirements before you can install
and run virtualization seamlessly. Also, it is important to note that these
requirements may be slightly different based on your Windows OS edition and
version. The requirements are as follows:

 * 64-bit processor with a clock speed of 1.4 GHz

 * SLAT, for improving virtual machines performance and reducing hypervisor
   overhead

 * Your system must support VM monitor mode extensions

 * At least 4GB of RAM to install Hyper-V

 * Intel Virtualization Technology (Intel VT) or AMD Virtualization Technology
   (AMD-V)

Intel Virtualization Technology
 * Hardware-Enforced Data Execution Prevention (DEP) with AMD NX (no execute
   bit) or Intel XD (disable execution bit).


INSTALL HYPER-V: ROLE OR SERVER?

Role and Server are the two commonest models used by IT experts and regular PC
users that wish to run virtualization. Both are good and have unique advantages
and disadvantages. Notwithstanding, Hyper-V Server is more preferred by IT
experts and admins that are knowledgeable in command-line interface (CLI) codes.


ROLE

Role installed on Windows Server allows for the creation of virtualized
computing environments for managing virtual machines. With Role, you can run
multiple operating systems on one physical computer and each of the OS would run
separately.

Put simply, Role is a Windows Server virtualization component. Mostly Hyper-V
Role is used by beginners who are not yet “very” experienced in handling virtual
machines via the CLI.

Well, you can install some products to help you manage Role functions remotely -
products like Hyper-V Manager MMC (Microsoft Management Console), System Center
Virtual Machine Manager, or PowerShell. To run Hyper-V Role, you need licensing;
plus, Hyper-V Role additionally offers a GUI.


SERVER

Server does not require further configuration as with Role. It is mostly used by
IT Pros with experience in using command-line interfaces (CLIs). you don't need
licensing to run Hyper-V Server; it is self-service hypervisor-based server
virtualization; however, all guest operating systems to run on the server must
be genuine.

Unlike Role, Server is fully based on CLI. Server offers better performance
because it contains only the Windows hypervisor and core virtualization
components. Notwithstanding, the truth is that Role and Server are both type 1
hypervisors.


INSTALL HYPER-V: WHAT YOU SHOULD KNOW ABOUT ENABLING

If you enable Role, your Windows Server will go through the hypervisor and keep
it a type 1 hypervisor - the Windows server will run like a typical Virtual
Machine on the system. Both models are identical, but the licensing is
different.

Also, with Hyper-V Role, you can add a GUI and integrate many other Windows
services on the host. You can also install Hyper-V Role on Windows Server Core
to make it much closer to an actual Server.

Choosing between Hyper-V Role and Server is more on personal preference and
expertise, because, they both offer almost the same capabilities with a slight
(almost insignificant) difference in the same performance. Then, in summary, no
matter how you set up Hyper-V, it will run as a Type 1 hypervisor.


1. SCRIPT TO DOWNLOAD AND INSTALL HYPER-V FOR WINDOWS 10

If you need to run Hyper-V on Windows 10, you need a script to do that.
Actually, there is a Github code that allows automating the download and
activation of Hyper-V on a Windows environment. Here’s the script:

pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt
for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart
/add-package:"%SystemRoot%\servicing\Packages\%%i" del hyper-v.txt Dism /online
/enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL pause

How do you run this code?

 * Right-click on a white space on your Desktop and select to create a new Text
   Document.

 * Copy this code - all of it - and paste it into the Text Document you created.

 * Save the Text Document file as Enabler.bat

 * Ensure you saved the file on your Desktop for easy access.

Note: The document file must be saved in (.bat) format for it to run as a
script. (.bat) extension represents a “Batch File.”


2. RUN ENABLER BATCH FILE

With the .bat file saved on your desktop, you will need to run it as an
Administration. That means to say that you have to be an Admin, or log in with
an Admin account on the computer you're using to run this setup.

Run Hyper-V Enabler Batch file

If you’re on an Admin account, right-click on the .bat file and select “Run as
Administrator.” Then, allow the processes to start up.


3. INSTALL HYPER-V: BEGINNING

Automatically, when you run the BAT script, it would prompt a CMD interface and
start running the code/script saved in the file. You don’t need to do anything,
simply allow the process to run by itself, automatically. Also, ensure the
computer is connected to the internet so that the script would download and
install all required files and data.


4. REBOOT YOUR SYSTEM

Reboot Your System

When the installation process is completed, close the CMD prompt (if it doesn’t
close automatically). After you have closed it, shut down the system, leave it
for some seconds, then power it back up.


5.SERVICE IS NOW INSTALLED

After the computer boots up, the environment is now available on the Windows PC
running Windows OS Home edition. To check for the Hypervisor feature, follow the
procedure below.

 * Click on Windows Search Box or Search Icon on the taskbar and type Turn
   Windows features on or off

Turn Windows features on or off
 * Open the related Settings from the search results

 * Look out and expand the option; ensure that all its sub-options are all
   checked

 * Save the settings and close the dialogue

Now that you've confirmed the feature on your Windows OS PC, the next is to run
a Microsoft virtual environment to create VMs. The procedure to run is pretty
straightforward - explained below:

 * Return to the Search box/icon and search for service

 * Click on the icon when it appears

Turn Windows features on or off - 2

Or,

 * Press Windows Key + R to launch the “RUN” box

 * Type virtmgmt.msc into the box and click “Run” or press the ENTER key on your
   keyboard.


HOW TO CREATE A VIRTUAL MACHINE (VM)

To create a virtual machine with Manager; connect to a server, right-click on
the server, and select "New."

 * Choose “Create a new virtual machine.”

Create a new virtual machine
 * Enter a name for your VM.

 * Choose the Generation for your Virtual machine (leave it at default if you're
   not conversant with these settings).

 * Assign the RAM to use.

 * Configure the Network and size of the Virtual Disk.

 * Load the ISO file of the OS you want to run on the VM.


UNINSTALL/DISABLE ON WINDOWS 10

If you’re done using the feature, you can uninstall or disable it on your system
following the steps below:

 * Go back to the Turn on or Turn off windows feature page

 * Look for program and uncheck it

 * Click OK to save the changes

 * Restart your PC.

Uninstall/Disable Hyper-V on Windows 10 Home - 1Uninstall/Disable Hyper-V on
Windows 10 Home - 2

Just that and service would be deactivated on your computer.


PROTECT YOUR DATA - CREATE BACK UPS

Whatever you’re doing on a computer system, it is important to run routine
backups. There are many software applications out there that allow you to make
backups; however, DiskInternals RAID Recovery software lets you do it for free,
and it actually creates “Disk Images.” These disk images serve as the backups of
the selected hard disk.


DISKINTERNALS RAID RECOVERY

This is an intuitive RAID Recovery app with a built-in "Wizard" that helps the
user to recover lost RAID files easily. DiskInternals RAID Recovery can recover
lost files and partitions from all kinds of RAID arrays and Virtual Machines.

It is regularly updated and integrates several handy features, as well as
support various file systems. RAID Recovery by DiskInternals can recover files
from damaged pools that no longer mount and automatically figures out pool and
filesystem parameters, including the disk order.

Furthermore, it can recover previous versions of files (if available), verifies
checksums to ascertain the file's integrity, and works efficiently on all
Windows PCs.


RECOVERY PROCESS

FIRST STEP:

Connect the hard drive where the files were lost - to a computer system via USB
or any other supported means of connectivity.

SECOND STEP:

DiskInternals RAID Recovery - RAID Wizard

Boot the computer where the hard drive is connected and install DiskInternals
RAID Recovery software. After the installation, launch the program and follow
the Recovery Wizard prompts to recover your lost files from each of the
connected drives, one after another.


RECOVERY TIPS

Consider these tips when attempting to recover files using DiskInternals RAID
Recovery.

 * Don’t rush the process - allow each step to run completely and successfully
   before proceeding to the next. Else, you may not recover all your lost files.

DiskInternals RAID Recovery - RAID WizardDiskInternals RAID Recovery - RAID
WizardDiskInternals RAID Recovery - RAID Wizard
 * Verify that you chose the exact disk drive that had the lost files you want
   to recover. If you select the wrong drive, you won’t get back any of the lost
   files.

DiskInternals RAID Recovery - RAID WizardDiskInternals RAID Recovery - RAID
WizardDiskInternals RAID Recovery - RAID Wizard
 * DiskInternals RAID Recovery comes with a previewing engine, so you can
   preview the recovered files before saving them back to your local or remote
   storage.

Important Note: Ensure that you do not save the recovered files on the same
drive where they were previously saved - from where they got lost.


VIDEO GUIDE:



Here is a clear-cut video that visually explains the RAID Partition recovery
process using DiskInternals RAID Recovery.


RAID FAILURE PREVENTION TIP

RAID failures cannot be entirely avoided, but here are some prevention tips that
may be of help.

 * Always monitor the RAID disk drives’ critical SMART parameters, health
   status, and temperature routinely. This will help you identify RAID array
   failure signs earlier and fix them before it escalates.

 * Always back up your data regularly because no one can be too sure when data
   loss could occur.

 * Don’t perform CHKDSK or SFC scans in a bid to fix and repair RAID array
   errors.

 * Don’t ever use the “beta” version of a RAID firmware, OS, or system file.
   However, ensure to keep your OS and critical software apps updated to their
   latest stable versions regularly.

Reserve at least two new or empty drives to use in replacing failed drives in an
array.


CONCLUSION:

Summarily, this article explains how to install and deactivate program on a
system running Windows 10. It also mentions the importance of data backup and
recovery.

It is a Type 1 Hypervisor and it can be run on Windows 10. It is easy to set up
- you only need to run the script and activate it under Windows features. Also,
you can deactivate the feature on your system at any time you wish.


RELATED ARTICLES

How toRAID 0-5RAID 5x-6xHyper-VVHD/VHDXNASNew



RAID 0-5 (6)Hyper-V (1)
 * Back up Active Directory Guide - Step-by-step Instructions⠀
 * NAS vs. SAN - What Are the Differences Between Them⠀
 * RAID level 0, 1, 5, 6 and 10 - Explained what are the different⠀
 * What is a RAID configuration?⠀
 * RAID recovery software for Mac⠀
 * How to Run Linux on a Hyper-V VM⠀
 * Hyper-V Manager - what is it?⠀
 * How To Create RAID Arrays with mdadm on Ubuntu⠀
 * Hyper-V Virtual Machine Replication⠀
 * The best NAS RAID: how to choose⠀
 * What is RAID Redundancy⠀
 * RAID Recovery Services
 * Hyper-V network adapters⠀
 * VHD VS VHDX - let's compare⠀
 * Minimum disks for RAID 10⠀
 * How to Recover RAID partition - step by step guide⠀
 * RAID 6: Replace Two Dead Drives
 * How to downsize hardware RAID partition and protect data
 * What Are Some Common Symptoms of RAID Array Failures?⠀
 * Hyper-V Server Core installation vs GUI - let's compare⠀
 * Difference Between Type 1 and Type 2 Hypervisor?⠀
 * How to set up RAID in Windows⠀
 * Raid Recovery Qnap⠀
 * Hyper-V Live Migration - what is it?⠀
 * What is nutanix ahv?⠀
 * What is System Center Virtual Machine Manager⠀
 * RAID Redundancy - best performance solutions⠀
 * HDD Raid Vs SSD Raid Storage Systems - How to move⠀
 * RAID Consistency Check: fix disk issue
 * Basic Disks vs Dynamic: What is the Difference
 * RAID 5 VS RAID 6 - advantages, disadvantages, recovery⠀
 * External Drive vs NAS - how to choose
 * RAID 10 vs RAID 01: Is There Any Difference?
 * RAID 0, 1, 3, 5, 10 data recovery software for Windows 10
 * ZFS Recovery - How to recover ZFS files⠀
 * RAID 0 vs RAID 1 comparison⠀
 * What is Foreign Dynamic Disk? What if a Dynamic RAID Disk is Foreign?
 * RAID Controller Fails
 * Benefits of RAID arrays - what are the advantages of RAID?⠀
 * What are RAID 01, RAID 1+0 and RAID 0+1⠀
 * Mdadm RAID 1 not activating a spare disk Linux⠀
 * Hardware vs Software Raid - Differences Explained⠀
 * RAID 5 vs RAID 10 comparison: Which one is better for you?⠀
 * RAID vs JBOD: performance and cost comparison⠀
 * How Does RAID 5 on Windows 10 Work?
 * RAID Array Growing: How to Perform It
 * What is JBOD? How to retrieve files from Just a Bunch Of Disks |
   Diskintermals RAID Recovery
 * RAID 4 Data Recovery: How to Perform It⠀
 * Here is How to add drive to RAID 5 in 2022
 * How to check RAID status? 4 different methods!
 * Here is How to Backup RAID in 2022
 * How to Rebuild RAID 5 Without Losing Your Data
 * Perform Hyper-V Data Recovery Today
 * RAID 5: How Big Should an Array Be?
 * Here is everything you need to know about using SSD in RAID Array
 * RAID 5 Data Recovery Step by Step
 * RAID 6 Data Recovery
 * RAID 10 Recovery
 * RAID 1 Recovery: all you can do yourself
 * RAID 0 Data Recovery
 * The Truth about Recovering RAID 5 with 2 Failed Disks
 * How About RAID 1 Reliability?
 * Guide: How to use Microsoft Storage Spaces and keep your data safe
 * Perform RAID 50 Data Recovery Today!
 * Effortless Btrfs file system data recovery
 * Here is everything you need to know about Xserve RAID data safety
 * Is it worth using RAID 5E/5EE?
 * Here is Everything You Need to Know About RAID-Z Technology
 * Guide: Linux Raid and Disk Data Safety
 * What to do if you get Microsoft SQL Server error 18456?
 * What is Microsoft SQL Server and How Can You Use it Safely?
 * Make Sure Your Data is Safe While Using Microsoft Storage
 * Apple RAID Card Data Recovery
 * How to Use Microsoft Windows Server Safely and Protect Your Data
 * Microsoft SQL Server Express Guide
 * How to Set Up and Use Microsoft SQL Server Management Studio (SSMS)?
 * About Hyper-V clusters
 * Which RAID is Better to Use for 4 Drives
 * Hyper-V: Generation 1 vs Generation 2
 * Hyper-V Snapshot Merge
 * What to do if there is an issue with the RAID after the BIOS update?
 * Synology RAID Set That Is Broken or Crashed? RAID data recovery
 * What to do if there is no hard drive detected or disk controller not
   supported in RAID? 2022 guide
 * Top-5 RAID Recovery Software in 2022
 * RAID status degraded - fix it⠀
 * RAID 3 vs RAID 5: which one would you prefer?
 * RAID Recovery Software
 * RAID 0 failure? Find out how to fix it!
 * Features
 * Let's compare: Btrfs vs Ext4
 * Let's compare: Synology vs QNAP
 * RAID Reconstructor on Broken RAID Arrays
 * SSD benefits for RAID array
 * What Is a Hot Spare? Peculiarities of Usage
 * RAID 50 vs RAID 10: What is the Difference?
 * How to choose between RAID 1 vs RAID 5? Find out it here!
 * What is RAID-Z? Its Difference Between RAID-Z2 vs RAID-Z3
 * Can RAID array have snapshots?
 * RAID Array Metadata: What Is Inside?
 * Do You Need to Defragment RAID?
 * Does chunk size influence the speed of RAID?
 * RAID 0, 5, 6, 10 Performance
 * Global Hot Spare vs Dedicated Hot Spare: Find the Difference
 * What to do if RAID array doesn't reassemble after reboot
 * What is FakeRAID?
 * RAID Array for Video Editing: How to Choose




FREE DOWNLOADVer 6.13, WinBUY NOWFrom $249

Please rate this article.
51 reviews
Solutions for storages
VMFS Recovery™ RAID Recovery™ Partition Recovery Uneraser™ NTFS Recovery EFS
Recovery™ DVR Recovery
Solutions for databases
MSSQL Recovery MySQL Recovery Access Recovery
Solutions for office
Mail Recovery - all in one Office Recovery - all in one Excel Recovery Word
Recovery Access Recovery Outlook Recovery
100% free
Linux Reader Reader for TC ZIP Repair Address Book Recovery

About us
Products
Services
Support
Downloads
How to order
Partners
Contacts
Site Map
Privacy Policy
Terms of Use
All rights reserved 2022 - DiskInternals, ltd.