Важная тема на оффоруме ЛК:
Открываем спрятанные опции в Kaspersky Internet Security 2010 (v9.0) Для входа в тему требуется регистрация на оффоруме ЛК.
Те, кто не хочет регистрироваться, могут зайти
в эту тему на СБТЛК, но она обновляется реже.
Кому надоела активация кодом, хотите вернуть активацию ключом? Рецепт взят оттуда:
1. Отключаем самозащиту KIS.
2. Открываем файл "C:\Program Files\Kaspersky Lab\Kaspersky Internet Security 2010\Skin\layout\piw.ini"
3. В начале файла есть секция [ConfigureWizardPages]. Заменяем кусок:
Код: [ConfigureWizardPages]
@ = ext(1) sz(p,p) oninit(strActivationCode=g_strActivationCode; g_strActivationCode = "")
InitBegin = [WizardPage] h(15447) use( (PiwFlags & #fPiwSettings) && (PiwFlags & #fPiwReset) ) subst(Name(xy(27,12,7)) Descr(xy(,3,7)) Body([ConfigureWizard.InitBegin]))
ResetArea = [WizardPage] h($IsKAV ? 15946 : 14878) use(PiwFlags & #fPiwReset) visible(ResetItems.Children.size()) subst(Name() Descr() Body([ConfigureWizard.ResetArea] mg(20,10,20,15) ) )
ActivationBegin = [WizardPage] h(($IsRefreshSubAvail && ( PiwFlags == #fPiwActivation && !$HasNoKeys))? 15448 : 15448) use((PiwFlags & #fPiwActivation) && !bSilent && bActivationNeeded) subst(Name() Descr() Body([ConfigureWizard.ActivationBegin]))
ActivationProgress = [WizardPage] h(15449) use((PiwFlags & #fPiwActivation) && !bSilent && bActivationNeeded) btns(Back(enable(!bSubscriptionOnly&&(bConnectionError || (!KeyInfo.KeyType || InvalidReason != #ekirValid))) ) Next(enable(!bConnectionError && (bConnected && bSentCode && bRetrievedKey) && (KeyInfo.KeyType && InvalidReason == #ekirValid) ) )) ns(PiwLicInfo) subst(Name() Descr() Body([ConfigureWizard.ActivationProgress]))
ActivationServerForm = [WizardPage] h(15449) use((PiwFlags & #fPiwActivation) && !bSilent && bActivationNeeded) subst(Name() Descr() Body([ConfigureWizard.ActivationServerForm]))
ActivationChooseKey = [WizardPage] h(15453) use((PiwFlags & #fPiwActivation) && !bSilent && bActivationNeeded) subst(Name() Descr() Body([ConfigureWizard.ActivationChooseKey]))
ActivationEnd = [WizardPage] h(15454) use((PiwFlags & #fPiwActivation) && !bSilent) btns(Back(enable(0)) Cancel(enable($IsInitMode))) subst(Name() Descr() Body([ConfigureWizard.ActivationEnd]))
Interaction = [WizardPage] h(15455) use((PiwFlags & #fPiwSettings) && !bExpress) subst(Name() Descr() Body([ConfigureWizard.Interaction]))
Update = [WizardPage] h(15456) use((PiwFlags & #fPiwSettings) && !bExpress && f_isInstalled("Updater")) subst(Name() Descr() Body([ConfigureWizard.Update]))
;Antivirus = [WizardPage] h(902) use((PiwFlags & #fPiwSettings) && !bExpress && (f_isInstalled("Scan_Startup") || f_isInstalled("Scan_Critical_Areas") || f_isInstalled("Scan_My_Computer"))) subst(Name() Descr() Body([ConfigureWizard.Antivirus]))
Password = [WizardPage] h(15457) use((PiwFlags & #fPiwSettings) && !bExpress && !bSilent && !(PiwFlags & #fPiwReset)) subst(Name() Descr() Body([ConfigureWizard.Password]))
Threats = [WizardPage] h(15458) use((PiwFlags & #fPiwSettings) && !bExpress) subst(Name() Descr() Body([ConfigureWizard.Threats] mg(20,20,20,5) ))
;SSL = [WizardPage] h(5792) use((PiwFlags & #fPiwSettings) && !bExpress && f_isInstalled("httpscan")) subst(Name() Descr() Body([ConfigureWizard.SSL]))
EnumExe = [WizardPage] h(15460) use((PiwFlags & #fPiwSettings) && f_isInstalled("Hips")) btns(Back(enable(0)) Next(enable(Progress==100)) ) subst(Name() Descr() Body([ConfigureWizard.EnumExe]))
;TrainAntiSpam = [WizardPage] h(15461) use((PiwFlags & #fPiwSettings) && !(PiwFlags & #fPiwReset)) visible(bAntiSpamTraining) subst(Name() Descr() Body([ConfigureWizard.TrainAntiSpam]))
InitFinish = [WizardPage] h($IsKAV ? 15689 : 15463) use(PiwFlags & (#fPiwSettings | #fPiwRebootOnly)) btns(Back(enable(0)) Cancel(enable(0))) subst( Header(visible(PiwFlags & #fPiwReset)) Name() Descr() Body([ConfigureWizard.InitFinish] mg(0,0,0,0) ))