XLordShadowX Posted April 19, 2016 Posted April 19, 2016 Hello everyon, I have a question regarding AutoIt´s ability to start and run windows 10 modern ui apps. I want to run the system camera app and the sound recorder app. But I cannot get it to run. Because the .exe files to these apps won't run when executed. Is AutoIt not able to run these apps or am I just doing things wrong? Thanks for any help I can get.
JohnOne Posted April 19, 2016 Posted April 19, 2016 You might be doing it wrong or you might not. See if you can think of I way how we might be able to determine that. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Trong Posted April 19, 2016 Posted April 19, 2016 start Camera App: microsoft.windows.camera:Start Camera Seting: ms-settings:privacy-webcam ShellExecute("microsoft.windows.camera:") ShellExecute("ms-settings:privacy-webcam") Regards,
junkew Posted April 19, 2016 Posted April 19, 2016 run("explorer.exe microsoft.windows.camera:") FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now