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:
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.
A few I have found from this and personally tested include:
- windows store: WinStore.App.exe
- Xbox app: XboxApp.exe
- Films & Tv: Video.UI.exe
- Microsoft Edge: MicrosoftEdge.exe
- Facebook Messenger: WinUAPEntry.exe
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.