m4rcin93 Posted September 14, 2011 Posted September 14, 2011 How disable images on IE ? Is there a script?
EndFunc Posted September 14, 2011 Posted September 14, 2011 (edited) Your question is pretty vague. What exactly are you trying to accomplish and what have you tried? Edited September 14, 2011 by EndFunc EndFuncAutoIt is the shiznit. I love it.
wakillon Posted September 15, 2011 Posted September 15, 2011 A single registry value will do the trick : RegWrite ( 'HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main', 'Display Inline Images', "REG_SZ", 'yes' ) Replace yes by no for disable pics on IE. AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts
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