youtuber Posted March 24, 2022 Share Posted March 24, 2022 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 Paint 3D app. But I cannot get it to run. Because the .exe files to these apps won't run when executed. I am a Windows 10 x64 User and I have Paint 3D on my system, I could not run it despite all my efforts. #RequireAdmin Run("explorer.exe Paint3D:") Run("explorer.exe Paint 3D:") ShellExecute("PaintStudio.View.exe://", Null, Null, "open") Run("explorer.exe Microsoft.MSPaint:") Run("explorer.exe Microsoft.MSPaint_8wekyb3d8bbwe:") ShellExecute("C:\Program Files\WindowsApps\Microsoft.MSPaint_5.1902.13017.0_x64__8wekyb3d8bbwe\PaintStudio.View.exe") Run("explorer.exe PaintStudio_View.App:") ShellExecute("Microsoft.MSPaint://", Null, Null, "open") Link to comment Share on other sites More sharing options...
Werty Posted March 24, 2022 Share Posted March 24, 2022 This works for me... Run("mspaint.exe /ForceBootstrapPaint3D") youtuber 1 Some guy's script + some other guy's script = my script! Link to comment Share on other sites More sharing options...
youtuber Posted March 24, 2022 Author Share Posted March 24, 2022 Yes this worked for me thank you.😃 mspaint.exe /ForceBootstrapPaint3D Where did you get this parameter information? Link to comment Share on other sites More sharing options...
Werty Posted March 24, 2022 Share Posted March 24, 2022 Saw it on a java forum once. youtuber 1 Some guy's script + some other guy's script = my script! Link to comment Share on other sites More sharing options...
emilyaclin Posted May 24, 2023 Share Posted May 24, 2023 (edited) Hello, @youtuber <Advertisement Snipped> Edited May 24, 2023 by JLogan3o13 Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted May 24, 2023 Moderators Share Posted May 24, 2023 (edited) @emilyaclin Please do not revive old threads, especially when adding nothing of value more than self-advertising Edited May 24, 2023 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
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