- Как отключить Java» предупреждение системы безопасности » всплывающее окно?
- 7 ответов
- How to disable the Java «Security Warning» popup?
- 7 Answers 7
- How to disable Java “Security Warning” pop-up in Windows 8, 8.1 and 10?
- So, how to turn off the Java security warning pop-up in Windows 10?
- Here is a quick reminder on how to do that:
Как отключить Java» предупреждение системы безопасности » всплывающее окно?
есть ли способ отключить это всплывающее окно безопасности Java? Я использую только сайты в своей интрасети, и каждая страница содержит более 40 апплетов, которые генерируют новый идентификатор при каждой загрузке. Из-за этого, каждый раз, когда страница посещается он требует, чтобы нажать кнопку «Выполнить» 40+ раз.
OS: Windows 7
браузер: IE 10
- Открыть Internet Explorer
- нажмите на Сервис и выберите Свойства обозревателя
- нажать на вкладку Безопасность и нажмите кнопку «Другой»
- в разделе «Разное » измените» отображать смешанное содержимое», чтобы включить.
14.03.2023 12:00 3611
7 ответов
установка этой опции для отключения проверки удалит это всплывающее окно. Да, это риск для безопасности, но я уверен, что отключен был уровень безопасности по умолчанию предыдущих версий Java. Я уверен, что всплывающее окно обеспечивает дополнительную безопасность, но в среде где каждый поставщик выпускает свои собственные сумасшедшие веб-приложения и обновления мало и далеко друг от друга, это больше хлопот, чем безопасность. К сожалению, этот параметр управляется файлом под профиль каждого пользователя. Конкретно C:\Users\username\AppData \Locallow каталог\Солнце\Ява\развертывания\развертывания.свойства. Я не могу подумайте о том, как от верхней части моей головы, чтобы подтолкнуть эту настройку через группу политика. Если кто-то приходит вверх с решением, то пожалуйста вывесьте его в Примечание. До тех пор мы будем придерживаться Java 6 Update 19 для наша окружающая среда.
Я использую java 7 обновление 17. Что вы можете сделать, это установить флажок «Не показывать это снова для этого приложения» (флажок на изображении, которое вы предоставили). Вы также можете попробовать изменить настройки в Панель Управления Java но я не уверен, будет ли это работать: в Панели Управления Java на вкладке Безопасность измените уровень безопасности с высокого на средний или низкий, а затем перейдите на вкладку Advance и установите флажок «скрыть предупреждение и запустить с защитой» или если он не работает затем выберите «Отключить проверку».
текстовый документ в этой папке по имени развертывания.свойства c:\windows\sun\Java\deployment\deployment.свойства
несмотря на то, что написано в документации Java, развертывание не требуется.файл конфигурации, если вы не хотите использовать обязательный параметр.
этот файл будет изменить значение по умолчанию для каждого пользователя на компьютере, даже если у них уже есть развертывания.файл свойств в папке appdata. Вы можете убедиться, что настройки вступают в силу, когда вы откройте Панель управления java 32, так как она считывает настройки.
вот некоторые из вещей, которые мы вкладываем в наши развертывания.файл свойств.
#disables the java desktop shortcut on install - might not be required for modern versions deployment.javaws.shortcut="NEVER" #tells sets security level to it's minimum "MEDIUM" to allow for apps to run on outdated java versions deployment.security.level=MEDIUM #disabled certificate checking so that java apps load much faster. Java still checks the certificate #blacklist though so the certificate is still used. deployment.security.validation.ocsp=true #moves the user trusted certificates store to a shared location so we can pre-approve controls deployment.user.security.trusted.certs=C\:\Program Files\Java\jre7\security\trusted.certs
последний бит-это лучший способ избавиться от «вы действительно хотите запустить это приложение» коробки. После того как вы установите доверять.расположение сертификатов в общем расположении создайте собственное доверенное расположение.файл сертификатов, вручную перейдя к процессу установки флажка «не показывать это снова». Они развертывают это доверенное.файл сертификатов для всех ваших машин с это развертывание.файл свойств и альт, больше никаких всплывающих окон безопасности.
обратите внимание, что в пути требуются дополнительные косые черты. Двоеточия являются зарезервированными символами, а обратная косая черта является escape-символом.
какую версию Java вы используете ?
Oracle представила новые функции безопасности для подключаемого модуля веб-браузера Java, выпустив 11 декабря 2012 г. Обновление Java 7 Update 11.
вы смогли пойти назад к более ранней версии от 2012, по мере того как безопасность слишком не важна в среде интрасети.
с более ранней версии, настройки уровня безопасности в панели управления может быть легче.
для управления действием JAVA по умолчанию лучше настроить все параметры на системном уровне.
C:\Windows\Sun\Java\Deployment. вам нужно 4 файла
@, самое главное, вам нужен доверять.cert файл сертификата, чтобы отключить это окно сообщения
это даст всем пользователям на этом компьютере то же самое настроить.
поместите ниже строк на уровне сервера C:\Windows\Sun\Java\Deployment\deployment.properties файл для остановки этих сообщений
deployment.security.mixcode=DISABLE deployment.security.level=MEDIUM deployment.security.validation.ocsp=true deployment.expiration.check.enabled=false
поместите эту строку в скрипт входа, который должен позаботиться об этом
mkdir "%AppData%\Sun\Java\Deployment" echo deployment.security.mixcode=DISABLE >> "%AppData%\Sun\Java\Deployment\deployment.PROPERTIES"
How to disable the Java «Security Warning» popup?
Is there a way to disable this Java Security popup? I only use sites on my intranet and each page is home to 40+ applets that generate a new ID with each load. Because of this, every time the page is visited it requires you to click «Run» 40+ times. OS: Windows 7 Browser: IE 10 Here is my fix:
- Open Internet Explorer
- Click on Tools and select Internet Options
- Click on Security tab and Click the ‘Custom Level’ button
- In the ‘Miscellaneous’ section change “Display mixed content” to Enable.
This can be handled by adjusting the security settings on the Java Windows Control Panel applet. Since you didn’t indicate which operating system I must assume Windows.
Using IE 10 on Windows 7. This computer only accesses the local network and has no connection to the internet or other PCs, it connections to building monitoring tools.
Did you try adjusting the security level in the control panel? For me, it doesn’t work at all (level is constantly reset), but maybe you’ll have more luck.
@kinokijuf The OP specifically mentioned Windows 7 three comments above. Please don’t change the meaning of others’ posts. Thanks.
7 Answers 7
Put a text document in this location named deployment.properties c:\windows\sun\Java\deployment\deployment.properties
Despite what Java documentation says, you do not need the deployment.config file unless you want to use the manditory setting.
This file will change the default for every user on the computer, even if they already have a deployment.properties file in their appdata folder. You can verify that the settings are taking effect when you open the java 32 control panel since it reads the settings then.
Here are some of the things we put in our deployment.properties file.
#disables the java desktop shortcut on install - might not be required for modern versions deployment.javaws.shortcut="NEVER" #tells sets security level to it's minimum "MEDIUM" to allow for apps to run on outdated java versions deployment.security.level=MEDIUM #disabled certificate checking so that java apps load much faster. Java still checks the certificate #blacklist though so the certificate is still used. deployment.security.validation.ocsp=true #moves the user trusted certificates store to a shared location so we can pre-approve controls deployment.user.security.trusted.certs=C\:\\Program Files\\Java\\jre7\\security\\trusted.certs
The last bit is the best way to get rid of «do you want to run this app» boxes. Once you set the trusted.certs location to a shared location, create your own trusted.certs file by manually going to the process of checking the box «don’t show this again». They deploy this trusted.certs file to all your machines with this deployment.properties file and viola, no more security pop-ups.
Note that the extra slashes in the path are required. Colons are reserved characters and the backslash is the escape character.
How to disable Java “Security Warning” pop-up in Windows 8, 8.1 and 10?
You might be wondering why the new Java update is popping up left and right, annoying you with warning windows during your daily activities. Users reports that it didn’t happen before the update because the new release includes various new security features and they have taken action now. You can be annoyed at this new protective behaviour if you are an experienced user, but if you are a novice, we suggest using this opportunity to get more acquainted with the Java Security Warning.
However, there is a disadvantage to this thinking. You might want to know “is Java security warning pop-up a malware item?” Hopefully, of course, you already have an anti-malware tool installed on your computer, but if you don’t, try Auslogics Anti-Malware that was specially designed to ward off malicious programs that mask themselves as important pieces of the protection process. Pretty sneaky.
Pro Tip: It is possible to fix many PC issues by using the PC Repair tool. PC Repair is easy to use and reliable Windows optimization software developed to fix hundreds of system issues.
If your heart is set on disabling the built-in Java feature, we cannot stop you. But with the right combination of antivirus and anti-malware tools, you won’t be jeopardizing the safety of your computer, so go ahead and read this guide to make sure you are doing it by the book.
So, how to turn off the Java security warning pop-up in Windows 10?
- Step 1. First of all, open Java Settings in your Control Panel.
- Step 2. Enter the Advanced tab and look through the list of options.
- Step 3. Navigate to Security and click it.
- Step 4. In the expansion, find Mixed Code and tick the box that says, ‘disable verification’.
- Step 5. Now enter the Miscellaneous option and turn on the “Display mixed content” box.
- Step 6. Restart your computer.
If you are still experiencing the warning pop-ups from Java, you might want to temporarily disable your antivirus software, although this course of action is not advised. However, it’s possible that the antivirus is blocking Java deployment, and this is stopping any changes you have made to your security settings from taking effect. If this is the case for you, you can also run a System File Checker scan.
Here is a quick reminder on how to do that:
- Step 1. Use the Start button and type ‘cmd’ into the search box.
- Step 2. When Command Prompt opens, make sure you choose to run it as an administrator.
- Step 3. Type in ‘sfc/scannow’ and hit Enter.
- Step 4. Wait for the scan to finish and restart your computer.
Hopefully, this guide helped you to get rid of the annoying Java Security Warning, and you are free to use your device without any distractions.