Last active
September 4, 2022 03:32
-
-
Save cakmakali/d8b79cc4174e41c91b1fa11c88dbc455 to your computer and use it in GitHub Desktop.
WinRAR Activation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
title WinRAR Activate | |
if exist "C:\Program Files\WinRAR\rarreg.key" ( | |
echo WinRAR already licenced. | |
) else ( | |
( echo RAR registration data | |
echo riyou.com | |
echo Unlimited Company License | |
echo UID=0cbc778fd3ae69e9e398 | |
echo 6412212250e39828667dcf0b34f07ece8ffaeb60b2c320d494933e | |
echo 080a3202739fb626238560fce6cb5ffde62890079861be57638717 | |
echo 7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565 | |
echo b41bcf56929486b8bcdac33d50ecf7739960b6e091dcc0bc52cfde | |
echo 96d9367cc5eb6653458391ada0fd0118f969a1fce58cf022ad8655 | |
echo b61503859cca80a60ad253c09f15f1a3857f23b150071d206049c8 | |
echo 0f3c1d1efe71c39334984b303aae9ec72b5573d494e83762359550)>"C:\Program Files\WinRAR\rarreg.key" | |
if exist "C:\Program Files\WinRAR\rarreg.key" echo WinRAR Licenced | |
) | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment