Help for this page

Select Code to Download


  1. or download this
    y>reg export HKLM  cmd.reg
    Operation completed succesfully.
    ...
    
    06/03/2015  08:54       191.906.582 cmd.reg
    06/03/2015  08:54       191.906.582 perl.reg
    
  2. or download this
    my @rootk = qw(HKLM HKCU HKU HKCR);
    foreach my $root ( @rootk ) {
            my $ile = $root.'.reg';
            system qq(reg export $root $file);
    }