Editting the registry?

2004-10-26 Thread adisegna
I want to restore the default admin shares on a user's machine. I have to delete the following key from the registry. To restore the default hidden administrative shares, delete the AutoShareWks DWORD value in the following registry key, and then restart your computer: HKEY_LOCAL_MACHINE\SYSTEM\

Re: Editting the registry?

2004-10-26 Thread Jenda Krynicky
Subject:Editting the registry? Date sent: Tue, 26 Oct 2004 12:25:33 -0400 From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> > I want to restore the default admin shares on a user's machine. > > I have t

RE: Editting the registry?

2004-10-27 Thread adisegna
: Re: Editting the registry? Subject:Editting the registry? Date sent: Tue, 26 Oct 2004 12:25:33 -0400 From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> > I want to restore the default admin shares on a user's

RE: Editting the registry?

2004-10-27 Thread adisegna
Editting the registry? Subject: Editting the registry? Date sent: Tue, 26 Oct 2004 12:25:33 -0400 From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> > I want to restore the default admin shares on a user's m

RE: Editting the registry?

2004-10-27 Thread adisegna
2004 10:28 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Editting the registry? Hey Jenda, I am still trying to figure out the syntax/structure, etc of Perl but I figured it out. Here is my simple script.. #!path\to\perl\ use Win32::Registry $HKEY_LOCAL_MACHINE->Del

RE: Editting the registry?

2004-10-27 Thread adisegna
da Krynicky [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 11:31 AM To: DiSegna Arthur Subject: RE: Editting the registry? From: <[EMAIL PROTECTED]> > I have a Quick question about running the script as a logon script in > Windows using Active Directory. How? When

RE: Editting the registry?

2004-10-27 Thread Jenda Krynicky
From: <[EMAIL PROTECTED]> > Perl2bat creates the batch file below. However, running it on my local > machine does not delete the registry key. Is there anything I'm > missing? > > @rem = '--*-Perl-*-- > @echo off > if "%OS%" == "Windows_NT" goto WinNT > perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 >