BlindWrite Tweaker by R!Co

BlindWrite Tweaker by R!Co 2026-08-09

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>
Author
Fabax01
Downloads
27
Views
382
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Fabax01

Latest updates

  1. Added BlindWrite 6 version

    Use it with 6.2.0.11 From 6.3 onward patin-couffin driver is deprioritized and software will use...
  2. Fixed manifest, now drop down menus work correctly

    That's what happens when you use resource tuner's wizard instead of doing things yourself.