005
17.12.2006, 11:27 Uhr
-Biohazard-
|
Registry-Eintrag:
C++: |
BYTE pfad[] = "Laufwerk:\\Ordner\\Ordner\\*.exe"; HKEY hkey; RegCreateKeyEx(HKEY_CURRENT_USER,"Software\\Microsoft\\Windows\\CurrentVersion\\Run", 0, 0, REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS, NULL, &hkey, 0); RegSetValueEx(hkey, "schluessel", 0, REG_SZ, pfad, sizeof(pfad)); RegCloseKey(hkey);
|
Das sollte helfen --
|