slongmire Posted Friday at 08:14 PM Posted Friday at 08:14 PM (edited) Had to upgrade from perfectly working win 10 to to win 11 pro on same machine and my simple little Autoit script had to be redone since the toolbar MUST be at the bottom on Win 11. I re-recorded the script and saved it and then opened it in Scite (5.56) and hit compile. It saved the compiled script in the Documents folder as an exe file. When I go to launch it however, whether as user or as Administrator - nothing happens on the screen - no mouse movement , not windows open, nothing. I have placed everything autoit files, folders, etc on the ignore list of Malwarebytes, but this made no changes. The script is very simple - it is meant to click the launch icon on the taskbar, wait for GRL3 to open, then click the File Publishing Start button and that's it. Further, I can't even seem to get the Run Script with Autoit to work. Any help would be greatly appreciated. I so regret "upgrading" to Win 11! AutoStartGRL3.au3 Edited Saturday at 06:21 AM by Melba23 Executable deleted
Solution ioa747 Posted Friday at 09:06 PM Solution Posted Friday at 09:06 PM (edited) save your script with UTF-8 encoding Edit: and change _WinWaitActivate("classname=Shell_TrayWnd","") to _WinWaitActivate("[CLASS:Shell_TrayWnd]","") Edited Friday at 09:12 PM by ioa747 slongmire 1 I know that I know nothing
argumentum Posted Friday at 11:55 PM Posted Friday at 11:55 PM 3 hours ago, slongmire said: I so regret "upgrading" to Win 11! lol, welcome to the future Please remove the .exe you uploaded ( or a mod will ) since that is a problem for the site to have exe files in the chat/forum area Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
slongmire Posted 6 hours ago Author Posted 6 hours ago ioa747 THANK YOU SO MUCH! your reply was clear, concise, and it worked immediately. 💯💫 My old "evolving" system is back like new again! "evolving" = dinosaur prototype ioa747 1
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