Razzman

monument builders 5 registry key

Apr 26th, 2013
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. @Echo off
  2. reg query HKLM\SOFTWARE\Wow6432Node
  3. if errorlevel=1 goto W32
  4. :W64
  5. reg add "HKLM\SOFTWARE\Wow6432Node\Trymedia Systems\ActiveMARK Software\e18f6210a1ee5446c907ebfc019559d5" /v affiliate /t REG_BINARY /d 67616D65686F7573655F000000000000 /f
  6. if errorlevel=1 goto Error
  7. reg add "HKLM\SOFTWARE\Wow6432Node\Trymedia Systems\ActiveMARK Software\e18f6210a1ee5446c907ebfc019559d5" /v tracking /t REG_BINARY /d 31373438353432320000000000000000 /f
  8. if errorlevel=1 goto Error
  9. goto Success
  10. :W32
  11. reg add "HKLM\SOFTWARE\Trymedia Systems\ActiveMARK Software\e18f6210a1ee5446c907ebfc019559d5" /v affiliate /t REG_BINARY /d 67616D65686F7573655F000000000000 /f
  12. if errorlevel=1 goto Error
  13. reg add "HKLM\SOFTWARE\Trymedia Systems\ActiveMARK Software\e18f6210a1ee5446c907ebfc019559d5" /v tracking /t REG_BINARY /d 31373438353432320000000000000000 /f
  14. if errorlevel=1 goto Error
  15. goto Success
  16. :Error
  17. @Echo Error when trying to add keys to the registry
  18. pause
  19. goto End
  20. :Success
  21. @Echo Added keys to the registry successfully
  22. :End
Advertisement
Add Comment
Please, Sign In to add comment