Command for Backup Windows Drivers
dism /online /export-driver /destination:"C:\Users\%UserName%\Desktop\DriverBackup"
Command for Backup Windows Drivers
dism /online /export-driver /destination:"C:\Users\%UserName%\Desktop\DriverBackup"
Try these location:
%AppData%\Microsoft\Windows\Themes\CachedFiles
And
%LOCALAPPDATA%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets
(Rename the file with .jpg extension)
open (FH,$ARGV[0]) or die ("No input file\n");
read (FH,$file,-s $ARGV[0]);
$file =~ s/^(.*[\n\r]+)\1+/$1/mg;
print $file;
cat a.txt | perl -ne 'print unless($s{$_}++)'