...
Open Notepad or your preferred text editor.
Enter the following commands, replacing
{AppID}
with the actual AppID you obtained:Code Block @echo off start explorer.exe shell:appsFolder\{AppID} exit
Example:
Code Block @echo off start explorer.exe shell:appsFolder\Microsoft.WirelessDisplay.ConnectPPIProjection_cw5n1h2txyewy!AppMicrosoft.PPIProjection exit
Save the File