KASPERSKY TWEAK ASSISTANT

Status
Not open for further replies.
Hi
This tools not work for Kaspersky Endpoint Security 12.1.0.506

View attachment 886
KASPERSKY TWEAK ASSISTANT INFO:
  • Latest version: 23.4.22.0
  • Developer: Bambang
  • OS support [32+64bit]: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
  • Supported Kaspersky Releases:
    • 2019:
      • Kaspersky Anti-Virus v19.0.0.1088
      • Kaspersky Internet Security v19.0.0.1088
      • Kaspersky Total Security v19.0.0.1088
    • 2020:
      • Kaspersky Anti-Virus v20.0.14.1085
      • Kaspersky Internet Security v20.0.14.1085
      • Kaspersky Total Security v20.0.14.1085
      • Kaspersky Endpoint Security v11.4.0.233
    • 2021:
      • Kaspersky Anti-Virus / Kaspersky Basic 21.13.5.506
      • Kaspersky Internet Security / Kaspersky Standard 21.13.5.506
      • Kaspersky Total Security, Kaspersky Plus (Kaspersky Security Cloud) 21.13.5.506
      • Kaspersky Endpoint Security 12.0.0.465
      • Kaspersky Small Office Security 21.3.10.391 (g) + File server + 21.5.11.384
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

DISCLAIMER (REGARDING ANY PIRACY/DMCA COPYRIGHT):
 
  • Like
Reactions: chepinchoven
KASPERSKY TWEAK ASSISTANT KTA v23.4.22.0 RiiP!
tumba-1.png
 
TechTobo is there anything the user can do to make KTA work with the latest kaspersky version? it should only be necessary to edit the new registry path, right? Can't you change that so that newer versions also work without any changes? KRT can do that without having to constantly update it.
 
TechTobo is there anything the user can do to make KTA work with the latest kaspersky version? it should only be necessary to edit the new registry path, right? Can't you change that so that newer versions also work without any changes? KRT can do that without having to constantly update it.
Even older versions of KTA actually work with the current version of kaspersky.
 
Hi
This tools not work for Kaspersky Endpoint Security 12.1.0.506
Используем скрипт понижения версии KES.
Создать файл .cmd со следующим содержимым:

@shift /0
@Echo off


if exist "%ALLUSERSPROFILE%\Kaspersky Lab\AVP*" (
echo
goto Yes
) else (
echo
if exist "%ALLUSERSPROFILE%\Kaspersky Lab\KES*" (
echo
goto Yes
)
)
(echo ѕоддерживаемый продукт не найден)| msg *
exit

:Yes

if exist "%ALLUSERSPROFILE%\Kaspersky Lab\AVP*" (
echo
goto Setkav
) else (
echo
if exist "%ALLUSERSPROFILE%\Kaspersky Lab\KES*" (
echo
goto Setkes
)
)
exit

:Work_KAV
setlocal
for /f "tokens=2*" %%a in ('reg query "HKLM\Software\WOW6432Node\KasperskyLab\%AVP%\environment" /v "ProductVersion"') do set "ProductVersion_old=%%b"
REG ADD "HKLM\Software\WOW6432Node\KasperskyLab\%AVP%\environment" /v ProductVersion /t REG_SZ /d 21.3.0.0 /f
for %%a in (".\Kaspersky Tweak Assistant*.exe") do copy /y "%%~a" "%WinDir%\Temp\KTA.exe"
start "" "%Windir%\Temp\KTA.exe" & timeout /t 3
REG ADD "HKLM\Software\WOW6432Node\KasperskyLab\%AVP%\environment" /v ProductVersion /t REG_SZ /d %ProductVersion_old% /f
exit


:Work_KES
setlocal
for /f "tokens=2*" %%a in ('reg query "HKLM\Software\WOW6432Node\KasperskyLab\protected\%KES%\environment" /v "ProductDisplayVersion"') do set "ProductDisplayVersion_old=%%b"
REG ADD "HKLM\Software\WOW6432Node\KasperskyLab\protected\%KES%\environment" /v ProductDisplayVersion /t REG_SZ /d 11.10.0.0 /f
for %%a in (".\Kaspersky Tweak Assistant*.exe") do copy /y "%%~a" "%WinDir%\Temp\KTA.exe"
start "" "%Windir%\Temp\KTA.exe" & timeout /t 3
REG ADD "HKLM\Software\WOW6432Node\KasperskyLab\protected\%KES%\environment" /v ProductDisplayVersion /t REG_SZ /d %ProductDisplayVersion_old% /f
exit


