<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: App issue with Windows 10 (guest) and Windows 11 (host) [EDITED] in VMware Workstation Pro Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/App-issue-with-Windows-10-guest-and-Windows-11-host-EDITED/m-p/2928553#M177517</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Not a placebo effect.&lt;/P&gt;&lt;P&gt;VMware's hypervisor is more performant and has more features then the one that Microsoft provides via their API.&lt;BR /&gt;Personally I wish it was more clear to a user which hypervisor is used.&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt;Wil&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2022 08:39:54 GMT</pubDate>
    <dc:creator>wila</dc:creator>
    <dc:date>2022-09-13T08:39:54Z</dc:date>
    <item>
      <title>App issue with Windows 10 (guest) and Windows 11 (host) [EDITED]</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/App-issue-with-Windows-10-guest-and-Windows-11-host-EDITED/m-p/2927644#M177429</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm having issues playing a Windows 10 guest on a Windows 11 host.&lt;/P&gt;&lt;P&gt;Host: Windows 11 64-bit (21H2, OS Build: 22000.918)&lt;BR /&gt;Microprocessor:&amp;nbsp;11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz 2.80 GHz&lt;BR /&gt;Installed RAM:&amp;nbsp;32.0 GB (31.7 GB usable)&lt;/P&gt;&lt;P&gt;Guest: Windows 10 (21H2, OS Build: 19044.1949)&lt;BR /&gt;Microprocessor: 4 vCore&lt;BR /&gt;Ram: 8 GB&lt;BR /&gt;Hard disk: 85 GB&lt;/P&gt;&lt;P&gt;Description: I use the guest machine(s) as a development machine (in particular using Visual Studio 2019 and Visual Studio 2022).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Randomly, Visual Studio freezes (particularly when pop-ups open, but also in other situations), freezes for a few moments, and then either resumes or restarts.&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;BR /&gt;What do you need for a possible more in-depth analysis?&lt;/P&gt;&lt;P&gt;Attached is the support data collected from one of the VM that suffers from the problem...&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 14:31:30 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/App-issue-with-Windows-10-guest-and-Windows-11-host-EDITED/m-p/2927644#M177429</guid>
      <dc:creator>attilio_gelosa</dc:creator>
      <dc:date>2022-09-07T14:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: App issue with Windows 10 (guest) and Windows 11 (host)</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/App-issue-with-Windows-10-guest-and-Windows-11-host-EDITED/m-p/2927699#M177431</link>
      <description>&lt;P&gt;Nothing is attached to the post.&lt;/P&gt;&lt;P&gt;Providing host hardware and VM hardware configurations seems sensible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 13:44:33 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/App-issue-with-Windows-10-guest-and-Windows-11-host-EDITED/m-p/2927699#M177431</guid>
      <dc:creator>scott28tt</dc:creator>
      <dc:date>2022-09-07T13:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: App issue with Windows 10 (guest) and Windows 11 (host) [EDITED]</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/App-issue-with-Windows-10-guest-and-Windows-11-host-EDITED/m-p/2927903#M177451</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you need to use Hyper-V or WSL at the host?&lt;BR /&gt;Your vmware.log has this line:&lt;/P&gt;&lt;PRE&gt;2022-09-07T07:27:29.544Z In(05) vmx Monitor Mode: ULM&lt;/PRE&gt;&lt;P&gt;Which means that you are running in User Level Mode and thus Workstation cannot use VMware's hypervisor, but instead it has to go through the Hypervisor API that Microsoft provides.&lt;/P&gt;&lt;P&gt;Only when Monitor mode returns CPL0 it is running in ring 0, a.k.a. no hypervisor.&lt;/P&gt;&lt;P&gt;Monitor mode CPL0 (Current Privilege Level 0) is required for VMware Workstation to be able to use their own hypervisor.&lt;/P&gt;&lt;P&gt;See also:&lt;/P&gt;&lt;P&gt;&lt;A class="" href="https://communities.vmware.com/t5/VMware-Workstation-Pro/MikroTik-RouterOS-boot-speed-is-drastically-slow/m-p/2291457/highlight/true#M137161" target="_blank" rel="nofollow noopener"&gt;https://communities.vmware.com/t5/VMware-Workstation-Pro/MikroTik-RouterOS-boot-speed-is-drastically-slow/m-p/2291457/highlight/true#M137161&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In order to turn off ULM/Hyper-V mode, run the following command at the host in windows command-line with Administrator privileges:&lt;/P&gt;&lt;PRE&gt;bcdedit /set hypervisorlaunchtype off&lt;/PRE&gt;&lt;P&gt;Reboot the system to activate your changes.&lt;/P&gt;&lt;P&gt;If you want to go back to Hyper-V mode again, then you can enable it like this:&lt;/P&gt;&lt;PRE&gt;bcdedit /set hypervisorlaunchtype auto&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;See also:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A class="" href="https://communities.vmware.com/t5/VMware-Workstation-Pro/Workstation-16-Pro-Error-quot-Virtualized-Intel-VT-x-EPT-is-not/m-p/2866101/emcs_t/S2h8ZW1haWx8dG9waWNfc3Vic2NyaXB0aW9ufEtUQ1FQTUtTQ01STk83fDI4NjYxMDF8U1VCU0NSSVBUSU9OU3xoSw#" target="_blank" rel="nofollow noopener"&gt;Workstation 16 Pro Error "Virtualized Intel VT-x/EPT is not supported on this platform&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A class="" href="https://kb.vmware.com/s/article/2146361" target="_blank" rel="nofollow noopener"&gt;https://kb.vmware.com/s/article/2146361&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Note that you also might have to disable Memory Integrity.&lt;/P&gt;&lt;PRE&gt;Windows Security -&amp;gt; Device Security -&amp;gt; Core Isolation details&lt;/PRE&gt;&lt;P&gt;Don't forget to reboot the host after making any of these changes.&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt;Wil&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 14:52:52 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/App-issue-with-Windows-10-guest-and-Windows-11-host-EDITED/m-p/2927903#M177451</guid>
      <dc:creator>wila</dc:creator>
      <dc:date>2022-09-08T14:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: App issue with Windows 10 (guest) and Windows 11 (host) [EDITED]</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/App-issue-with-Windows-10-guest-and-Windows-11-host-EDITED/m-p/2928538#M177515</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/175539"&gt;@wila&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;thank you for your answer.&lt;BR /&gt;&lt;BR /&gt;I test "extensively" tested your suggestion and it works! Thank you, thank you, thank you!&lt;BR /&gt;&lt;BR /&gt;Aside question: it seems that your suggestion not only solves my problem but speeds up the VM execution speed. Is it possible or it's only a "placebo" side effect?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Attilio&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 07:24:17 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/App-issue-with-Windows-10-guest-and-Windows-11-host-EDITED/m-p/2928538#M177515</guid>
      <dc:creator>attilio_gelosa</dc:creator>
      <dc:date>2022-09-13T07:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: App issue with Windows 10 (guest) and Windows 11 (host) [EDITED]</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/App-issue-with-Windows-10-guest-and-Windows-11-host-EDITED/m-p/2928553#M177517</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Not a placebo effect.&lt;/P&gt;&lt;P&gt;VMware's hypervisor is more performant and has more features then the one that Microsoft provides via their API.&lt;BR /&gt;Personally I wish it was more clear to a user which hypervisor is used.&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt;Wil&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 08:39:54 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/App-issue-with-Windows-10-guest-and-Windows-11-host-EDITED/m-p/2928553#M177517</guid>
      <dc:creator>wila</dc:creator>
      <dc:date>2022-09-13T08:39:54Z</dc:date>
    </item>
  </channel>
</rss>

