During the work of the Security Analyzer Wizard in Kaspersky Lab’s products version 2009 the "CD/DVD autorun is allowed" function might be disabled.
In the current builds of the Kaspersky Lab’s products version 2009 actions of the Security Analyzer Wizard cannot be rolled back. In order to enable the "CD/DVD autorun is allowed" function after the work of the Security Analyzer Wizard, do the following:
Open the application main window
In the left down corner click the Support link
In the left down corner of the Support window click the Support tools link
Click the Execute AVZ script link
Copy the following text:
var X : integer; begin X := RegKeyIntParamRead('HKLM', 'Software\Microsoft\Windows\CurrentVersion\Policies\Explorer', 'NoDriveTypeAutoRun'); if X < 0 then X := 0; if (X and $20) > 0 then RegKeyIntParamWrite('HKLM', 'Software\Microsoft\Windows\CurrentVersion\Policies\Explorer', 'NoDriveTypeAutoRun', (X and $DF)); if RegKeyIntParamRead('HKLM', 'System\CurrentControlSet\Services\CDROM', 'AutoRun') = 0 then RegKeyIntParamWrite('HKLM', 'System\CurrentControlSet\Services\CDROM', 'AutoRun', 1); end.
Paste the copied text into the filed in the AVZ script execution window
Click the Execute link
Wait until the work of the script is over
Click the Exit link
Minimize all windows
Restart your PC
Kaspersky Lab apologizes for the inconveniences. Rollback function for the Security Analyzer Wizard will be implemented in the next version of the personal products.