How to fix the problem with two Kaspersky buttons in the Windows context menu.
Kaspersky Beta News
1
Posts
1
Posters
52
Views
2
Watching
-
Hello!
Unfortunately, the first MR24 beta build had the Windows context menu button from 23st version, which is not being removed with the application. So there will be 2 buttons in the menu, one from version 23, the second from version 24, when you install any new 24 beta build.
There are two ways to delete it:
-
Install the MR23 build again and delete it. (here is the link with the installers)
-
In PowerShell with administrator rights:
- execute Get-AppxPackage -AllUsers | Select Name, PackageFullName command
- find the row and copy the full package name (second column) Kaspersky.ShellEx23 - Kaspersky.ShellEx23_1.0.0.13_x64__78azx59njhjpr
- execute the command using the full package name Remove-AppxPackage -AllUsers -Package "Kaspersky.ShellEx23_1.0.0. ... "
-
© 2025 АО «Лаборатория Касперского»