roboto
Well-Known Member
- Joined
- May 25, 2013
- Messages
- 1,937
- Reaction score
- 50
Hey Folks,
i created a small regedit file that deletes the hkcu settings for all blizzard product.
the hkcu\software\blizzard key contains IDs that can compromise security and could lead to a account link.
simply run the file and the key'll be deleted.
you can automate it by running a bat script somewhat similar like that:
View attachment del.zip
i created a small regedit file that deletes the hkcu settings for all blizzard product.
the hkcu\software\blizzard key contains IDs that can compromise security and could lead to a account link.
simply run the file and the key'll be deleted.
you can automate it by running a bat script somewhat similar like that:
Code:
@echo off
reg import del.reg
start wow.exe
View attachment del.zip