I’m looking for a way or a Vbscript which can convert a registry key’s binary value into a sting.
For example think this is my key:
[HKEY_CURRENT_USER\System\Majid]
"FilePath"=hex:50,4f,2b,2a,90,93,e0,11,80,01,44,45,53,54,00,00
It is translated to: PO+*گ“à€DEST
But what does it mean really? I want to decode this strange value into meaningful word.
If you can give me a simple vbscript which I can replace my key in it and receive the result, I’ll really appreciate you a lot 🙂
Ok. Use this bit of code to do your thing.
See how I get the registry value and converts it.