<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Zilus &#187; regedit</title>
	<atom:link href="http://www.thezilus.com/blog/tag/regedit/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thezilus.com/blog</link>
	<description>Geek, Web Dev, Sysadmin and Rockstar</description>
	<lastBuildDate>Tue, 07 Feb 2012 22:06:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Modificar automaticamente el registro al arrancar Windows</title>
		<link>http://www.thezilus.com/blog/modificar-automaticamente-el-registro-al-arrancar-windows</link>
		<comments>http://www.thezilus.com/blog/modificar-automaticamente-el-registro-al-arrancar-windows#comments</comments>
		<pubDate>Mon, 09 Nov 2009 22:36:33 +0000</pubDate>
		<dc:creator>Zilus</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[regedit]]></category>

		<guid isPermaLink="false">http://www.thezilus.com/blog/?p=355</guid>
		<description><![CDATA[Como lo vimos en un post anterior, para evitar el mensaje de compactar carpetas de Outlook Express Ahora implementaremos una solución automática, un archivo .reg que se ejecutara al arrancar Windows. Primero necesitamos crear el archivo con las modificaciones que necesitamos, y en este caso llamaremos outlook.reg y lo guardamos en el directorio C:\Windows el [...]]]></description>
			<content:encoded><![CDATA[<p>Como lo vimos en un post anterior, para evitar el <a href="http://www.thezilus.com/blog/outlook-express-5-0-evitar-mensaje-de-compactar-carpetas" target="_blank">mensaje de compactar carpetas de Outlook Express</a> Ahora implementaremos una solución automática, un archivo .reg que se ejecutara al arrancar <strong>Windows.</strong></p>
<p>Primero necesitamos crear el archivo con las modificaciones que necesitamos, y en este caso llamaremos <strong>outlook.reg </strong>y lo guardamos en el directorio<em> C:\Windows e</em>l fin de este script será resetear el conteo de veces que se ha abierto Outlook a 1</p>
<pre class="coded">Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Identities\{6AE93EF6-77D3-4F6F-ADDF-5E42C582EFDC}\Software\Microsoft\Outlook Express\5.0]
"Compact Check Count"=dword:00000001</pre>
<p>Donde <strong>{6AE93EF6-77D3-4F6F-ADDF-5E42C582EFDC} </strong>es la identidad de nuestro usuario de Windows esto , por si no leyeron el tema anterior, lo podeos obtener navegando desde el editor de registro hasta:</p>
<pre class="coded">HKEY_CURRENT_USER\Identities\{AQUIESTAELID}\Software\Microsoft\Outlook Express\5.0</pre>
<p>Después crearemos un acceso directo en el directorio de programas a ejecutarse al inicio de sesión, que se encuentra en:</p>
<pre class="coded">C:\Documents and Settings\All Users\Menú Inicio\Programas\Inicio</pre>
<p>Daremos botón derecho y seleccionamos <strong>&#8220;Nuevo &gt; Acceso directo&#8221;</strong></p>
<p style="text-align: center;"><a href="http://www.thezilus.com/blog/wp-content/uploads/2009/11/reg1.jpg"><img class="aligncenter size-full wp-image-356 colorbox-355" title="reg1" src="http://www.thezilus.com/blog/wp-content/uploads/2009/11/reg1.jpg" alt="reg1" width="471" height="420" /></a></p>
<p style="text-align: left;">En la ubicación del elemento escribiremos esto:</p>
<pre class="coded">%SYSTEMROOT%\regedit.exe -s outlook.reg</pre>
<p style="text-align: center;"><a href="http://www.thezilus.com/blog/wp-content/uploads/2009/11/reg2.jpg"><img class="aligncenter size-full wp-image-357 colorbox-355" title="reg2" src="http://www.thezilus.com/blog/wp-content/uploads/2009/11/reg2.jpg" alt="reg2" width="447" height="328" /></a></p>
<p>Por último, le pondremos el nombre que nos parezca correcto, en mi caso elegí <strong>&#8220;outlook.exe&#8221;</strong></p>
<p style="text-align: center;"><a href="http://www.thezilus.com/blog/wp-content/uploads/2009/11/reg3.jpg"><img class="aligncenter size-full wp-image-358 colorbox-355" title="reg3" src="http://www.thezilus.com/blog/wp-content/uploads/2009/11/reg3.jpg" alt="reg3" width="447" height="326" /></a></p>
<p>Con esto tendremos un ejecutable listo para funcionar cada que iniciemos sesión.</p>
<p style="text-align: center;"><a href="http://www.thezilus.com/blog/wp-content/uploads/2009/11/reg4.jpg"><img class="aligncenter size-full wp-image-359 colorbox-355" title="reg4" src="http://www.thezilus.com/blog/wp-content/uploads/2009/11/reg4.jpg" alt="reg4" width="141" height="64" /></a></p>
<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thezilus.com%2Fblog%2Fmodificar-automaticamente-el-registro-al-arrancar-windows&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=recommend&amp;colorscheme=light&amp;height=35' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:450px; height:35px' allowTransparency='true'></iframe><h3>Tambien te puede interesar:</h3><ul class="related_post"><li><a href="http://www.thezilus.com/blog/bloquear-uso-de-usb-en-windows-xp" title="Bloquear uso de USB en Windows XP">Bloquear uso de USB en Windows XP</a></li><li><a href="http://www.thezilus.com/blog/como-cambiar-el-orden-de-todos-los-contactos-de-otulook-a-nombre-apellido" title="Como cambiar el orden de todos los contactos de Otulook a &#8220;nombre apellido&#8221;">Como cambiar el orden de todos los contactos de Otulook a &#8220;nombre apellido&#8221;</a></li><li><a href="http://www.thezilus.com/blog/problema-con-ie-aclayers-en-windows-xp" title="Problema con IE, ACLayers.dll en Windows XP">Problema con IE, ACLayers.dll en Windows XP</a></li><li><a href="http://www.thezilus.com/blog/compartir-autmomaticamente-disco-duro-externo-al-conectar-en-windows" title="Compartir autmomaticamente disco duro externo al conectar en Windows">Compartir autmomaticamente disco duro externo al conectar en Windows</a></li><li><a href="http://www.thezilus.com/blog/tutorial-ie7-en-ubuntu" title="Tutorial: IE7 en Ubuntu">Tutorial: IE7 en Ubuntu</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.thezilus.com/blog/modificar-automaticamente-el-registro-al-arrancar-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

