<?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>Marco&#039;s Informatik Blog &#187; Windows</title>
	<atom:link href="http://www.ciacci.biz/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ciacci.biz</link>
	<description>Version : 0.79 Build 2904</description>
	<lastBuildDate>Fri, 20 Jan 2012 22:25:51 +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>Modificare risparmio energia da console (e da remoto!)</title>
		<link>http://www.ciacci.biz/2011/12/16/modificare-risparmio-energia-da-console-e-da-remoto/</link>
		<comments>http://www.ciacci.biz/2011/12/16/modificare-risparmio-energia-da-console-e-da-remoto/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 23:15:17 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[powercfg]]></category>
		<category><![CDATA[psexec]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.ciacci.biz/?p=637</guid>
		<description><![CDATA[PuÃ² essere necessario alle volte, ad esempio per far fare al pc delle operazioni notte tempo (non necessariamente il backup, la macchiana potrebbe essere riavviata con il WoL) modificare la combinazione di risparmio energetico predefinita, che su Windows 7 Ã¨ &#8220;Bilanciato&#8221;. Come modificare questa impostazione con uno script e magari da remoto? In nostro soccorso [...]]]></description>
			<content:encoded><![CDATA[<p>PuÃ² essere necessario alle volte, ad esempio per far fare al pc delle operazioni notte tempo (non necessariamente il backup, la macchiana potrebbe essere riavviata con il WoL) modificare la combinazione di risparmio energetico predefinita, che su Windows 7 Ã¨ &#8220;Bilanciato&#8221;.<br />
Come modificare questa impostazione con uno script e magari da remoto?<br />
In nostro soccorso ci sono <strong>powercfg</strong> e <strong>psexec</strong>!<br />
Innanzittutto dobbiamo scoprire il <strong>GUID</strong> della combinazione &#8220;Prestazioni Elevate&#8221;, che su tutti i 7 dovrebbe essere</p>
<blockquote><p>C:\Users\admin&gt;powercfg /list</p>
<p>Combinazioni risparmio energia esistenti (* attive)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
GUID combinazione risparmio energia: 381b4222-f694-41f0-9685-ff5bb260df2e (Bila<br />
nciato)*<br />
GUID combinazione risparmio energia: <strong>8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c</strong> (Pres<br />
tazioni elevate)<br />
GUID combinazione risparmio energia: a1841308-3541-4fab-bc81-f71556f20b4a (Risp<br />
armio di energia)</p></blockquote>
<p>a questo punto settiamo &#8220;Prestazioni elevate&#8221; cosÃ¬</p>
<blockquote><p><strong>powercfg /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c</strong></p></blockquote>
<p>Per rendere questa operazione eseguibile da remoto su di un pc basterÃ  scrivere la riga di cui sopra in un file *.cmd ed eseguirlo remotamente con <strong>psexec</strong>.</p>
<blockquote><p><strong>psexec \\PC-REMOTO -c power.cmd</strong></p></blockquote>
<p>all done</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2011/12/16/modificare-risparmio-energia-da-console-e-da-remoto/&via=marcociacci&text=Modificare risparmio energia da console (e da remoto!)&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2011/12/16/modificare-risparmio-energia-da-console-e-da-remoto/&via=marcociacci&text=Modificare risparmio energia da console (e da remoto!)&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d637').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d637" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29&amp;Description=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29&amp;Url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;h=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;t=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;t=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;bm_description=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;T=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;h=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;name=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F12%2F16%2Fmodificare-risparmio-energia-da-console-e-da-remoto%2F&amp;t=Modificare+risparmio+energia+da+console+%28e+da+remoto%21%29" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d637').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.ciacci.biz/2011/12/16/modificare-risparmio-energia-da-console-e-da-remoto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2008 R2 DNS, query timeout causa edns</title>
		<link>http://www.ciacci.biz/2011/04/05/2008-r2-dns-query-timeout-causa-edns/</link>
		<comments>http://www.ciacci.biz/2011/04/05/2008-r2-dns-query-timeout-causa-edns/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 21:23:13 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[edns]]></category>
		<category><![CDATA[windows server 2008 r2]]></category>

		<guid isPermaLink="false">http://www.ciacci.biz/?p=557</guid>
		<description><![CDATA[Scenario, installazione di un dominio 2008 R2, livello di funzionalità comunque 2003, operazione fatta svariate volte nell&#8217;ultimo decennio ma&#8230;strano, nslookup non funziona, strano è bindato sull&#8217;ip giusto, strano su 127.0.0.1 funziona&#8230;strano non funziona niente!!!!! Dopo qualche ricerca ecco svelato l&#8217;arcano, 2008 R2 di default usa EDNS, purtroppo ancora poco usato e quindi INCOMPATIBILE! La cosa [...]]]></description>
			<content:encoded><![CDATA[<p>Scenario, installazione di un dominio 2008 R2, livello di funzionalità comunque 2003, operazione fatta svariate volte nell&#8217;ultimo decennio ma&#8230;strano, nslookup non funziona, strano è bindato sull&#8217;ip giusto, strano su 127.0.0.1 funziona&#8230;strano non funziona niente!!!!!<br />
Dopo qualche ricerca ecco svelato l&#8217;arcano, 2008 R2 di default usa <a href="http://en.wikipedia.org/wiki/Extension_mechanisms_for_DNS" target="_blank">EDNS</a>, purtroppo ancora poco usato e quindi INCOMPATIBILE!<br />
La cosa assurda è perchè Microsoft lo imposti &#8220;on&#8221; di default, e la stessa cosa successe anni fa con il rilascio di Windows Server 2003, mha&#8230;<br />
Comunque per risolvere semplicemente il problema e SENZA riavvio basta andare in CMD e scrivere</p>
<blockquote><p>dnscmd /config /EnableEDNSProbes 0</p></blockquote>
<p>e tutto sarà risolto (parlando di DNS è proprio il caso di dirlo!! <img src='http://www.ciacci.biz/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  )</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2011/04/05/2008-r2-dns-query-timeout-causa-edns/&via=marcociacci&text=2008 R2 DNS, query timeout causa edns&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2011/04/05/2008-r2-dns-query-timeout-causa-edns/&via=marcociacci&text=2008 R2 DNS, query timeout causa edns&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d557').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d557" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=2008+R2+DNS%2C+query+timeout+causa+edns&amp;Description=2008+R2+DNS%2C+query+timeout+causa+edns&amp;Url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=2008+R2+DNS%2C+query+timeout+causa+edns&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;h=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;t=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;t=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;bm_description=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;T=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title=2008+R2+DNS%2C+query+timeout+causa+edns&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;h=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;name=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F04%2F05%2F2008-r2-dns-query-timeout-causa-edns%2F&amp;t=2008+R2+DNS%2C+query+timeout+causa+edns" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d557').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.ciacci.biz/2011/04/05/2008-r2-dns-query-timeout-causa-edns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Associazione ai file .exe&#8230;persa!</title>
		<link>http://www.ciacci.biz/2011/03/28/associazione-ai-file-exe-persa/</link>
		<comments>http://www.ciacci.biz/2011/03/28/associazione-ai-file-exe-persa/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 18:05:39 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[Varie]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[associazione file exe]]></category>
		<category><![CDATA[missing exe association files]]></category>

		<guid isPermaLink="false">http://www.ciacci.biz/?p=555</guid>
		<description><![CDATA[Continuiamo sulla falsa riga del post precedente, ma qui la situazione è ben più grave, infatti per qualche ragione avrete perso l&#8217;associazione ai file exe e cliccandoci sopra mestamente apparirà la finestra che vi chiederà &#8220;come volete aprire questo file?&#8221; Ovviamente NON funzionerà il regedit per cui niente modifiche al registro! Formattone?? No&#8230;semplicemente create un [...]]]></description>
			<content:encoded><![CDATA[<p>Continuiamo sulla falsa riga del post precedente, ma qui la situazione è ben più grave, infatti per qualche ragione avrete perso l&#8217;associazione ai file exe e cliccandoci sopra mestamente apparirà la finestra che vi chiederà &#8220;come volete aprire questo file?&#8221;<br />
Ovviamente NON funzionerà il <strong>regedit</strong> per cui niente modifiche al registro!<br />
Formattone??<br />
No&#8230;semplicemente create un file di testo chiamato &#8220;miracolo_divino.txt&#8221; e dentro metterete una sola riga, &#8220;<strong>assoc.exe=exefile</strong>&#8221; senza le virgolette.<br />
A questo punto modificate l&#8217;estensione in <strong>.bat</strong>, eseguite il file e gioite! <img src='http://www.ciacci.biz/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2011/03/28/associazione-ai-file-exe-persa/&via=marcociacci&text=Associazione ai file .exe...persa!&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2011/03/28/associazione-ai-file-exe-persa/&via=marcociacci&text=Associazione ai file .exe...persa!&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d555').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d555" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Associazione+ai+file+.exe%26%238230%3Bpersa%21&amp;Description=Associazione+ai+file+.exe%26%238230%3Bpersa%21&amp;Url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Associazione+ai+file+.exe%26%238230%3Bpersa%21&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;h=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;t=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;t=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;bm_description=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;T=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title=Associazione+ai+file+.exe%26%238230%3Bpersa%21&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;h=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;name=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Fassociazione-ai-file-exe-persa%2F&amp;t=Associazione+ai+file+.exe%26%238230%3Bpersa%21" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d555').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.ciacci.biz/2011/03/28/associazione-ai-file-exe-persa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alcuni .exe non si aprono in Windows Server 2003 R2</title>
		<link>http://www.ciacci.biz/2011/03/28/alcuni-exe-non-si-aprono-in-windows-server-2003-r2/</link>
		<comments>http://www.ciacci.biz/2011/03/28/alcuni-exe-non-si-aprono-in-windows-server-2003-r2/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 17:56:01 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[Varie]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[exe files]]></category>
		<category><![CDATA[windows server 2003 r2]]></category>

		<guid isPermaLink="false">http://www.ciacci.biz/?p=553</guid>
		<description><![CDATA[Nel titolo c&#8217;è tutto, può capitare (mi è successo in un vecchio server di un utente) che alcuni file exe non si aprano, mentre altri si, ad esempio non mi partiva l&#8217;installazione del vSphere Client, ma nemmeno semplicemente il putty. L&#8217;errore è un messaggio del tipo &#8220;Impossibile accedere alla periferica, al percorso o al file [...]]]></description>
			<content:encoded><![CDATA[<p>Nel titolo c&#8217;è tutto, può capitare (mi è successo in un vecchio server di un utente) che alcuni file exe non si aprano, mentre altri si, ad esempio non mi partiva l&#8217;installazione del vSphere Client, ma nemmeno semplicemente il putty.<br />
L&#8217;errore è un messaggio del tipo &#8220;<span style="color: #000000;"><strong>Impossibile accedere alla periferica, al percorso o  al file specificato.È probabile che non si disponga delle  autorizzazioni necessarie</strong>&#8220;, anche se siete amministratori.<br />
Questo sarà dovuto (come nel mio caso) quasi sicuramente ad internet explorer, infatti </span>bisogna andare da &#8220;Installazione applicazioni&#8221; su Installazione componenti di Windows&#8221;. Da quì alla voce <strong>Protezione avanzata di Internet Explorer</strong> bisogna disinstallare il gruppo amministrativo.<br />
Fatto ciò sloggatevi e riloggatevi, tutto sarà apposto.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2011/03/28/alcuni-exe-non-si-aprono-in-windows-server-2003-r2/&via=marcociacci&text=Alcuni .exe non si aprono in Windows Server 2003 R2&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2011/03/28/alcuni-exe-non-si-aprono-in-windows-server-2003-r2/&via=marcociacci&text=Alcuni .exe non si aprono in Windows Server 2003 R2&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d553').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d553" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2&amp;Description=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2&amp;Url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;h=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;t=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;t=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;bm_description=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;T=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;h=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;name=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F03%2F28%2Falcuni-exe-non-si-aprono-in-windows-server-2003-r2%2F&amp;t=Alcuni+.exe+non+si+aprono+in+Windows+Server+2003+R2" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d553').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.ciacci.biz/2011/03/28/alcuni-exe-non-si-aprono-in-windows-server-2003-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.ciacci.biz/2011/01/25/stoppare-un-servizio-di-windows-in-stato-%e2%80%9carresto-in-corso%e2%80%9d/</link>
		<comments>http://www.ciacci.biz/2011/01/25/stoppare-un-servizio-di-windows-in-stato-%e2%80%9carresto-in-corso%e2%80%9d/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 12:28:56 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Varie]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[windows stop pending service]]></category>

		<guid isPermaLink="false">http://www.ciacci.biz/?p=534</guid>
		<description><![CDATA[Può capitare, che riavviando o semplicemente tendando di stoppare un servizio Windows, questi si blocchi in arresto in corso e dopo non sia più possibile intervenire tramite la solita MMC. Come fare? Semplicemente tramite una console cmd lanciare sc queryex nomeservizio Otterremmo una cosa del tipo NOME_SERVIZIO: wuauserv NOME_VISUALIZZATO: Windows Update TIPO : 20 WIN32_SHARE_PROCESS [...]]]></description>
			<content:encoded><![CDATA[<p>Può capitare, che riavviando o semplicemente tendando di stoppare un servizio Windows, questi si blocchi in arresto in corso e dopo non sia più possibile intervenire tramite la solita MMC.<br />
Come fare?<br />
Semplicemente tramite una console cmd lanciare</p>
<blockquote><p>sc queryex nomeservizio</p></blockquote>
<p>Otterremmo una cosa del tipo</p>
<blockquote><p>NOME_SERVIZIO:     wuauserv<br />
NOME_VISUALIZZATO: Windows Update<br />
TIPO                   : 20  WIN32_SHARE_PROCESS<br />
STATO                  : 4  RUNNING<br />
(STOPPABLE, NOT_PAUSABLE, ACCEPTS_PRESHUTDOWN)<br />
CODICE_USCITA_WIN32    : 0  (0&#215;0)<br />
CODICE_USCITA_SERVIZIO : 0  (0&#215;0)<br />
PUNTO_CONTROLLO          : 0&#215;0<br />
INDICAZIONE_ATTESA     : 0&#215;0<br />
PID                    : 776<br />
FLAG                   :</p></blockquote>
<p>prendendo nota del PID, in questo caso 776 per Windows Update possiamo killarlo in maniera forzata tramite il comando</p>
<blockquote><p>taskkill /PID 776 /F</p></blockquote>
<p>Dove appunto l&#8217;opzione /F indica la chiusura forzata</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2011/01/25/stoppare-un-servizio-di-windows-in-stato-%e2%80%9carresto-in-corso%e2%80%9d/&via=marcociacci&text=Stoppare un servizio di Windows in stato “arresto in corso”&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2011/01/25/stoppare-un-servizio-di-windows-in-stato-%e2%80%9carresto-in-corso%e2%80%9d/&via=marcociacci&text=Stoppare un servizio di Windows in stato “arresto in corso”&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d534').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d534" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94&amp;Description=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94&amp;Url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;h=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;t=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;t=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;bm_description=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;T=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;h=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;name=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F25%2Fstoppare-un-servizio-di-windows-in-stato-%25e2%2580%259carresto-in-corso%25e2%2580%259d%2F&amp;t=Stoppare+un+servizio+di+Windows+in+stato+%93arresto+in+corso%94" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d534').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.ciacci.biz/2011/01/25/stoppare-un-servizio-di-windows-in-stato-%e2%80%9carresto-in-corso%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 : errore Installer 2738</title>
		<link>http://www.ciacci.biz/2011/01/07/windows-7-errore-installer-2738/</link>
		<comments>http://www.ciacci.biz/2011/01/07/windows-7-errore-installer-2738/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 16:15:45 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[7]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[error 2738]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.ciacci.biz/?p=530</guid>
		<description><![CDATA[Potrà capitarvi che durante l&#8217;installazione di un determinato software in Windows 7 vi venga restituito questo errore generico, ovvero 2738. Non temete, la soluzione è piuttosto semplice vi basterà aprire con diritti d&#8217;amministratore un &#8220;cmd&#8221; a questo punto per 32bit =&#62; cd %windir%\system32 per 64bit =&#62; cd %windir%\syswow64 e poi regsvr32 vbscript.dll Se questo non [...]]]></description>
			<content:encoded><![CDATA[<p>Potrà capitarvi che durante l&#8217;installazione di un determinato software in Windows 7 vi venga restituito questo errore generico, ovvero 2738.<br />
Non temete, la soluzione è piuttosto semplice vi basterà aprire con diritti d&#8217;amministratore un &#8220;cmd&#8221; a questo punto</p>
<blockquote><p>per 32bit =&gt; cd %windir%\system32<br />
per 64bit =&gt; cd %windir%\syswow64<br />
e poi<br />
regsvr32 vbscript.dll</p></blockquote>
<p>Se questo non dovesse bastare c&#8217;è anche da cancellare questa chiave nel registro, quindi lanciate un regedit sempre come amministratore e cancellate questa chiave</p>
<blockquote><p>HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID\{ B54F3741-5B07-11CF-A4B0-00AA004A55E8}<br />
e poi di nuovo<br />
regsvr32 vbscript.dll</p></blockquote>
<p>Fatto ciò dovreste comodamente poter installare il vostro software.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2011/01/07/windows-7-errore-installer-2738/&via=marcociacci&text=Windows 7 : errore Installer 2738&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2011/01/07/windows-7-errore-installer-2738/&via=marcociacci&text=Windows 7 : errore Installer 2738&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d530').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d530" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Windows+7+%3A+errore+Installer+2738&amp;Description=Windows+7+%3A+errore+Installer+2738&amp;Url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Windows+7+%3A+errore+Installer+2738&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;h=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;t=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;t=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;bm_description=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;T=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title=Windows+7+%3A+errore+Installer+2738&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;h=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;name=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.ciacci.biz%2F2011%2F01%2F07%2Fwindows-7-errore-installer-2738%2F&amp;t=Windows+7+%3A+errore+Installer+2738" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d530').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.ciacci.biz/2011/01/07/windows-7-errore-installer-2738/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virus bastardo malefico!!</title>
		<link>http://www.ciacci.biz/2010/05/18/virus-bastardo-malefico/</link>
		<comments>http://www.ciacci.biz/2010/05/18/virus-bastardo-malefico/#comments</comments>
		<pubDate>Tue, 18 May 2010 21:45:36 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[explorer.exe]]></category>
		<category><![CDATA[userinit.exe]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.ciacci.biz/?p=466</guid>
		<description><![CDATA[Echecazz!!!! Scusate eh, ma dopo due sere sono riuscito a recuperare un pc, no&#8230;non di un collega o di un cliente, ma di una amica della mia ragazza, ebbene si, mi portano il lavoro anche a casa! Comunque con il solito mix dei tools, Combofix, MalwareBytes e SuperAntispyware (e come antivirus il mitico Avira), avevo [...]]]></description>
			<content:encoded><![CDATA[<p>Echecazz!!!!<br />
Scusate eh, ma dopo due sere sono riuscito a recuperare un pc, no&#8230;non di un collega o di un cliente, ma di una amica della mia ragazza, ebbene si, mi portano il lavoro anche a casa!<br />
Comunque con il solito mix dei tools, Combofix, MalwareBytes e SuperAntispyware (e come antivirus il mitico Avira), avevo ripulito il tutto, ma rimaneva un problama grosso&#8230;.al boot nessuna icona nel desktop e niente barra!<br />
Di solito questo è il comportamento tipico di certi spyware, ma dopo il trattamento di cui sopra, tutto tornava ok, ma non stavolta.<br />
Primo indizio, CTRl+ALT+DEL, File, Esegui, explorer e tack, magicamente il desktop, quindi il valore &#8220;shell&#8221; in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon corrispondeva a explorer.exe<br />
Provato a prendere da c:\i386 il file explorer.ex_, espanderlo e sostituirlo a quello, ma niente.<br />
Altra procedura, rinominare explorer.exe in explore.exe e cambiare il valore di shell, niente.<br />
Pensa pensa pensa, ecco l&#8217;illuminazione! La chiave Userinit era corretta a &#8220;C:\WINDOWS\system32\userinit.exe,&#8221;, ma quando sono andato a guardare il file, userinit.exe, indovinate chi era??! iexplorer.exe!!!!!!!<br />
Il malefico spyware aveva fatto questa sostituzione, quindi espanso sempre da i386 il file userinit.ex_ nella cartella system32 e tutto magicamente ha ripreso a funzionare!</p>
<p>Marco 1, virus bastardi 0</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2010/05/18/virus-bastardo-malefico/&via=marcociacci&text=Virus bastardo malefico!!&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2010/05/18/virus-bastardo-malefico/&via=marcociacci&text=Virus bastardo malefico!!&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d466').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d466" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Virus+bastardo+malefico%21%21&amp;Description=Virus+bastardo+malefico%21%21&amp;Url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Virus+bastardo+malefico%21%21&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;h=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;t=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;t=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;bm_description=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;T=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title=Virus+bastardo+malefico%21%21&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;h=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;name=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F18%2Fvirus-bastardo-malefico%2F&amp;t=Virus+bastardo+malefico%21%21" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d466').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.ciacci.biz/2010/05/18/virus-bastardo-malefico/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 e backup</title>
		<link>http://www.ciacci.biz/2010/05/02/exchange-2007-e-backup/</link>
		<comments>http://www.ciacci.biz/2010/05/02/exchange-2007-e-backup/#comments</comments>
		<pubDate>Sun, 02 May 2010 19:18:39 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[acronis]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[exchange 2007]]></category>
		<category><![CDATA[exchange transaction log]]></category>

		<guid isPermaLink="false">http://www.ciacci.biz/?p=460</guid>
		<description><![CDATA[Tempo fa acquistammo in azienda Acronis Recovery per il nostro server Exchange 2007  per fare il backup dell?information Store. Vidi che c&#8217;era una simpatica funzione, ovvero la possibilità di effettuare il backup ed il recovery &#8220;brick-level&#8221;, ovvero salvare e ripristinare la posta al singolo livello di mail..bello! bhe&#8230;.quasi! Dopo diverso tempo, controllando che comunque tutti [...]]]></description>
			<content:encoded><![CDATA[<p>Tempo fa acquistammo in azienda Acronis Recovery per il nostro server Exchange 2007  per fare il backup dell?information Store.<br />
Vidi che c&#8217;era una simpatica funzione, ovvero la possibilità di effettuare il backup ed il recovery &#8220;brick-level&#8221;, ovvero salvare e ripristinare la posta al singolo livello di mail..bello!<br />
bhe&#8230;.quasi!<br />
Dopo diverso tempo, controllando che comunque tutti i backup (il completo giornaliero ed i 4 incrementali ogni tre ore) erano tutti eseguiti.<br />
Un bel giorno decido di buttare un occhio all&#8217;occupazione del DB, 18GB, bhe buono, il disco è da 100GB (macchina virtuale) quindi avrò libero&#8230;..cosaaaaaa????? 3GB?????<br />
Il mistero dura 0 secondi, ci sono 56GB di log che per qualche motivo non sono mai stati puliti e consolidati.<br />
Ovviamente saprete, o se non lo sapete è bene saperlo, un backup COMPLETO di IS, dovrebbe consolidare tutti i log e cancellare quelli superflui, cosa che Acronis NON MI HA MAI FATTO!<br />
Senza sentire il loro supporto mi sono dato però una risposta, il problema sta nel brick-level appunto, infatti convertendo il backup nel classico modo, ovvero backuppando l&#8217;intero IS &#8220;monolitico&#8221;, il log non necessari sono cancellati magicamente dopo ogni backup.<br />
Il che ha anche una logica, la caratteristica di salvare ogni singola mail, non può presupporre il cosolidamento di tutti i log, nemmeno se questa tecnica viene utilizzata per salvare l&#8217;intero IS.<br />
Una soluzione per evitare il lievitare dei log, ma mantenere i vantaggi della tecnologia brick-level potrebbe essere fare un backup giornaliero &#8220;classico&#8221; la domenica ad esempio e mantenere i 6 giornalieri brick-level, con tanto di incrementali gli altri giorni, così da eliminare i log superflui una volta la settimana.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2010/05/02/exchange-2007-e-backup/&via=marcociacci&text=Exchange 2007 e backup&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2010/05/02/exchange-2007-e-backup/&via=marcociacci&text=Exchange 2007 e backup&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d460').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d460" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Exchange+2007+e+backup&amp;Description=Exchange+2007+e+backup&amp;Url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Exchange+2007+e+backup&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;h=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;t=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;t=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;bm_description=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;T=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title=Exchange+2007+e+backup&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;h=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;name=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F05%2F02%2Fexchange-2007-e-backup%2F&amp;t=Exchange+2007+e+backup" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d460').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.ciacci.biz/2010/05/02/exchange-2007-e-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Desktop Easy Print con XP</title>
		<link>http://www.ciacci.biz/2010/04/22/remote-desktop-easy-print-con-xp/</link>
		<comments>http://www.ciacci.biz/2010/04/22/remote-desktop-easy-print-con-xp/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 18:41:16 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[TsWpfWrp]]></category>
		<category><![CDATA[windows rds]]></category>
		<category><![CDATA[windows server 2008 r2]]></category>

		<guid isPermaLink="false">http://www.ciacci.biz/?p=458</guid>
		<description><![CDATA[Recentemente ho installato un Remote Desktop Services (WS 2008 R2), il nuovo Terminal Server per capirsi ed è presente una nuova features che come saprete facilita l&#8217;utente nello stampare nella stampante (ma va!) a lui più comoda. Consente inoltre agli utenti di ottenere prestazioni di stampa più uniformi tra sessioni locali e remote. I client [...]]]></description>
			<content:encoded><![CDATA[<p>Recentemente ho installato un Remote Desktop Services (WS 2008 R2), il nuovo Terminal Server per capirsi ed è presente una nuova features che come saprete facilita l&#8217;utente nello stampare nella stampante (ma va!) a lui più comoda.<br />
Consente inoltre agli utenti di ottenere prestazioni di stampa più uniformi tra sessioni locali e remote.<br />
I client in questione erano XP SP3 con tanto di .NET Framework 3.0 SP2 e .NET 3.5 SP1, però quando andavo a stampare dala sessione RDS nella stampante locale, mi veniva a video un errore di Windows, relativo all&#8217;eseguibile TsWpfWrp.exe<br />
Documentandomi ho scoperto che su XP è presente una versione più vecchia, di quella presente ad esempio su 7, la 3.0.6920.1201.<br />
Semplicemente sistituendo l&#8217;eseguibile vecchio con questo, l&#8217;errore scompare, ma ancora non c&#8217;è stampa, quindi ho reinstallato il .NET Framework è tutto è partito alla perfezione, sia con il client RDP 6.1 (di default su XP Sp3, che con il nuovo 7, che consiglio caldamente!)</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2010/04/22/remote-desktop-easy-print-con-xp/&via=marcociacci&text=Remote Desktop Easy Print con XP&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2010/04/22/remote-desktop-easy-print-con-xp/&via=marcociacci&text=Remote Desktop Easy Print con XP&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d458').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d458" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Remote+Desktop+Easy+Print+con+XP&amp;Description=Remote+Desktop+Easy+Print+con+XP&amp;Url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Remote+Desktop+Easy+Print+con+XP&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;h=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;t=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;t=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;bm_description=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;T=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title=Remote+Desktop+Easy+Print+con+XP&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;h=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;name=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F04%2F22%2Fremote-desktop-easy-print-con-xp%2F&amp;t=Remote+Desktop+Easy+Print+con+XP" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d458').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.ciacci.biz/2010/04/22/remote-desktop-easy-print-con-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7, errore 0&#215;80070035</title>
		<link>http://www.ciacci.biz/2010/03/18/windows-7-errore/</link>
		<comments>http://www.ciacci.biz/2010/03/18/windows-7-errore/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 21:23:48 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[7]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows 7 0x80070035]]></category>

		<guid isPermaLink="false">http://www.ciacci.biz/?p=447</guid>
		<description><![CDATA[Oggi da un cliente mi è capitato un problema strano, ovvero l&#8217;impossibilità di raggiungere un host tramite il nome Netbios oppure con l&#8217;indirizzo FQDN, mentre tramite l&#8217;indirizzo ip è raggiungibile e comuqnue tramite il nome èpingabile tranquillamente. L&#8217;errore specifico è 0&#215;80070035, percorso di rete non trovato. Questo è il solo Windows 7 che mi ha [...]]]></description>
			<content:encoded><![CDATA[<p>Oggi da un cliente mi è capitato un problema strano, ovvero l&#8217;impossibilità di raggiungere un host tramite il nome Netbios oppure con l&#8217;indirizzo FQDN, mentre tramite l&#8217;indirizzo ip è raggiungibile e comuqnue tramite il nome èpingabile tranquillamente.<br />
L&#8217;errore specifico è 0&#215;80070035, percorso di rete non trovato.<br />
Questo è il solo Windows 7 che mi ha dato questo problema, sembra che succeda solo nel caso di upgrade da Vista.<br />
Per eliminare il problema ho provato a mettere il nome nel file hosts ma non ha dato risultati, l&#8217;unica cosa risolutiva è stato togliere il supporto ad IPv6.<br />
Soluzione empirica, mi piacerebbe sapere perchè!!!</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2010/03/18/windows-7-errore/&via=marcociacci&text=Windows 7, errore 0x80070035&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.ciacci.biz/2010/03/18/windows-7-errore/&via=marcociacci&text=Windows 7, errore 0x80070035&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d447').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Social Bookmarks</em></strong></a>
<br />
<div class="d447" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Windows+7%2C+errore+0%26%23215%3B80070035&amp;Description=Windows+7%2C+errore+0%26%23215%3B80070035&amp;Url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Windows+7%2C+errore+0%26%23215%3B80070035&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;h=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;t=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;t=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;bm_description=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;T=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title=Windows+7%2C+errore+0%26%23215%3B80070035&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;h=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;name=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.ciacci.biz%2F2010%2F03%2F18%2Fwindows-7-errore%2F&amp;t=Windows+7%2C+errore+0%26%23215%3B80070035" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.ciacci.biz/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d447').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.ciacci.biz/2010/03/18/windows-7-errore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

