Nope! Windows 10. Here's the way I found it so you can confirm:
>Start Button >Computer Management >Performance >Data Collector Sets >Event Trace Sessions
Click on Event trace sessions and holographicshell was towards the bottom of the list. Right click, select Stop. Unfortunately it resets after reboot so you'll have to do this everytime you do that. I had to dig a little to find these directions, but i'll try to find that page again - someone smarter than me wrote a script so it's automatically disabled all the time. Haven't tried that out myself though. If this works for you too let me know and i'll see if I can dig it up again.
I looked into the script and found this (I copied and pasted the entire post made by a martsum5994 on the flight sim forum).
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.
- Make a new text document
- 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.