Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Windows 10 reference #1879

Open
wants to merge 1 commit into
base: live
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions virtualization/hyper-v-on-windows/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Hyper-V on Windows 10
description: Hyper-V on Windows 10
title: Hyper-V on Windows
description: Hyper-V on Windows
keywords: windows 10, hyper-v
author: scooley
ms.author: scooley
Expand All @@ -11,27 +11,30 @@ ms.assetid: 05269ce0-a54f-4ad8-af75-2ecf5142b866

---

# Hyper-V on Windows 10
# Hyper-V on Windows

Many versions of Windows 10 include the Hyper-V virtualization technology. Hyper-V enables running virtualized computer systems on top of a physical host. These virtualized systems can be used and managed just as if they were physical computer systems, however they exist in virtualized and isolated environment. Special software called a hypervisor manages access between the virtual systems and the physical hardware resources. Virtualization enables quick deployment of computer systems, a way to quickly restore systems to a previously known good state, and the ability to migrate systems between physical hosts.
Many versions of Windows include the Hyper-V virtualization technology. Hyper-V enables running virtualized computer systems on top of a physical host. These virtualized systems can be used and managed just as if they were physical computer systems, however they exist in virtualized and isolated environment. Special software called a hypervisor manages access between the virtual systems and the physical hardware resources. Virtualization enables quick deployment of computer systems, a way to quickly restore systems to a previously known good state, and the ability to migrate systems between physical hosts.

The following documents detail the Hyper-V feature in Windows 10, provide a guided quick start, and also contain links to further resources and community forums.
The following documents detail the Hyper-V feature in Windows, provide a guided quick start, and also contain links to further resources and community forums.

## About Hyper-V on Windows

The following articles provide an introduction to and information about Hyper-V on Windows.

* [Introduction to Hyper-V](./about/index.md)
* [Supported Guest Operating Systems](about/supported-guest-os.md)

## Get started with Hyper-V
The following documents provide a quick and guided introduction to Hyper-V on Windows 10.

The following documents provide a quick and guided introduction to Hyper-V on Windows.

* [Install Hyper-V](quick-start/enable-hyper-v.md)
* [Create a Virtual Machine](quick-start/create-virtual-machine.md)
* [Create a Virtual Switch](quick-start/connect-to-network.md)
* [Hyper-V and PowerShell](quick-start/try-hyper-v-powershell.md)

## Connect with Community and Support

Additional technical support and community resources.

* [Hyper-V forums](https://social.technet.microsoft.com/Forums/windowsserver/home?forum=winserverhyperv)
Expand Down