- Joined
- Sep 19, 2022
- Messages
- 14 (0.02/day)
System Name | Surface Pro 4 |
---|---|
Processor | Intel i5-6300U @ 3.0Ghz - 2C/4T |
Motherboard | X911788-009 |
Cooling | Hybrid (Passive and Fan Cooling) |
Memory | 8 GB |
Video Card(s) | Intel HD Graphics 520 |
Storage | Samsung MZFLV256 NVMe SSD |
Display(s) | 12.3” PixelSense™ 2736 x 1824 (267 PPI) |
Keyboard | Surface Type Cover |
Software | Windows 11 Pro |
1. Turn off Hyper-V. Run the “Turn Windows features on or off” applet and uncheck the entire “Hyper-V” tree
2. Disable Credential Guard: Run the “Edit group policy” applet, and navigate to the Local Computer Policy > Computer Configuration > Administrative Templates > System > Device Guard group. For the “Turn On Virtualization Based Security”, set it to “Disabled”
3. Turn off hypervisor in the boot loader: in PowerShell as Administrator, type
bcdedit /set hypervisorlaunchtype off
4. Disable DeviceGuard: run the “Registry Editor” applet and navigate to Computer > HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Control > DeviceGuard group. set the “EnableVirtualizationBasedSecurity” to 0, set “RequireMicrosoftSignedBootChain” to 0. Then navigate further to … Scenarios > HyperVisorEnforcedCodeIntegrity and set “Enabled” to 0
5. Disable Memory Integrity: Click search and type “defender” and open Windows Defender / Windows Security. Then click Device Security. Then click Core Isolation. Turn the Memory Integrity option “Off”
When you reboot, you should have “Virtualization Based Security: not enabled” and the Intel utility will show VT-x enabled.
If you need to use Hyper-V, you should try other alternatives such as VMWare Workstation or VirtualBox.
I’ve tested it and it works. My laptop usually heats up while running VMs but now my laptop temps are about 48-55 degrees while running VMs. When idle it’s about 39 degrees. While browsing 41-45 degrees.
Now you can run VMs without overheating issues.
Source: https://adts.link/2022/10/08/how-to...ows-11-with-virtual-machine-platform-enabled/
2. Disable Credential Guard: Run the “Edit group policy” applet, and navigate to the Local Computer Policy > Computer Configuration > Administrative Templates > System > Device Guard group. For the “Turn On Virtualization Based Security”, set it to “Disabled”
3. Turn off hypervisor in the boot loader: in PowerShell as Administrator, type
bcdedit /set hypervisorlaunchtype off
4. Disable DeviceGuard: run the “Registry Editor” applet and navigate to Computer > HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Control > DeviceGuard group. set the “EnableVirtualizationBasedSecurity” to 0, set “RequireMicrosoftSignedBootChain” to 0. Then navigate further to … Scenarios > HyperVisorEnforcedCodeIntegrity and set “Enabled” to 0
5. Disable Memory Integrity: Click search and type “defender” and open Windows Defender / Windows Security. Then click Device Security. Then click Core Isolation. Turn the Memory Integrity option “Off”
When you reboot, you should have “Virtualization Based Security: not enabled” and the Intel utility will show VT-x enabled.
If you need to use Hyper-V, you should try other alternatives such as VMWare Workstation or VirtualBox.
I’ve tested it and it works. My laptop usually heats up while running VMs but now my laptop temps are about 48-55 degrees while running VMs. When idle it’s about 39 degrees. While browsing 41-45 degrees.
Now you can run VMs without overheating issues.
Source: https://adts.link/2022/10/08/how-to...ows-11-with-virtual-machine-platform-enabled/