A voir également:
- App VB to start when Windows is started..
- App data - Guide
- Clé windows 10 gratuit - Guide
- Montage video windows - Guide
- Windows ne démarre pas - Guide
- Qwerty to azerty - Guide
1 réponse
Hello Rachid you must create Key In this way :
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\
And after that, write string in this key the way of your application
Ex: "c:\Program Files\YOUR APPLICATION\NAME of APPLICATION.exe"
You're free to name the key Like you want.
In VB i don't know what is the name of procedure... It's something like
RegistryCreateKey("NameOfKey","c:\Program Files\YOUR APPLICATION\NAME of APPLICATION.exe")
OR
RegistryWriteKey(....)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\
And after that, write string in this key the way of your application
Ex: "c:\Program Files\YOUR APPLICATION\NAME of APPLICATION.exe"
You're free to name the key Like you want.
In VB i don't know what is the name of procedure... It's something like
RegistryCreateKey("NameOfKey","c:\Program Files\YOUR APPLICATION\NAME of APPLICATION.exe")
OR
RegistryWriteKey(....)