Skip to content

Instantly share code, notes, and snippets.

View expatjedi's full-sized avatar
🏠
Working from home

expatjedi

🏠
Working from home
  • Türkiye
View GitHub Profile
@expatjedi
expatjedi / rarreg.key
Created July 3, 2025 16:45
Winrar 7.12 Registration
RAR registration data
WinRAR
Unlimited Company License
UID=4b914fb772c8376bf571
6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d
cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717
7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565
b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd
982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190
6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9
# check current keys:
gpg --list-secret-keys --keyid-format LONG
# See your gpg public key:
YOUR_KEY_ID is the hash in front of `sec` in previous command. (for example sec 4096R/234FAA343232333 => key id is: 234FAA343232333)
# Set a gpg key for git:
git config --global user.signingkey your_key_id
# Auto-sign all commits globaly
Step 1:
Download and install Sublime Text from:
https://download.sublimetext.com/sublime_text_build_4200_x64_setup.exe
Step 2:
Save the PowerShell code to Desktop with the name "SublimePatcher.ps1"
Step 3:
On Desktop, hold down Shift and right-click in an empty area, then select "Open PowerShell window here"