<?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>Extempore &#187; windows</title>
	<atom:link href="http://michaelhendrickx.com/tag/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelhendrickx.com</link>
	<description>random ramblings of the disturbed mind</description>
	<lastBuildDate>Tue, 20 Jul 2010 05:39:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Keeping windows services&#8217; running, ghetto style</title>
		<link>http://michaelhendrickx.com/200902_keeping-windows-services-running-ghetto-style.html</link>
		<comments>http://michaelhendrickx.com/200902_keeping-windows-services-running-ghetto-style.html#comments</comments>
		<pubDate>Tue, 24 Feb 2009 14:05:06 +0000</pubDate>
		<dc:creator>Michael Hendrickx</dc:creator>
				<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[batch file]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dns service]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[win2003]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://michaelhendrickx.com/?p=132</guid>
		<description><![CDATA[A small post, but so I can have it as a reference if I ever encouter it again.  We&#8217;ve setup a Windows 2003 Domain, and run DNS on both the Domain Controllers.  We have terrible issues with DNS always shutting down, and disabling itself, so it won&#8217;t boot up again.
While we are breaking [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://michaelhendrickx.com/wp-content/uploads/2009/02/restart.jpg"><img src="http://michaelhendrickx.com/wp-content/uploads/2009/02/restart.jpg" alt="" title="restart" width="268" height="300" class="alignright size-medium wp-image-133" /></a>A small post, but so I can have it as a reference if I ever encouter it again.  We&#8217;ve setup a Windows 2003 Domain, and run DNS on both the Domain Controllers.  We have terrible issues with DNS always shutting down, and disabling itself, so it won&#8217;t boot up again.</p>
<p>While we are breaking our heads on how this happens, we made a small two-liner script to enable a Windows service over the command line.  We&#8217;ve put this in the recovery tab, and scheduled it as a task to run every hour.</p>
<p>The code to enable the DNS service, and to restart the service is below:</p>
<p><code><br />
sc config DNS start= auto<br />
net start dns<br />
</code></p>
<p>I know it&#8217;s very ghetto way of keeping DNS running, but we&#8217;re figuring out why DNS always shuts down.  Until then, this provides us necesarry DNS uptime <img src='http://michaelhendrickx.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Thanks,<br />
Michael</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelhendrickx.com/200902_keeping-windows-services-running-ghetto-style.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS08-67 released out of the patch cycle, new blaster coming up?</title>
		<link>http://michaelhendrickx.com/200810_ms08-67-released-out-of-the-patch-cycle-new-blaster-coming-up.html</link>
		<comments>http://michaelhendrickx.com/200810_ms08-67-released-out-of-the-patch-cycle-new-blaster-coming-up.html#comments</comments>
		<pubDate>Sat, 25 Oct 2008 03:23:37 +0000</pubDate>
		<dc:creator>Michael Hendrickx</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[worm]]></category>

		<guid isPermaLink="false">http://michaelhendrickx.com/?p=48</guid>
		<description><![CDATA[A newly discovery vulnerability made Microsoft release a security patch  aside from it&#8217;s usual cycle, the notorious Patch Tuesday.  This &#8220;Patch Tuesday&#8221; is normally every second Tuesday of the month.
MS08-067 fixes a bug in the RPC handling of the Windows Server service.  
The bug was deemed as &#8220;critical&#8221; on pre-Vista machines, which [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://michaelhendrickx.com/wp-content/uploads/2008/10/patch.jpg" alt="" title="patch" width="144" height="88" class="alignright size-full wp-image-51" />A newly discovery vulnerability made Microsoft release a security patch  aside from it&#8217;s usual cycle, the notorious Patch Tuesday.  This &#8220;Patch Tuesday&#8221; is normally every second Tuesday of the month.</p>
<p><a href="http://www.microsoft.com/technet/security/Bulletin/MS08-067.mspx">MS08-067</a> fixes a bug in the RPC handling of the Windows Server service.  </p>
<p>The bug <a href="http://blogs.technet.com/msrc/archive/2008/10/23/ms08-067-released.aspx">was deemed</a> as &#8220;critical&#8221; on pre-Vista machines, which is still the majority of Windows clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelhendrickx.com/200810_ms08-67-released-out-of-the-patch-cycle-new-blaster-coming-up.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google map secret backend API broken?</title>
		<link>http://michaelhendrickx.com/200810_google-map-secret-backend-api-broken.html</link>
		<comments>http://michaelhendrickx.com/200810_google-map-secret-backend-api-broken.html#comments</comments>
		<pubDate>Fri, 10 Oct 2008 12:20:25 +0000</pubDate>
		<dc:creator>Michael Hendrickx</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[places.ae]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://michaelhendrickx.com/?p=44</guid>
		<description><![CDATA[Hi all,
Some of you might have been aware already about (and alpha testing) the Windows Mobile client for places.ae, which will allow you to find out the closest restaurants, petrol stations and such (pretty much the same functionality as the blackberry mini site).  These searches happen using triangulation of celltower ID&#8217;s on a mobile [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>Some of you might have been aware already about (and alpha testing) the Windows Mobile client for places.ae, which will allow you to find out the closest restaurants, petrol stations and such (pretty much the same functionality as the <a href="http://blog.places.ae/2008/07/mobile-placesae-part-i-blackberry.html">blackberry mini site</a>).  These searches happen using triangulation of celltower ID&#8217;s on a mobile phone.</p>
<p>Now, in the backend, we were utilizing google&#8217;s API for mapping these cell towers to a location, which in return gives us the ability to locate you.  This services was moved to another URL silently, which kinda slows down the Windows Mobile development.  I guess too many users were using it, using non-google programs.</p>
<p>If anyone is working on more-or-less the same, please get in contact with me.  For the others, the windows client will be delayed for a little while then.</p>
<p>Thanks,<br />
Michael</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelhendrickx.com/200810_google-map-secret-backend-api-broken.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft to enter the clouds</title>
		<link>http://michaelhendrickx.com/200810_microsoft-to-enter-the-clouds.html</link>
		<comments>http://michaelhendrickx.com/200810_microsoft-to-enter-the-clouds.html#comments</comments>
		<pubDate>Thu, 02 Oct 2008 23:03:21 +0000</pubDate>
		<dc:creator>Michael Hendrickx</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows clouds]]></category>

		<guid isPermaLink="false">http://michaelhendrickx.com/?p=41</guid>
		<description><![CDATA[Microsoft is entering the cloud computing zone pretty soon.  It was announced yesterday and will hit the public a month from now with it&#8217;s new OS, Windows Clouds (yeh.).
It&#8217;s feeling the ppressure from easy to use, browser only, applications such as Gmail, google docs and the like.
I wish Microsoft (or anyone) would come out [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://michaelhendrickx.com/wp-content/uploads/2008/10/clouds.jpg" alt="" title="clouds" width="128" height="77" class="alignright size-full wp-image-42" />Microsoft is <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&#038;articleId=9115978">entering</a> the cloud computing zone pretty soon.  It was announced yesterday and will hit the public a month from now with it&#8217;s new OS, Windows Clouds (yeh.).</p>
<p>It&#8217;s feeling the ppressure from easy to use, browser only, applications such as Gmail, google docs and the like.</p>
<p>I wish Microsoft (or anyone) would come out with an enterprise cloud platform, not on the Internet.  I am sure there are more users who wish to make a storage cloud on their network.  Or am I the only one?</p>
<p>Thanks,<br />
Michael</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelhendrickx.com/200810_microsoft-to-enter-the-clouds.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
