RE: [ActiveDir] OT:logon script

2004-09-07 Thread Dale, Rick
Tom, I haven't tried this but it should work. Run this script then kill the process that is running then delete the file. ~~SCRIPT START~~ Option Explicit const HKEY_LOCAL_MACHINE = H8002 strComputer = INSERT COMPUTER HERE or . for local computer Set

Re: [ActiveDir] OT:logon script

2004-09-07 Thread Paul Wilkinson
If your are admin of all of the machines, then you could use the built in reg.exe which is included with xp to reach out and delete the keys, or even included it in the login script so it'll do it on each machine. REG DELETE \\comp1\HKLM\software\microsoft\windows\currentversion\run /v

RE: [ActiveDir] OT:logon script

2004-09-07 Thread Kern, Tom
PROTECTED]' Subject: RE: [ActiveDir] OT:logon script Tom, I haven't tried this but it should work. Run this script then kill the process that is running then delete the file. ~~SCRIPT START~~ Option Explicit const HKEY_LOCAL_MACHINE = H8002 strComputer = INSERT COMPUTER HERE

RE: [ActiveDir] OT:logon script

2004-09-07 Thread Ken Cornetet
Have you tried pskill from sysinternals? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kern, Tom Sent: Tuesday, September 07, 2004 10:05 AM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] OT:logon script The key keeps getting recreated as soon as i

RE: [ActiveDir] OT:logon script

2004-09-07 Thread Arendt, Jordan GRAA
Try using pskill from sysinternals to kill the process. Jordan -Original Message- From: Kern, Tom [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 9:05 AM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] OT:logon script The key keeps getting recreated as soon as i delete

RE: [ActiveDir] OT:logon script

2004-09-07 Thread Steve Rochford
sub -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kern, Tom Sent: 07 September 2004 16:05 To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] OT:logon script The key keeps getting recreated as soon as i delete it and the process won't let me kill it. any