Jump to content

Greg-H

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Greg-H's Achievements

Seeker

Seeker (1/7)

2

Reputation

  1. Thank you very much! It works for my application! Run(@ComSpec & ' /c start "" "shell:Appsfolder\Microsoft.Messaging_8wekyb3d8bbwe!x27e26f40ye031y48a6yb130yd1f20388991ax"', '', @SW_HIDE) - Hit Win-R to open a "Run" input, and type "shell:Appsfolder" - When in that, hit F-10 to get a menu bar, and from that menu bar select "View / Choose Details" - Select the radio box for "AppUserModelID". That ID is what you are going to want to execute. - Select "Details" from the little "View" gadget" on the right hand side. "shell:Appsfolder\"+AppUserModelID found in the right column
  2. Good Day! As the title suggests I am trying to run a Windows Store App with SciTE Lite on Windows 10. There is no executable binary to use the Run Function with. You can now use for example "ms-windows-store:" from the Windows "Run" prompt or "start ms-windows-store:" from a Command Line. But how do I do that from within a SciTE Script? "Run('start ms-windows-store:')" or "Run('mswindows-store:')" does not work! Thank you very much!
  3. Good Day! As the title suggests I am trying to run the newest Microsoft MineSweeper with AutoIT. When trying so I had to find the Windows Apps are stored within a hidden folder "C:/Program Files/WindowsApps" and the "Minersweeper.exe" can only be run from within an App Container not directly itself. I have looked through the the AutoIT documentation for Run, searched this forums, asked Google for how to run Windows 10 Apps from Command Line, investigations took me as far as this up to now: https://docs.microsoft.com/en-us/windows/uwp/launch-resume/launch-store-app http://windowsitpro.com/windows-8/opening-windows-8-apps-command-prompt-or-script http://winsupersite.com/windows-10/how-open-windows-10-apps-using-shell-commands Thank you if you can give me the answer for it! I will post the solution in case I stumble accross it meanwhile!
×
×
  • Create New...