'This is a script to disable MSDDS from Internet Explorer. 'There is no warrantee to this script. If you use this script, 'I take zero responsibility for any damages that may be caused by this script. 'If these terms are not acceptible, do not use this script 'George Ou 'george_ou@lanarchitect.net 'www.LANArchitect.net Dim WSHShell Set WSHShell = WScript.CreateObject("WScript.Shell") WSHShell.Popup "Disable MSDDS from Internet Explorer" WSHShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{EC444CB6-3E7E-4865-B1C3-0DE72EF39B3F}\Compatibility Flags", "1024", "REG_DWORD"