I was at work trying to read an article about aircrack-ng and Kaspersky wouldn’t let me view the website
, saying something absurd about it being “illegal software”. The first thing I tried was shutting Kaspersky down but that didn’t work since password protection was enabled.
. I then tried to stop the Kaspersky process using the task manager but Kaspersky didn’t appear to be in the process list, I didn’t try very hard, just a quick google search to find out the process name. I then searched google with bypass kaspersky password protection and came up with an answer from a Kaspersky support page (seems odd to me, that they tell you how to hack their own software).
I’d advise you to back up your registry before you do anything!!!
On the support page it said to:
1. Download passoff2012.zip
2. unpack all files (which contain two .reg files)
3. restart your computer in safe mode
4. and then run the corresponding .reg file
(x86.reg for 32bit OS) or (x64.reg for 64-bit OS)
5. click yes, when the registry editor asks to confirm changes
I did this a little differently, I booted into safe mode, ran the registry editor (regedit.exe) and edited the registry key myself.
Tested on Windows 7
to disable the password protection in x86:
1. boot into safe mode (make sure Kaspersky isn’t running)
2. open a command line and type “regedit.exe”
3. once inside the editor go to HKEY_LOCAL_MACHINE\SOFTWARE\KasperskyLab\protected\AVP12\settings and look for and entry that reads “EnablePswrdProtect”.
4. Right click on “EnablePswrdProtect” and select modify.
5. The value data should read 1, change it to 0, click ok and reboot.
Not Tested
to disable the password protection in x64:
1. boot into safe mode (make sure Kaspersky isn’t running)
2. open a command line and type “regedit.exe”
3. once inside the editor go to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\KasperskyLab\protected\AVP12\settings and look for and entry that reads “EnablePswrdProtect”.
4. Right click on “EnablePswrdProtect” and select modify.
5. The value data should read 1, change it to 0, click ok and reboot.
Notes
I didn’t test the one for the 64 bit OS but the only thing that is different is the registry location, you could alterantively download the .reg files from the Kaspersky website.