sumit Posted July 15, 2007 Posted July 15, 2007 Can You suggest ( Code if possible ) , how can i create a message box which will display proxy server configured in the Internet Explorer. Thanks
weaponx Posted July 15, 2007 Posted July 15, 2007 (edited) $PROXY = RegRead ( "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyServer" ) MsgBox(0,"", $PROXY)More settings at http://support.microsoft.com/kb/819961 Edited July 15, 2007 by weaponx
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