Launching the camera app windows 8.1
Posted: Fri Feb 27, 2015 11:43 pm
I have got this working. but wanted to see if anyone knew a more efficient way.
What I did to get it to work was to create a shortcut to the camera called camera.lnk with a target of "explorer.exe shell:Appsfolder\Microsoft.MoCamera_cw5n1h2txyewy!Microsoft.Camera"
Then I created a button with this code
Thank you for any feedback if there is a better way to do it, and if not and someone needs it, here is at least one way to do it.
BTW, the following does not work because its a metro app or something stupid, ask Microsoft
What I did to get it to work was to create a shortcut to the camera called camera.lnk with a target of "explorer.exe shell:Appsfolder\Microsoft.MoCamera_cw5n1h2txyewy!Microsoft.Camera"
Then I created a button with this code
Code: Select all
on mouseUp
launch url ("file:" & "C:\Camera.lnk")
end mouseUp
BTW, the following does not work because its a metro app or something stupid, ask Microsoft

Code: Select all
launch url ("file:" & "C:\Windows\Camera\camera.exe")