SSJoco Posted November 18, 2015 Share Posted November 18, 2015 run("some.exe") command is working on Win10 as older systems ? If I run Autoit script on normal mode then it can't run any other .exe. Return code 0. If I start the script Run as Admin then its working. #requireadmin not helping. I have admin right on Win10.Any idea? Link to comment Share on other sites More sharing options...
Trong Posted November 18, 2015 Share Posted November 18, 2015 if "some.exe" require administrator rights.Maybe you will need #requireadmin.You've tried with the full path of "some.exe"?Or try Runwait? Regards, Link to comment Share on other sites More sharing options...
rcmaehl Posted November 18, 2015 Share Posted November 18, 2015 (edited) Windows 10 Admin != Older versions of Windows AdminFor example:Running a file, even as administrator, that Windows SmartScreen deems dangerous will cause it to be blocked. Windows 10 is slightly more secure annoying than previous versions. Make sure none of the Windows components are blocking it. Edited November 18, 2015 by rcmaehl Format My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.My Projects WhyNotWin11Cisco Finesse, Github, IRC UDF, WindowEx UDF 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