Skip to main content

Description

Run the following commandlets in PowerShell as an administrator to perform the following commands:

 

  • Start Appspace UWP App

    • start shell:AppsFolder\AppspaceInc.Appspace_7nb6hsg4cq4xc!com.appspace.app
  • End UWP App

    • taskkill /f /t /im wwahost.exe
  • Get UWP App Info (Just for reference)

    • get-appxpackage -Name AppspaceInc.Appspace
Be the first to reply!