Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.
/ AppXtivate Public archive

Start AppX packaged applications from the command line

License

Notifications You must be signed in to change notification settings

vbfox/AppXtivate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AppXtivate

AppXtivate is a small executable to start AppX (Windows Store) packaged applications from the command line.

Why ?

Windows Store applications are started in a sandbox and don't actually have executables on disk, and even for normal applications wrapped in AppX that have an executable it can't actually be started.

It is a problem in case you need to start one from a batch file or from another Win32 program.

Usage

AppXtivate run AppUserModelId [...args]

For example with Affinity Photo:

AppXtivate run SerifEuropeLtd.AffinityPhoto_844sdzfcmm7k0!SerifEuropeLtd.AffinityPhoto "C:\temp\picture.png"

About

Start AppX packaged applications from the command line

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages