If you want to block windows 10 store apps by process, you will not be able to use the Focusme helper tool to find the name of the process as it will give you ApplicationFrameHost.exe. To find the actual process that the app runs on you can use the command in the command prompt: “tasklist /APPS” after starting the target app. This will display all the processes which are being used to run windows store apps.
A few I have found from this and personally tested include:
[list]
[]windows store: WinStore.App.exe
[]Xbox app: XboxApp.exe
[]Films & Tv: Video.UI.exe
[]Microsoft Edge: MicrosoftEdge.exe
[*]Facebook Messenger: WinUAPEntry.exe
[/list]
There appear to be a few system processes which are also listed when you use the command so be careful when choosing processes to block when using this method.
Blocking by process for these windows store apps enables them to be blocked by Focusme even when their window is inactive.
I would recommend this method also be shown in the help guides.
This is a great post & exactly an issue I’m trying to solve - specifically with OneNote UWP - But… It doesnt seem to work.
My issue is that I want a fully restricted lockdown with a few exceptions to force me into a creative work mode. Instead of blocking apps one at a time, its farrr easier to just block them all, and then whitelist the ones I want. But then this brings me to the ApplicationFrameHost issue with OneNote…
I’ve tried every possible option, process path, window title, FocusMe Helper, etc etc and they all wont work in this scenario…