Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open Notepad or your preferred text editor.

  2. 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

  3. Save the File