<?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>Gabriele Caracciolo Blog &#187; Windows</title>
	<atom:link href="http://gabrielecaracciolo.com/blog/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://gabrielecaracciolo.com/blog</link>
	<description>Just my ICT notes</description>
	<lastBuildDate>Mon, 07 May 2012 21:01:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Errore VLC: Questo disco Blu-Ray richiede una libreria per la decodifica AACS</title>
		<link>http://gabrielecaracciolo.com/blog/2012/errore-vlc-disco-blu-ray-richiede-una-libreria/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=errore-vlc-disco-blu-ray-richiede-una-libreria</link>
		<comments>http://gabrielecaracciolo.com/blog/2012/errore-vlc-disco-blu-ray-richiede-una-libreria/#comments</comments>
		<pubDate>Mon, 07 May 2012 20:57:05 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[AACS]]></category>
		<category><![CDATA[AnyDVD]]></category>
		<category><![CDATA[Blu-Ray]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[K-Lite]]></category>
		<category><![CDATA[libreria]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[MPC]]></category>
		<category><![CDATA[Player]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=1316</guid>
		<description><![CDATA[Stavo provando ad aprire con VLC un disco Blu-Ray, ma, appena avviato, mi è comparso il seguente errore: Errore Blu-Ray: Questo disco Blu-Ray richiede una libreria per la decodifica AACS Per risolvere il problema ho fatto numerosi tentativi che ho trovato in rete, ma nessuno di questi ha avuto successo: ho installato (dato che ho [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2012/errore-vlc-disco-blu-ray-richiede-una-libreria/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abilitare Desktop Remoto da remoto</title>
		<link>http://gabrielecaracciolo.com/blog/2012/abilitare-desktop-remoto-da-remoto/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=abilitare-desktop-remoto-da-remoto</link>
		<comments>http://gabrielecaracciolo.com/blog/2012/abilitare-desktop-remoto-da-remoto/#comments</comments>
		<pubDate>Sat, 10 Mar 2012 23:44:07 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[desktop remoto]]></category>
		<category><![CDATA[psexec]]></category>
		<category><![CDATA[sysinternals]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=1277</guid>
		<description><![CDATA[Esigenza: abilitare il desktop remoto di un pc da remoto. Sistema Operativo del PC su cui abilitare il Desktop Remoto: Windows XP Pro. Sistema Operativo del PC da cui è stata effettuato il test: Windows (la versione è irrilevante). Prerequisito: avere un&#8217;utenza di amministrazione della macchina remota. Passi svolti: Aprire regedit (Start -&#62; digitare &#8220;regedit [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2012/abilitare-desktop-remoto-da-remoto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mappare disco di rete in PowerShell</title>
		<link>http://gabrielecaracciolo.com/blog/2012/mappare-disco-di-rete-in-powershell/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mappare-disco-di-rete-in-powershell</link>
		<comments>http://gabrielecaracciolo.com/blog/2012/mappare-disco-di-rete-in-powershell/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 21:38:13 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Net]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[disco]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[rete]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=1261</guid>
		<description><![CDATA[Oltre al semplice NET USE, in PowerShell è possibile usare il ComObject &#8220;WScript.Network&#8221; per gestire la mappatura di un disco di rete (map network drive). Questo semplice script serve per mappare un disco di rete e per rimuovere la mappatura: Write-Host "] Mapping Network Drive . . ." # Credentials $serverName = 'TESTPC01' $userName = [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2012/mappare-disco-di-rete-in-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inviare email con Outlook in PowerShell</title>
		<link>http://gabrielecaracciolo.com/blog/2012/inviare-mail-outlook-powershell/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=inviare-mail-outlook-powershell</link>
		<comments>http://gabrielecaracciolo.com/blog/2012/inviare-mail-outlook-powershell/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 20:53:38 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Net]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[allegati]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=1258</guid>
		<description><![CDATA[Questa funzione in Powershell permette di inviare e-mail tramite Outlook (che deve essere in esecuzione). E&#8217; basata sullo script presente su: http://www.andyparkhill.co.uk/2010/08/send-outlook-email-via-powershell.html a cui ho effettuato delle modifiche per l&#8217;invio dell&#8217;email a più destinatari e per l&#8217;invio degli allegati. function Send-Email (     [String[]]$recipientEmail = $(Throw "At least one recipient email is required!"),     [String]$subject [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2012/inviare-mail-outlook-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conoscere marca e modello PC &#8211; Make e Model (per MDT WDS)</title>
		<link>http://gabrielecaracciolo.com/blog/2011/marca-modello-make-model-pc-mdt-wds/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=marca-modello-make-model-pc-mdt-wds</link>
		<comments>http://gabrielecaracciolo.com/blog/2011/marca-modello-make-model-pc-mdt-wds/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 21:56:04 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2008 Server]]></category>
		<category><![CDATA[csproduct]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[MDT]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[vendor]]></category>
		<category><![CDATA[WDS]]></category>
		<category><![CDATA[wmic]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=1219</guid>
		<description><![CDATA[Alle prese con MDT (Microsoft Deployment Toolkit) [1] e WDS (Windows Deployment Services) [2], in particolare con l&#8217;aggiunta dei driver, mi sono chiesto come recuperare marca (&#8220;make&#8220;) e modello (&#8220;model&#8220;) da un PC. Googlando un po&#8217; ho trovato questi due comandi: &#62; wmic csproduct get vendor e &#62; wmic csproduct get name Note [1] MDT [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2011/marca-modello-make-model-pc-mdt-wds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

