<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Now I Remember</title>
	<atom:link href="http://nowiremember.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nowiremember.wordpress.com</link>
	<description>My Little Black Book in the Internet</description>
	<lastBuildDate>Tue, 09 Jun 2009 13:41:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='nowiremember.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/24a89ef7574e8a4c0d0e79990e16d59e?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Now I Remember</title>
		<link>http://nowiremember.wordpress.com</link>
	</image>
			<item>
		<title>Create a file of a certain size in Windows XP and later.</title>
		<link>http://nowiremember.wordpress.com/2009/06/09/create-a-file-of-a-certain-size-in-windows-xp-and-later/</link>
		<comments>http://nowiremember.wordpress.com/2009/06/09/create-a-file-of-a-certain-size-in-windows-xp-and-later/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 13:41:49 +0000</pubDate>
		<dc:creator>nowiremember</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nowiremember.wordpress.com/?p=46</guid>
		<description><![CDATA[ If you need to create a file of a certain size and the file contents don&#8217;t matter, you can use the Fsutil command as follows:
fsutil file createnew &#60;name of file&#62; &#60;size in bytes&#62;
For example,
fsutil file createnew d:\temp\1mbfile.txt 1000000
creates a 1MB file named 1mbfile.txt in the d:\temp folder. I&#8217;ve successfully used this command to create [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=46&subd=nowiremember&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span><strong> </strong>If you need to create a file of a certain size and the file contents don&#8217;t matter, you can use the Fsutil command as follows:</p>
<pre>fsutil file createnew &lt;name of file&gt; &lt;size in bytes&gt;</pre>
<p>For example,</p>
<pre>fsutil file createnew d:\temp\1mbfile.txt 1000000</pre>
<p>creates a 1MB file named 1mbfile.txt in the d:\temp folder. I&#8217;ve successfully used this command to create a very large file to reduce the amount of free space when I was using a buggy installation program that couldn&#8217;t address too much free space.</p>
<p></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nowiremember.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nowiremember.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nowiremember.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nowiremember.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nowiremember.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nowiremember.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nowiremember.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nowiremember.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nowiremember.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nowiremember.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=46&subd=nowiremember&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nowiremember.wordpress.com/2009/06/09/create-a-file-of-a-certain-size-in-windows-xp-and-later/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b59ff67f01485e9cbe0821340e5c5ae0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nowiremember</media:title>
		</media:content>
	</item>
		<item>
		<title>Move the system hard drive of a computer to a new computer without generating a Stop message.</title>
		<link>http://nowiremember.wordpress.com/2009/06/09/move-the-system-hard-drive-of-a-computer-to-a-new-computer-without-generating-a-stop-message/</link>
		<comments>http://nowiremember.wordpress.com/2009/06/09/move-the-system-hard-drive-of-a-computer-to-a-new-computer-without-generating-a-stop-message/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 13:33:21 +0000</pubDate>
		<dc:creator>nowiremember</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nowiremember.wordpress.com/?p=42</guid>
		<description><![CDATA[Here&#8217;s a hardware tip for you. A colleague who had an older computer with Windows Vista installed bought a new computer with no operating system installed, and he wanted to move the system hard drive from his old computer to his new one to take advantage of the improved hardware in the new system. Unfortunately [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=42&subd=nowiremember&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&#8217;s a hardware tip for you. A colleague who had an older computer with Windows Vista installed bought a new computer with no operating system installed, and he wanted to move the system hard drive from his old computer to his new one to take advantage of the improved hardware in the new system. Unfortunately when he tried doing this and booted the new computer, a Stop message 0&#215;7b was displayed that indicated &#8220;Inaccessible Boot Device.&#8221; So he returned the hard drive to his old computer and investigated this further.</p>
<p>After some additional investigation he discovered a way to resolve his problem: he opened Device Manager and configured his old computer to use the generic Microsoft Standard IDE Controller driver instead the currently installed vendor&#8217;s IDE controller driver. Once this was done, he shut down his old computer, removed the system drive, inserted it into his new computer, booted his new computer, and everything worked. He had to reactive Windows of course because of the hardware changes.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nowiremember.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nowiremember.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nowiremember.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nowiremember.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nowiremember.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nowiremember.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nowiremember.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nowiremember.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nowiremember.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nowiremember.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=42&subd=nowiremember&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nowiremember.wordpress.com/2009/06/09/move-the-system-hard-drive-of-a-computer-to-a-new-computer-without-generating-a-stop-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b59ff67f01485e9cbe0821340e5c5ae0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nowiremember</media:title>
		</media:content>
	</item>
		<item>
		<title>Removing Terminal Server licenses from an RDP client</title>
		<link>http://nowiremember.wordpress.com/2008/12/18/removing-terminal-server-licenses-from-an-rdp-client/</link>
		<comments>http://nowiremember.wordpress.com/2008/12/18/removing-terminal-server-licenses-from-an-rdp-client/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 18:58:58 +0000</pubDate>
		<dc:creator>nowiremember</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nowiremember.wordpress.com/?p=40</guid>
		<description><![CDATA[Thirty-two bit RDP clients store their license under the key HKEY_LOCAL_MACHINE\Software\Microsoft\MSLicensing.
To clean the client&#8217;s license cache, just delete this key and its subkeys. The next time the client connects to the server, it will obtain another license.
Original Microsoft KB article
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=40&subd=nowiremember&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Thirty-two bit RDP clients store their license under the key HKEY_LOCAL_MACHINE\Software\Microsoft\MSLicensing.</p>
<p>To clean the client&#8217;s license cache, just delete this key and its subkeys. The next time the client connects to the server, it will obtain another license.</p>
<p><a href="http://support.microsoft.com/kb/187614/" target="_blank">Original Microsoft KB article</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nowiremember.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nowiremember.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nowiremember.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nowiremember.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nowiremember.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nowiremember.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nowiremember.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nowiremember.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nowiremember.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nowiremember.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=40&subd=nowiremember&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nowiremember.wordpress.com/2008/12/18/removing-terminal-server-licenses-from-an-rdp-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b59ff67f01485e9cbe0821340e5c5ae0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nowiremember</media:title>
		</media:content>
	</item>
		<item>
		<title>Fixing an messed up EnterpriseDB installation</title>
		<link>http://nowiremember.wordpress.com/2008/12/03/fixing-an-messed-up-enterprisedb-installation/</link>
		<comments>http://nowiremember.wordpress.com/2008/12/03/fixing-an-messed-up-enterprisedb-installation/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 15:54:42 +0000</pubDate>
		<dc:creator>nowiremember</dc:creator>
				<category><![CDATA[EnterpriseDB]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://nowiremember.wordpress.com/?p=38</guid>
		<description><![CDATA[Lately, I have come across a messed up installation of EnterpriseDB. Basically, the EnterpriseDB install was done on a second hard drive that eventually failed. The EnterpriseDB un-installer was located in the EDB folder, on the failed drive, so it was impossible to use the standard Add/Remove control panel applet. Trying to re-install EDB resulted [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=38&subd=nowiremember&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Lately, I have come across a messed up installation of EnterpriseDB. Basically, the EnterpriseDB install was done on a second hard drive that eventually failed. The EnterpriseDB un-installer was located in the EDB folder, on the failed drive, so it was impossible to use the standard Add/Remove control panel applet. Trying to re-install EDB resulted in the following error:</p>
<p>&#8220;A version of EnterpriseDB 8.3.x already exists. Please back up your database and uninstall this version.&#8221;</p>
<p>In order to remove EnterpriseDB manually, delete the following directory :</p>
<p>Linux:</p>
<p>/root/InstallShield/Universal/&lt;Version&gt;.vpd</p>
<p>Windows:</p>
<p>C:\Program Files\Common Files\InstallShield\Universal\&lt;Version&gt;.vpd</p>
<p>After that, I was able to re-install EDB without problems.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nowiremember.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nowiremember.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nowiremember.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nowiremember.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nowiremember.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nowiremember.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nowiremember.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nowiremember.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nowiremember.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nowiremember.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=38&subd=nowiremember&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nowiremember.wordpress.com/2008/12/03/fixing-an-messed-up-enterprisedb-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b59ff67f01485e9cbe0821340e5c5ae0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nowiremember</media:title>
		</media:content>
	</item>
		<item>
		<title>How To Quickly Check IP Address on Remote Computers?</title>
		<link>http://nowiremember.wordpress.com/2008/10/21/how-to-quickly-check-ip-address-on-remote-computers/</link>
		<comments>http://nowiremember.wordpress.com/2008/10/21/how-to-quickly-check-ip-address-on-remote-computers/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 14:28:42 +0000</pubDate>
		<dc:creator>nowiremember</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://nowiremember.wordpress.com/?p=35</guid>
		<description><![CDATA[Windows does not ship with a command which can be used to quickly check the IP Address information on all the remote computers. You need to use third party tools or a utility to do so. I use Psexec.exe to get this information.
Steps:

Create a Text file named Servers.txt
Paste all the computer names in the Text [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=35&subd=nowiremember&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><!-- &gt;&gt;&gt; -->Windows does not ship with a command which can be used to quickly check the IP Address information on all the remote computers. You need to use third party tools or a utility to do so. I use Psexec.exe to get this information.</p>
<p><strong>Steps:</strong></p>
<ul>
<li>Create a Text file named Servers.txt</li>
<li>Paste all the computer names in the Text file</li>
<li>Run the following command to store IP Information to a Text file:</li>
</ul>
<p><span style="font-size:9pt;font-family:Arial;color:#333333;"> Psexec.exe -@Servers.txt Ipconfig &gt; Result.txt</span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nowiremember.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nowiremember.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nowiremember.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nowiremember.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nowiremember.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nowiremember.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nowiremember.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nowiremember.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nowiremember.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nowiremember.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=35&subd=nowiremember&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nowiremember.wordpress.com/2008/10/21/how-to-quickly-check-ip-address-on-remote-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b59ff67f01485e9cbe0821340e5c5ae0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nowiremember</media:title>
		</media:content>
	</item>
		<item>
		<title>How to run your own application when Windows Starts?</title>
		<link>http://nowiremember.wordpress.com/2008/09/17/how-to-run-your-own-application-when-windows-starts/</link>
		<comments>http://nowiremember.wordpress.com/2008/09/17/how-to-run-your-own-application-when-windows-starts/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 20:33:59 +0000</pubDate>
		<dc:creator>nowiremember</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nowiremember.wordpress.com/?p=33</guid>
		<description><![CDATA[This article explains a registry entry which you can use to run your application instead of Windows default Shell (Explorer.exe).
By default, the Windows default Shell (Explorer.exe) is initiated to show the user desktop. You can change this behavior by replacing the Explorer.exe with your own application name at the registry. 
Key: HKEY_Local_Machine\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
Entry Name: Shell
Value: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=33&subd=nowiremember&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div id="art-descr">This article explains a registry entry which you can use to run your application instead of Windows default Shell (Explorer.exe).</div>
<p><!-- &gt;&gt;&gt; --><span style="font-size:9pt;color:#333333;font-family:Arial;">By default, the Windows default Shell (Explorer.exe) is initiated to show the user desktop. You can change this behavior by replacing the Explorer.exe with your own application name at the registry. </span></p>
<p><span style="font-size:9pt;color:#333333;font-family:Arial;">Key: <strong><span style="font-family:Arial;">HKEY_Local_Machine\Software\Microsoft\Windows NT\CurrentVersion\Winlogon</span></strong></span></p>
<p><span style="font-size:9pt;color:#333333;font-family:Arial;">Entry Name: <strong><span style="font-family:Arial;">Shell</span></strong></span></p>
<p><span style="font-size:9pt;color:#333333;font-family:Arial;">Value: <strong><span style="font-family:Arial;">Explorer.exe</span></strong></span></p>
<p><span style="font-size:9pt;color:#333333;font-family:Arial;">Replace Explorer.exe with your application name. Please make sure you enter the exact path of the application. You need to ask your users to log off and log on for the changes to take affect.</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nowiremember.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nowiremember.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nowiremember.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nowiremember.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nowiremember.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nowiremember.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nowiremember.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nowiremember.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nowiremember.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nowiremember.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nowiremember.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nowiremember.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=33&subd=nowiremember&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nowiremember.wordpress.com/2008/09/17/how-to-run-your-own-application-when-windows-starts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b59ff67f01485e9cbe0821340e5c5ae0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nowiremember</media:title>
		</media:content>
	</item>
		<item>
		<title>Use netsh to Change Network Conﬁguration Settings</title>
		<link>http://nowiremember.wordpress.com/2008/09/12/use-netsh-to-change-network-con%ef%ac%81guration-settings/</link>
		<comments>http://nowiremember.wordpress.com/2008/09/12/use-netsh-to-change-network-con%ef%ac%81guration-settings/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 13:38:28 +0000</pubDate>
		<dc:creator>nowiremember</dc:creator>
				<category><![CDATA[Windoze XP]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://nowiremember.wordpress.com/?p=31</guid>
		<description><![CDATA[Here’s how it works. First, you dump your network settings to a text file
through the command line, as follows:
netsh -c interface dump &#62; NetworkSettings.txt
This command stores your current network settings in a text file named
NetworkSettings.txt. Now, let’s say you have to reconfigure your machine’s
network settings to repurpose the machine or move it to a different [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=31&subd=nowiremember&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here’s how it works. First, you dump your network settings to a text file<br />
through the command line, as follows:<br />
<strong>netsh -c interface dump &gt; NetworkSettings.txt</strong><br />
This command stores your current network settings in a text file named<br />
NetworkSettings.txt. Now, let’s say you have to reconfigure your machine’s<br />
network settings to repurpose the machine or move it to a different part of<br />
the network. Then, later, if you need to restore your machine’s original net-<br />
work settings, you can simply type the following command and load back in<br />
the previously dumped settings:<br />
<strong>netsh -f NetworkSettings.txt</strong><br />
Note that the destination filename is not important, so you can effectively<br />
create multiple configuration files. You can create and name one for each<br />
network configuration you need. For example, you can use Work.txt for the<br />
office, Home.txt for your home configuration, and something like Client.txt<br />
to hold the values for a network you are temporarily visiting.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nowiremember.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nowiremember.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nowiremember.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nowiremember.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nowiremember.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nowiremember.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nowiremember.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nowiremember.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nowiremember.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nowiremember.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nowiremember.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nowiremember.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=31&subd=nowiremember&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nowiremember.wordpress.com/2008/09/12/use-netsh-to-change-network-con%ef%ac%81guration-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b59ff67f01485e9cbe0821340e5c5ae0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nowiremember</media:title>
		</media:content>
	</item>
		<item>
		<title>Use the command line to change a system&#8217;s DNS suffix</title>
		<link>http://nowiremember.wordpress.com/2008/08/21/use-the-command-line-to-change-a-systems-dns-suffix/</link>
		<comments>http://nowiremember.wordpress.com/2008/08/21/use-the-command-line-to-change-a-systems-dns-suffix/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 17:41:43 +0000</pubDate>
		<dc:creator>nowiremember</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windoze XP]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://nowiremember.wordpress.com/?p=26</guid>
		<description><![CDATA[The following command (and resulting output) will set the DNS suffix by updating  the NV Domain value, which is found in the  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters subkey

If you don&#8217;t want to change the default DNS suffix, but instead modify only  the DNS search list, you can change the SearchList value, which is found at the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=26&subd=nowiremember&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The following command (and resulting output) will set the DNS suffix by updating  the NV Domain value, which is found in the  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters subkey</p>
<p><img class="alignnone size-large wp-image-28" src="http://nowiremember.files.wordpress.com/2008/08/changen-dns-suffix1.png?w=500&#038;h=41" alt="" width="500" height="41" /></p>
<p><span><span>If you don&#8217;t want to change the default DNS suffix, but instead modify only  the DNS search list, you can change the SearchList value, which is found at the  same registry-subkey location. The value can contain multiple entries separated  by commas, such as <em>dom1.com,dom2.com</em>&#8221; First, let&#8217;s view the current value  using the following command (with the resulting output): </span></span></p>
<p><img class="alignnone size-large wp-image-29" src="http://nowiremember.files.wordpress.com/2008/08/changen-dns-suffix2.png?w=500&#038;h=57" alt="" width="500" height="57" /></p>
<p><span><span>Next, use the following command (with the resulting output) to update the  SearchList value:</span></span></p>
<p><img class="alignnone size-large wp-image-27" src="http://nowiremember.files.wordpress.com/2008/08/changen-dns-suffix3.png?w=500&#038;h=56" alt="" width="500" height="56" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nowiremember.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nowiremember.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nowiremember.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nowiremember.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nowiremember.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nowiremember.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nowiremember.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nowiremember.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nowiremember.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nowiremember.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nowiremember.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nowiremember.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=26&subd=nowiremember&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nowiremember.wordpress.com/2008/08/21/use-the-command-line-to-change-a-systems-dns-suffix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b59ff67f01485e9cbe0821340e5c5ae0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nowiremember</media:title>
		</media:content>

		<media:content url="http://nowiremember.files.wordpress.com/2008/08/changen-dns-suffix1.png?w=500" medium="image" />

		<media:content url="http://nowiremember.files.wordpress.com/2008/08/changen-dns-suffix2.png?w=500" medium="image" />

		<media:content url="http://nowiremember.files.wordpress.com/2008/08/changen-dns-suffix3.png?w=500" medium="image" />
	</item>
		<item>
		<title>Create a list of the most-recent computer logons</title>
		<link>http://nowiremember.wordpress.com/2008/08/21/create-a-list-of-the-most-recent-computer-logons/</link>
		<comments>http://nowiremember.wordpress.com/2008/08/21/create-a-list-of-the-most-recent-computer-logons/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 17:37:45 +0000</pubDate>
		<dc:creator>nowiremember</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nowiremember.wordpress.com/?p=22</guid>
		<description><![CDATA[The following script will create a list of your computers&#8217; most-recent logons by  determining the LastLogon value

The following example shows the code input and resulting output on my savilltech  server

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=22&subd=nowiremember&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The following script will create a list of your computers&#8217; most-recent logons by  determining the LastLogon value</p>
<p><img class="alignnone size-large wp-image-23" src="http://nowiremember.files.wordpress.com/2008/08/recent-logons.png?w=500&#038;h=314" alt="" width="500" height="314" /></p>
<p><span><span>The following example shows the code input and resulting output on my savilltech  server</span></span></p>
<p><img class="alignnone size-medium wp-image-24" src="http://nowiremember.files.wordpress.com/2008/08/recent-logons-example.png?w=300&#038;h=143" alt="" width="300" height="143" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nowiremember.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nowiremember.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nowiremember.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nowiremember.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nowiremember.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nowiremember.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nowiremember.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nowiremember.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nowiremember.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nowiremember.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nowiremember.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nowiremember.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=22&subd=nowiremember&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nowiremember.wordpress.com/2008/08/21/create-a-list-of-the-most-recent-computer-logons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b59ff67f01485e9cbe0821340e5c5ae0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nowiremember</media:title>
		</media:content>

		<media:content url="http://nowiremember.files.wordpress.com/2008/08/recent-logons.png?w=500" medium="image" />

		<media:content url="http://nowiremember.files.wordpress.com/2008/08/recent-logons-example.png?w=300" medium="image" />
	</item>
		<item>
		<title>Obtain a report of recent logon values in Windows Server 2008</title>
		<link>http://nowiremember.wordpress.com/2008/08/21/how-can-i-obtain-a-report-of-my-users-most-recent-logon-values-in-windows-server-2008/</link>
		<comments>http://nowiremember.wordpress.com/2008/08/21/how-can-i-obtain-a-report-of-my-users-most-recent-logon-values-in-windows-server-2008/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 15:18:51 +0000</pubDate>
		<dc:creator>nowiremember</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nowiremember.wordpress.com/?p=14</guid>
		<description><![CDATA[A Server 2008 domain controller (DC) can log successful and failed logon  attempts. The following code will create a report of the last logon of the users  in the specified containers

The following example shows the code input and resulting output on my savilltech  server

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=14&subd=nowiremember&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A Server 2008 domain controller (DC) can log successful and failed logon  attempts. The following code will create a report of the last logon of the users  in the specified containers</p>
<p><a href="http://nowiremember.files.wordpress.com/2008/08/lastlogon.png"><img class="alignnone size-medium wp-image-15" src="http://nowiremember.files.wordpress.com/2008/08/lastlogon.png?w=320&#038;h=306" alt="" width="320" height="306" /></a></p>
<p><span><span>The following example shows the code input and resulting output on my savilltech  server</span></span></p>
<p><a href="http://nowiremember.files.wordpress.com/2008/08/lastlogon-example.png"><img class="alignnone size-medium wp-image-20" src="http://nowiremember.files.wordpress.com/2008/08/lastlogon-example.png?w=300&#038;h=133" alt="" width="300" height="133" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nowiremember.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nowiremember.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nowiremember.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nowiremember.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nowiremember.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nowiremember.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nowiremember.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nowiremember.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nowiremember.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nowiremember.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nowiremember.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nowiremember.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nowiremember.wordpress.com&blog=3306874&post=14&subd=nowiremember&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nowiremember.wordpress.com/2008/08/21/how-can-i-obtain-a-report-of-my-users-most-recent-logon-values-in-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b59ff67f01485e9cbe0821340e5c5ae0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nowiremember</media:title>
		</media:content>

		<media:content url="http://nowiremember.files.wordpress.com/2008/08/lastlogon.png?w=300" medium="image" />

		<media:content url="http://nowiremember.files.wordpress.com/2008/08/lastlogon-example.png?w=300" medium="image" />
	</item>
	</channel>
</rss>