Original exe was packed with ASPack. Dumped, then made easy edit:
42 6C 69 6E 64 57 72 69 74 65 35 |BlindWrite5
42 6C 69 6E 64 57 72 69 74 65 37 |BlindWrite7
Now program reads correct registry key located in HKLM\SOFTWARE\VSO or HKLM\SOFTWARE\WOW6432Node\VSO
Also, added a new manifest, in order to always prompt for UAC elevation (no admin rights = no working tool!) with:
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"></requestedExecutionLevel>
</requestedPrivileges>
</security>
</trustInfo>
42 6C 69 6E 64 57 72 69 74 65 35 |BlindWrite5
42 6C 69 6E 64 57 72 69 74 65 37 |BlindWrite7
Now program reads correct registry key located in HKLM\SOFTWARE\VSO or HKLM\SOFTWARE\WOW6432Node\VSO
Also, added a new manifest, in order to always prompt for UAC elevation (no admin rights = no working tool!) with:
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"></requestedExecutionLevel>
</requestedPrivileges>
</security>
</trustInfo>