Hi there
I try to automate some stuff on Windows. One of this items is dumping the Windows registry to a file. When being admin (in cli and running Perl code) the output differs over 100Mbyte. The output on CLI is bigger.
On command line
regedit /e /y e:\temp\regdump.reg # result file(332Mb)In Perl
$DumpFile = "e:\\temp\\registry.reg"; system("regedit", "/e", "/y", $DumpFile); #(resultfile 208Mb)
What am I doing wrong?/Bug in Perl/Something else?
I'm running on Windows 8
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |