hi
I need to code a tool repaire exe file
how I can write this reg key

[HKEY_CLASSES_ROOT\exefile\shell\runas\command]
@="\"%1\" %*"
"IsolatedCommand"="\"%1\" %*"
thank you

use registry key class
dim reg as registrykey
import system.registry
then open registry
and create subvalues

thank you

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.