:Setkav
dir "%ALLUSERSPROFILE%\Kaspersky Lab\AVP*" /b /ad > %WINDIR%\Temp\avp.txt
set file=%WINDIR%\Temp\avp.txt
For /F "usebackq tokens=* delims=" %%i In ("%file%") Do Set avp=%%i
goto SelfProtection

:Setkes
dir "%ALLUSERSPROFILE%\Kaspersky Lab\KES*" /b /ad > %WINDIR%\Temp\kes.txt
set file=%WINDIR%\Temp\kes.txt
For /F "usebackq tokens=* delims=" %%i In ("%file%") Do Set kes=%%i
goto SelfProtectionKES


:SelfProtection

for /f "tokens=3" %%a in ('REG QUERY "HKLM\Software\WOW6432Node\KasperskyLab\%AVP%\settings" /v EnableSelfProtection') do (
if "%%a"=="0x1" (goto m4) else (goto Work_KAV)
)


:SelfProtectionKES

for /f "tokens=3" %%a in ('REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\KasperskyLab\protected\%kes%\settings" /v EnableSelfProtection') do (
if "%%a"=="0x1" (goto m4) else (goto Work_KES)
)


:m4
(echo отключите самозащиту антивируса)| msg *
exit

кинуть в папку с KTA и выполнить от имени Администратора)
 
Last edited:
View attachment 1280
KASPERSKY TWEAK ASSISTANT INFO:
  • Latest version: 23.7.21.0
  • Developer: Bambang
  • OS support [32+64bit]: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
  • Supported Kaspersky Releases:
    • 2019:
      • Kaspersky Anti-Virus v19.0.0.1088
      • Kaspersky Internet Security v19.0.0.1088
      • Kaspersky Total Security v19.0.0.1088
    • 2020:
      • Kaspersky Anti-Virus v20.0.14.1085
      • Kaspersky Internet Security v20.0.14.1085
      • Kaspersky Total Security v20.0.14.1085
      • Kaspersky Endpoint Security v11.4.0.233
    • 2021:
      • Kaspersky Anti-Virus / Kaspersky Basic 21.14.5.462
      • Kaspersky Internet Security / Kaspersky Standard 21.14.5.462
      • Kaspersky Total Security, Kaspersky Plus (Kaspersky Security Cloud) 21.14.5.462
      • Kaspersky Endpoint Security 12.0.0.465
      • Kaspersky Small Office Security 21.3.10.391 (g) + File server + 21.5.11.384
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

DISCLAIMER (REGARDING ANY PIRACY/DMCA COPYRIGHT):
Thanks for update guys!
 
  • Like
Reactions: dedathc
View attachment 1280
KASPERSKY TWEAK ASSISTANT INFO:
  • Latest version: 23.7.21.0
  • Developer: Bambang
  • OS support [32+64bit]: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
  • Supported Kaspersky Releases:
    • 2019:
      • Kaspersky Anti-Virus v19.0.0.1088
      • Kaspersky Internet Security v19.0.0.1088
      • Kaspersky Total Security v19.0.0.1088
    • 2020:
      • Kaspersky Anti-Virus v20.0.14.1085
      • Kaspersky Internet Security v20.0.14.1085
      • Kaspersky Total Security v20.0.14.1085
      • Kaspersky Endpoint Security v11.4.0.233
    • 2021:
      • Kaspersky Anti-Virus / Kaspersky Basic 21.14.5.462
      • Kaspersky Internet Security / Kaspersky Standard 21.14.5.462
      • Kaspersky Total Security, Kaspersky Plus (Kaspersky Security Cloud) 21.14.5.462
      • Kaspersky Endpoint Security 12.0.0.465
      • Kaspersky Small Office Security 21.3.10.391 (g) + File server + 21.5.11.384
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

DISCLAIMER (REGARDING ANY PIRACY/DMCA COPYRIGHT):

thanks for updating this ball show tool thanks moderator
 

ATTENTION IS IMPORTANT
On MR14, after resetting activation, when entering a key or importing a license, you have to restart the Kaspersky program.
Talk to , he knows how to solve this problem.

PS
Old version number of KTA in "About KTA"
KTA.png
 
Last edited:
  • Like
Reactions: F4A11
View attachment 1280
KASPERSKY TWEAK ASSISTANT INFO:
  • Latest version: 23.7.21.0
  • Developer: Bambang
  • OS support [32+64bit]: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
  • Supported Kaspersky Releases:
    • 2019:
      • Kaspersky Anti-Virus v19.0.0.1088
      • Kaspersky Internet Security v19.0.0.1088
      • Kaspersky Total Security v19.0.0.1088
    • 2020:
      • Kaspersky Anti-Virus v20.0.14.1085
      • Kaspersky Internet Security v20.0.14.1085
      • Kaspersky Total Security v20.0.14.1085
      • Kaspersky Endpoint Security v11.4.0.233
    • 2021:
      • Kaspersky Anti-Virus / Kaspersky Basic 21.14.5.462
      • Kaspersky Internet Security / Kaspersky Standard 21.14.5.462
      • Kaspersky Total Security, Kaspersky Plus (Kaspersky Security Cloud) 21.14.5.462
      • Kaspersky Endpoint Security 12.0.0.465
      • Kaspersky Small Office Security 21.3.10.391 (g) + File server + 21.5.11.384
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

