Files
Open-Shell-Menu/ClassicStartSrc/Localization/Spanish/ClassicIE.html
Xenhat 0adcd693e4 Some branding and licensing work (#22)
* Fix stdafx include

* Fix basic handling of "Games" folder on Windows10 RS4 (#10)
This does the following:
- Sets the default state to hidden
- Skips the Games folder when searching

This does not:
- Hide the dead menu entry.

I do not currently know how to actively change the user preference setting to forcefully hide it.

* Add basic Visual Studio gitignore

* Add specific entries to gitignore

* Do not set default menu to Win7 on RS4 (#10)

* Rename "PC Settings" to "Settings" (#12)

* Create distinction between modern and legacy settings in search results

* Add more build artifacts to gitignore

* Add default paths for toolset and build all languages

* Fix several memsize, memtype and nullpointer issues

* create trunk branch containing all changes

* set fallback and next version to 4.3.2, set resource fallback value to allow loading in IDE

* add generated en-US.dll to gitignore

* Don't echo script contents, add disabled "git clean -dfx" to build fresh

* Initial re-branding work (#21)

* Create copy of __MakeFinal to build all languages (Use this file when releasing new versions)

* Move the registry key IvoSoft->Passionate-Coder (#21)

* Change company/mfg name IvoSoft->Passionate-Coder (#21)

* Update some leftover copyright dates (#21)

* Fix accidental copy-paste breaking MakeFinal scripts

* Fix invalid company name for Wix and change registry keys to match the new string (#21)

* Update more copyright and legal text (#21)

* Update RTF files format (Wordpad generated those) (#21)

* update license text in RTF files (#21)
We lost the blue link text in the installer page. Will have to manually re-color all the links later.
2018-06-25 01:42:52 -04:00

101 lines
4.9 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>Classic IE</title>
<style type="text/css">
h1 {
font-family: "Times New Roman",Times,serif;
color: #0070c0;
}
p {
font-family: Arial,Helvetica,sans-serif;
}
body {
font-family: Arial,Helvetica,sans-serif;
}
</style></head><body>
<h1><a target="_blank" href="http://www.classicshell.net/"><img src="images/ClassicStart.png" style="border: 0px solid ; width: 64px; height: 64px;" alt="Sitio web de Classic Start" title="Sitio web de Classic Start"></a>&nbsp;
Classic IE</h1><span style="font-style: italic; color: rgb(0, 112, 192); font-weight: bold;"></span><span style="color: rgb(79, 129, 189); font-weight: bold;"><br>
Classic IE</span>
es
un pequeño complemento para Internet Explorer que:<br>
<ul>
<li>Agrega un título a la barra
de título para que pueda ver el título de la página completo</li>
<li>Muestra la zona de seguridad en la barra de estado</li>
<li>Muestra el progreso de carga en la barra de estado</li>
</ul>
<br>
Vea el título de la página completo aun cuando no quepa en la pestaña:<br>
<img style="width: 748px; height: 190px;" alt="" src="images/ie9_caption.png"><br>
<br>Vea el progreso y la zona de seguridad:<br>
<img style="width: 429px; height: 56px;" alt="" src="images/ie9_status.png"><br>
<br>
<h1><a name="install"></a>Instalación</h1>
Al ejecutar Internet Explorer por primera vez después de instalar
Classic IE, podría indicarle que se instaló un complemento nuevo llamado ClassicIEBHO y
si desea habilitarlo. Haga clic en el botón Habilitar. Si
no se le pide confirmación, vaya a <span style="font-weight: bold;">Herramientas -&gt; Administrar complementos</span> y asegúrese de que ClassicIEBHO esté habilitado. Luego de habilitar el complemento, tiene que reiniciar Internet Explorer para activarlo.<br>
<br>
<h1><a name="settings"></a>Configuración</h1>
Puede tener acceso a la configuración desde <span style="font-weight: bold;">Herramientas -&gt; Configuración de Classic IE</span>
o desde el menú inicio. Las configuraciones controlan el color y la fuente del
título, y qué información mostrar en la barra de estado.<br>
<img style="width: 683px; height: 438px;" alt="" src="images/ie9_settings.png"><br>
<br>Puede elegir entre ver sólo las configuraciones básicas o todas
las configuraciones disponibles. Sitúe el mouse sobre cada configuración para ver una descripción de
para qué sirve. Para buscar una configuración por su nombre, escriba en el cuadro de búsqueda.<br>
Toda configuración tiene un valor predeterminado. El valor predeterminado puede ser constante,
o depender de la configuración actual del sistema. Una vez que edite una
configuración, se volverá "modificada" y se mostrará en negrita. Para revertir al
valor predeterminado, haga clic con el botón secundario en la configuración.<br>
<br>
Puede guardar las configuraciones en un archivo XML, y ulteriormente volver a cargarlas.
Para tener acceso a estas funciones, pulse el botón <span style="font-weight: bold;">Copia de seguridad</span>. Desde allí también puede
restablecer todas las configuraciones a sus valores predeterminados.<br>
<br>
Para almacenar sus configuraciones, pulse Aceptar. Para aplicar la configuración nueva, tiene que reiniciar Internet Explorer.<br>
<br>
<h1><a name="admin"></a>Configuración administrativa</h1>
Las configuraciones son
por usuario y se almacenan en el registro. De manera predeterminada, todos los usuarios pueden editar
toda su configuración. Un administrador puede bloquear configuraciones específicas, de
modo que ningún usuario las pueda editar. Esto se logra agregando la configuración a la clave del registro <span style="font-weight: bold;">HKEY_LOCAL_MACHINE\SOFTWARE\PassionateCoder\ClassicIE</span>.<br>
<br>
Quizá no quiera bloquear la configuración, sino sólo reemplazar su valor
inicial. De ser así, agregue "_Default" al nombre del valor del registro.<br>
<br>
La manera más fácil de saber el nombre de una configuración en el registro y su valor es modificarla, y acto seguido buscarla en <span style="font-weight: bold;">HKEY_CURRENT_USER\Software\PassionateCoder\ClassicIE\Settings</span>.<br>
Puede que a veces desee bloquear una configuración en su valor predeterminado, pero no
sabe cuál es el valor predeterminado. De ser así, cree un valor DWORD y establézcalo
en 0xDEFA.<br>
<br>
También hay una configuración global <span style="font-weight: bold;">EnableSettings</span>. Establézcala en 0 en el
registro para evitar incluso que los usuarios abran el diálogo Configuración:<br>
<img style="width: 656px; height: 292px;" alt="" src="images/settings_disable_ie9.png"><br>
<br>
También se admite la edición de configuraciones a través de directivas de grupo. Extraiga el archivo <b>PolicyDefinitions.zip</b> que se encuentra en la carpeta de instalación y lea el documento <b>PolicyDefinitions.rtf</b> para más detalles.<br>
<br>
</body></html>