Guest User

Untitled

a guest
Oct 30th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 0.82 KB | None | 0 0
  1. Chaves comuns de inicialização:
  2.  
  3. [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices]
  4. "Whatever"="c:\runfolder\program.exe"
  5.  
  6. [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce]
  7. "Whatever"="c:\runfolder\program.exe"
  8.  
  9. [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]
  10. "Whatever"="c:\runfolder\program.exe"
  11.  
  12. [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce]
  13. "Whatever"="c:\runfolder\program.exe"
  14.  
  15. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
  16. "Whatever"="c:\runfolder\program.exe"
  17.  
  18. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce]
  19. "Whatever"="c:\runfolder\program.exe"
  20.  
  21. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServices]
  22. "Whatever"="c:\runfolder\program.exe"
Add Comment
Please, Sign In to add comment