I am trying to write a powershell script for windows 10 that will automatically launch a Metro-style app.
The Start-Process
cmdlet seems like it should work, but I cannot get it to launch anything unless I provide a path to the .exe
For example, the following input works:
Start-Process 'C:Program FilesInternet Exploreriexplore.exe'
Unfortunately, Metro-style apps do not have an executable file. What file do I need to use to launch them?
If I wanted to launch Windows Store for example, how would I do that?
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…