Changes

Jump to: navigation, search

Java

673 bytes added, 13:57, 9 July 2013
Browser Plugins
The Java Auto Updater Product Code in version 7 is unchanged from version 6 (current as of 7u10)
 
== Browser Plugins (JRE7) ==
 
'''Disable and Remove Browser Plugins'''
<source lang="dos">
%PROGRAMFILES% or %PROGRAMFILES(X86)%\Java\jre7\bin\ssvagent.exe -disablewebjava
</source>
'''Re-enable Browser Plugins'''
<source lang="dos">
%PROGRAMFILES% or %PROGRAMFILES(X86)%\Java\jre7\bin\ssvagent.exe -forceinstall -register -new -high
</source>
 
'''Plugin Settings files'''
 
File in user path takes precedence.
<source lang="dos">
%USERPROFILE%\AppData\LocalLow\Sun\Java\Deployment\deployment.properties
%WINDIR%\Sun\Java\Deployment\deployment.properties
</source>
 
Security level parameter
<source lang="dos">
deployment.security.level=MEDIUM|HIGH|VERY_HIGH
</source>
 
=Java Runtime Environment (JRE) 6=
35
edits

Navigation menu