Win 11 Update causing stutters?

Hey guys. I’ve also been battling this HolographicShell issue for a while as I was already on insider beta.

I’ve submitted the issue to feedback hub and sent it to a dev on reddit who said he forwarded it on, but please upvote and add comments if you want and I’ll ask him again if there’s been any progress

Please search for ‘holographic shell’ in Feedback hub and upvote that.

For now, I’m using a .bat script to run a few different times to keep it in check. If you want to create one, follow these steps.

  1. Make a new text document
  2. Paste the following inside:
    @echo off

logman stop HolographicShell -ets
3. rename to vr.bat or something similar
4. Open task scheduler and create a new task
5. General tab: Select Run with highest privileges and Hidden, Configure for: Windows 10
6. Trigger action: At log on, lock or whatever you want (can set up a few different ones).
7. Action tab: Run the program: vr.bat

Done. You can set up a few to run for different instances like log on, workstation lock etc. Or you can simply just run the .bat file quickly to stop the process. Ideally, I want it to run the .bat when Mixed Reality opens and closes but I can’t figure out how.

7 Likes