DISCLAIMER (REGARDING ANY PIRACY/DMCA COPYRIGHT):
Thankx
 
  • Like
Reactions: repairman2be
Kaspersky Endpoint Security for Windows
Version 12.2.0.462 dosn't support.please send new version that support it
 
Используем скрипт понижения версии KES.
Создать файл .cmd со следующим содержимым:

@shift /0
@Echo off


if exist "%ALLUSERSPROFILE%\Kaspersky Lab\AVP*" (
echo
goto Yes
) else (
echo
if exist "%ALLUSERSPROFILE%\Kaspersky Lab\KES*" (
echo
goto Yes
)
)
(echo ѕоддерживаемый продукт не найден)| msg *
exit

:Yes

if exist "%ALLUSERSPROFILE%\Kaspersky Lab\AVP*" (
echo
goto Setkav
) else (
echo
if exist "%ALLUSERSPROFILE%\Kaspersky Lab\KES*" (
echo
goto Setkes
)
)
exit

:Work_KAV
setlocal
for /f "tokens=2*" %%a in ('reg query "HKLM\Software\WOW6432Node\KasperskyLab\%AVP%\environment" /v "ProductVersion"') do set "ProductVersion_old=%%b"
REG ADD "HKLM\Software\WOW6432Node\KasperskyLab\%AVP%\environment" /v ProductVersion /t REG_SZ /d 21.3.0.0 /f
for %%a in (".\Kaspersky Tweak Assistant*.exe") do copy /y "%%~a" "%WinDir%\Temp\KTA.exe"
start "" "%Windir%\Temp\KTA.exe" & timeout /t 3
REG ADD "HKLM\Software\WOW6432Node\KasperskyLab\%AVP%\environment" /v ProductVersion /t REG_SZ /d %ProductVersion_old% /f
exit


:Work_KES
setlocal
for /f "tokens=2*" %%a in ('reg query "HKLM\Software\WOW6432Node\KasperskyLab\protected\%KES%\environment" /v "ProductDisplayVersion"') do set "ProductDisplayVersion_old=%%b"
REG ADD "HKLM\Software\WOW6432Node\KasperskyLab\protected\%KES%\environment" /v ProductDisplayVersion /t REG_SZ /d 11.10.0.0 /f
for %%a in (".\Kaspersky Tweak Assistant*.exe") do copy /y "%%~a" "%WinDir%\Temp\KTA.exe"
start "" "%Windir%\Temp\KTA.exe" & timeout /t 3
REG ADD "HKLM\Software\WOW6432Node\KasperskyLab\protected\%KES%\environment" /v ProductDisplayVersion /t REG_SZ /d %ProductDisplayVersion_old% /f
exit


:Setkav
dir "%ALLUSERSPROFILE%\Kaspersky Lab\AVP*" /b /ad > %WINDIR%\Temp\avp.txt
set file=%WINDIR%\Temp\avp.txt
For /F "usebackq tokens=* delims=" %%i In ("%file%") Do Set avp=%%i
goto SelfProtection

:Setkes
dir "%ALLUSERSPROFILE%\Kaspersky Lab\KES*" /b /ad > %WINDIR%\Temp\kes.txt
set file=%WINDIR%\Temp\kes.txt
For /F "usebackq tokens=* delims=" %%i In ("%file%") Do Set kes=%%i
goto SelfProtectionKES


:SelfProtection

for /f "tokens=3" %%a in ('REG QUERY "HKLM\Software\WOW6432Node\KasperskyLab\%AVP%\settings" /v EnableSelfProtection') do (
if "%%a"=="0x1" (goto m4) else (goto Work_KAV)
)


:SelfProtectionKES

for /f "tokens=3" %%a in ('REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\KasperskyLab\protected\%kes%\settings" /v EnableSelfProtection') do (
if "%%a"=="0x1" (goto m4) else (goto Work_KES)
)


:m4
(echo отключите самозащиту антивируса)| msg *
exit
Thanks man, got it working with Kaspersky Endpoint Security 12.2.0.462 now.
 
Status
Not open for further replies.

Forum statistics

Threads
2,102
Messages
35,621
Members
32,859
Latest member
rexy