srkeerthi Posted September 20, 2021 Posted September 20, 2021 I am trying to open the IIS.manager .exe from the location C:\Windows\System32\inetsrv using autoit script, but it is not opening. Need your help. If I manually try to go to that location using 32bit autoit, I am not able to find it but if I use the 64bit, autoit is able to find. Please advise how to bring it up using the 32bit autoit.
Nine Posted September 20, 2021 Posted September 20, 2021 Add this line at the beginning of your script : If @OSArch = "X64" And Not @AutoItX64 Then _WinAPI_Wow64EnableWow64FsRedirection(False) This will force Windows to use System32 folder instead of being redirected to SysWOW64 “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
Developers Jos Posted September 20, 2021 Developers Posted September 20, 2021 Moved to the appropriate forum. Moderation Team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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