Difference between revisions of "Windows 10"

From Max's Wiki
Jump to navigation Jump to search
(Created page with "__FORCETOC__ http://www.pcworld.com/article/3045633/software/3-fixes-for-a-dead-windows-10-start-menu.html")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
__FORCETOC__
 
__FORCETOC__
  
 +
= Administration =
 +
 +
=== Install Hyper-V ===
 +
==== Requirements ====
 +
* Windows 10 Enterprise, Professional, or Education
 +
* 64-bit Processor with Second Level Address Translation (SLAT).
 +
* CPU support for VM Monitor Mode Extension (VT-c on Intel CPU's).
 +
* Minimum of 4 GB memory.
 +
* The Hyper-V role cannot be installed on Windows 10 Home.
 +
* Upgrade from Windows 10 Home edition to Windows 10 Professional by opening up Settings > Update and Security > Activation.
 +
 +
Installation:
 +
 +
Hyper-V is built into Windows as an optional feature -- there is no Hyper-V download or installable component. There are several ways to enable the built-in Hyper-V role.
 +
 +
* Enable Hyper-V using PowerShell
 +
* Open a PowerShell console as Administrator.
 +
* Run the following command:
 +
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
 +
If the command couldn't be found, make sure you're running PowerShell as Administrator.
 +
When the installation has completed you need to reboot the computer.
 +
 +
[https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v Reference]
 +
 +
=== Fix Windows 10 Start Menu ===
 
http://www.pcworld.com/article/3045633/software/3-fixes-for-a-dead-windows-10-start-menu.html
 
http://www.pcworld.com/article/3045633/software/3-fixes-for-a-dead-windows-10-start-menu.html
 +
 +
=Windows Defender=
 +
* [https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-guard/wd-app-guard-overview Windows Defender Application Guard overview]

Latest revision as of 00:26, 11 February 2019


Administration

Install Hyper-V

Requirements

  • Windows 10 Enterprise, Professional, or Education
  • 64-bit Processor with Second Level Address Translation (SLAT).
  • CPU support for VM Monitor Mode Extension (VT-c on Intel CPU's).
  • Minimum of 4 GB memory.
  • The Hyper-V role cannot be installed on Windows 10 Home.
  • Upgrade from Windows 10 Home edition to Windows 10 Professional by opening up Settings > Update and Security > Activation.

Installation:

Hyper-V is built into Windows as an optional feature -- there is no Hyper-V download or installable component. There are several ways to enable the built-in Hyper-V role.

  • Enable Hyper-V using PowerShell
  • Open a PowerShell console as Administrator.
  • Run the following command:

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All If the command couldn't be found, make sure you're running PowerShell as Administrator. When the installation has completed you need to reboot the computer.

Reference

Fix Windows 10 Start Menu

http://www.pcworld.com/article/3045633/software/3-fixes-for-a-dead-windows-10-start-menu.html

Windows Defender