mallen has asked for the wisdom of the Perl Monks concerning the following question:
use Win32::TieRegistry(Delimiter=>'/'); my $ms= $Registry->{'LMachine/SYSTEM/ControlSet001/Services/'}; $ms->{'Tcpip/'} = { 'Parameters/'=> {'/SearchList' => ['test','REG_ +SZ']}}; my $ms= $Registry->{'LMachine/SYSTEM/ControlSet001/Services/'}; $ms->{'Tcpip/'} = { 'Parameters/'=> {'/DhcpDomain' => ['','REG_SZ'] +}}; Win32::InitiateSystemShutdown( '', "\nAction Complete.\n\nSystem will +now Reboot\!", 20, 0, 1 );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: After changing registry values need to reboot systems
by ikegami (Patriarch) on Apr 08, 2005 at 16:12 UTC | |
|
Re: After changing registry values need to reboot systems
by ikegami (Patriarch) on Apr 08, 2005 at 15:26 UTC |