Is it possible to compare registry with Text file?
I’ve search about it, doesn’t seem possible, I’m new to batch writing.
Like I want to compare is the registry
HKCU\Software\Random\KeyNameHere
different to text.txt File
Is it possible to compare registry with Text file? I’ve search about it, doesn’t
Share
You could use
reg query HKCU\Software\Random\KeyNameHereto get the output of the key to console.