#24487 - 2002-07-05 08:22 PM
Re: Hotmail Killer
|
Chris S.
MM club member
   
Registered: 2002-03-18
Posts: 2368
Loc: Earth
|
Also, looks as though you are registering a DLL stored on the logon server. Essentially, you are telling your client to register a component that requires access to the logon server to run. I can see problems with that.
Maybe it would be better to copy the AutoIt.dll to the system with your KiX script and then check in your VBS script to see if the DLL is registered.
code:
if $oAutoIt=0 ? "AutoItX not registered." ; Run regsvr here to register the DLL. endif
I haven't tested your WSH script, but it looks as though that once it closes your Hotmail windows, the script will exit. What is to prevent the user from trying again? [ 05 July 2002, 20:31: Message edited by: Chris S. ]
|
|
Top
|
|
|
|
#24491 - 2002-07-05 09:15 PM
Re: Hotmail Killer
|
Chris S.
MM club member
   
Registered: 2002-03-18
Posts: 2368
Loc: Earth
|
Best yet. Let's add it to the list of Restricted Sites...
code:
;NoPassport.kix ; ;Add to your logonscript. ; if KEYEXIST("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\passport.com")=0 ADDKEY("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\passport.com") endif WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\passport.com","*","4","REG_DWORD")
Give it a try. I ran it and was no longer able to open Hotmail.
|
|
Top
|
|
|
|
#24495 - 2002-07-05 10:34 PM
Re: Hotmail Killer
|
Chris S.
MM club member
   
Registered: 2002-03-18
Posts: 2368
Loc: Earth
|
Just tried MSN Messenger. Doesn't affect it. Oh, well. Still, works great for Hotmail, though.
|
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 302 anonymous users online.
|
|
|