|
edit edit edit -----dunno what happened ---what i typed and what showed up were two different things
to fix the ie problem save the following text as a .reg file and it should repair the problem (of course you must use at your own risk)
p1 = "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FormSuggest PW Ask"
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.RegWrite p1,"yes"
Set WshShell = Nothing
x = MsgBox("Internet Explorer will now prompt for passwords.",4096,"Finished")
__________________
"the chief cause of problems is solutions!"
Last edited by kendo; 10-04-2003 at 12:35 PM.
|