Editting the registry?
adisegna_at_siscocorp.com
Date: 10/26/04
- Next message: Gunnar Hjalmarsson: "Re: Printing to a file"
- Previous message: Brian Gunlogson: "Re: Printing to a file"
- Next in thread: Jenda Krynicky: "Re: Editting the registry?"
- Reply: Jenda Krynicky: "Re: Editting the registry?"
- Maybe reply: adisegna_at_siscocorp.com: "RE: Editting the registry?"
- Maybe reply: adisegna_at_siscocorp.com: "RE: Editting the registry?"
- Maybe reply: adisegna_at_siscocorp.com: "RE: Editting the registry?"
- Maybe reply: adisegna_at_siscocorp.com: "RE: Editting the registry?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 26 Oct 2004 12:25:33 -0400 To: <beginners@perl.org>
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\CurrentControlSet\Services\LanmanServer\Parame
ters
Can someone point me in the right direction? Possibly a tutorial for
doing
this in perl.
Thanks in Advance.
Mostro
Arthur DiSegna
Information Technology Group
Security Identification Systems Corporation
-----Original Message-----
From: Brian Gunlogson [mailto:bmg300@yahoo.com]
Sent: Tuesday, October 26, 2004 12:28 PM
To: Kevin Old; beginners@perl.org
Subject: Re: Printing to a file
Put the MY in braces.
SO
print MY $line;
WOULD BECOME
print {MY} $line;
--- Kevin Old <kevinold@gmail.com> wrote:
> Hello everyone,
>
> First, this is a basic problem, but I have looked at it for over an
> hour and wasted time. Now, I'm asking for help.
>
> For some reason nothing is being printed to the MY filehandle. Can
> someone see what I'm doing wrong?
> print MY $line;
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail
-- To unsubscribe, e-mail: beginners-unsubscribe@perl.org For additional commands, e-mail: beginners-help@perl.org <http://learn.perl.org/> <http://learn.perl.org/first-response>
- Next message: Gunnar Hjalmarsson: "Re: Printing to a file"
- Previous message: Brian Gunlogson: "Re: Printing to a file"
- Next in thread: Jenda Krynicky: "Re: Editting the registry?"
- Reply: Jenda Krynicky: "Re: Editting the registry?"
- Maybe reply: adisegna_at_siscocorp.com: "RE: Editting the registry?"
- Maybe reply: adisegna_at_siscocorp.com: "RE: Editting the registry?"
- Maybe reply: adisegna_at_siscocorp.com: "RE: Editting the registry?"
- Maybe reply: adisegna_at_siscocorp.com: "RE: Editting the registry?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|