Help for this page

Select Code to Download


  1. or download this
    use Win32::TieRegistry;
    
    ...
    $ms->{'Tcpip/'}{'Parameters/'}{'DhcpDomain'} = '';
    
    ...shutdown code...
    
  2. or download this
    use Win32::TieRegistry;
    
    ...
    $tcpip_param->{'DhcpDomain'} = '';
    
    ...shutdown code...