Skip to content

Instantly share code, notes, and snippets.

Remove Registry HKLM(ClientIC, ClientID, MIDInitiativeGUID), etc.

The above registry only applies if the user is not logged in.

I just used it as a way to delete the entire registry of TeamViewer.

That approach actually reassigns the TeamViewer ID value by replacing the UUID value.

Windows ONLY

#!/bin/bash
user="CHANGEME"
pages=$(curl -I https://api.github.com/users/$user/starred | sed -nr 's/^Link:.*page=([0-9]+).*/\1/p')
for page in $(seq 0 $pages); do
curl "https://api.github.com/users/$user/starred?page=$page&per_page=100" | jq -r '.[].html_url' |
while read rp; do
git clone $rp
done
@vavavr00m
vavavr00m / seed.ini
Last active February 14, 2017 03:58
Updated seed.ini for Sick* originally by VinceVal (https://github.com/VinceVal/SickRageInstaller)
[Installer]
Version=10003
DownloadUrl=https://github.com/VinceVal/SickRageInstaller
[template]
url=
size=
md5=
sha1=
sha256=