Keylogger icon indicating copy to clipboard operation
Keylogger copied to clipboard

keylogger Startup Automatically

Open Williiam786 opened this issue 8 years ago • 2 comments

what code should i add to the keylogger to make it startup with the system after reboot?? Can anyone help me in this??

Williiam786 avatar Nov 30 '17 15:11 Williiam786

you can add a value to the following machine HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run by using RegCreateKeyEx function, https://msdn.microsoft.com/en-us/library/windows/desktop/ms724844(v=vs.85).aspx for more info. Or you can added it to the start menu located in user appdata. ex(copy keylogger.exe C:\Users\Siegfried5\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup);

Now when adding the code to do any of these thing i recommend creating a function and adding it to keybhook.h file this way you can simply just call that function in the main.cpp file.

Siegfried5 avatar Apr 16 '18 23:04 Siegfried5

Pls Siegfried can u help me with your keylogger ..i have done what u said but it didn't run

sunnepazzy123 avatar May 30 '18 00:05 sunnepazzy123