Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Echo off
- reg query HKLM\SOFTWARE\Wow6432Node
- if errorlevel=1 goto W32
- :W64
- reg add "HKLM\SOFTWARE\Wow6432Node\Trymedia Systems\ActiveMARK Software\e18f6210a1ee5446c907ebfc019559d5" /v affiliate /t REG_BINARY /d 67616D65686F7573655F000000000000 /f
- if errorlevel=1 goto Error
- reg add "HKLM\SOFTWARE\Wow6432Node\Trymedia Systems\ActiveMARK Software\e18f6210a1ee5446c907ebfc019559d5" /v tracking /t REG_BINARY /d 31373438353432320000000000000000 /f
- if errorlevel=1 goto Error
- goto Success
- :W32
- reg add "HKLM\SOFTWARE\Trymedia Systems\ActiveMARK Software\e18f6210a1ee5446c907ebfc019559d5" /v affiliate /t REG_BINARY /d 67616D65686F7573655F000000000000 /f
- if errorlevel=1 goto Error
- reg add "HKLM\SOFTWARE\Trymedia Systems\ActiveMARK Software\e18f6210a1ee5446c907ebfc019559d5" /v tracking /t REG_BINARY /d 31373438353432320000000000000000 /f
- if errorlevel=1 goto Error
- goto Success
- :Error
- @Echo Error when trying to add keys to the registry
- pause
- goto End
- :Success
- @Echo Added keys to the registry successfully
- :End
Advertisement
Add Comment
Please, Sign In to add comment