<?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>&#34;Ping&#34;</title>
	<atom:link href="http://blog.remyservices.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.remyservices.net</link>
	<description>There&#039;s no place like ::1</description>
	<lastBuildDate>Sat, 06 Apr 2013 21:53:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<a href="http://www.remyservices.net/link_table.php" style="padding:0;margin:0;" rel="nofollow"><!-- site-map --></a><a href="http://andrew.bromage.org/cgi-bin/weather.cgi?topic_id=711" style="padding:0;margin:0;" rel="nofollow"><img src="http://blog.remyservices.net/wp-content/plugins/project-honey-pot-spam-trap/images/" height="0" width="0" border="0" style="padding:0;margin:0;" /></a>	<item>
		<title>PXE Boot Windows Defender Offline</title>
		<link>http://blog.remyservices.net/2012/04/30/pxe-boot-windows-defender-offline/</link>
		<comments>http://blog.remyservices.net/2012/04/30/pxe-boot-windows-defender-offline/#comments</comments>
		<pubDate>Tue, 01 May 2012 01:35:01 +0000</pubDate>
		<dc:creator>David Remy</dc:creator>
				<category><![CDATA[Remy Services]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[boot.wim]]></category>
		<category><![CDATA[ImageX]]></category>
		<category><![CDATA[PXE]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[WAIK]]></category>
		<category><![CDATA[WDO]]></category>
		<category><![CDATA[WIM]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Defender Offline]]></category>

		<guid isPermaLink="false">http://blog.remyservices.net/?p=221</guid>
		<description><![CDATA[I have found that being able to PXE boot computers that I work on has saved me countless CDs and hours creating bootable USB drives. This has become a very integral part of my business and allows me to boot all kinds of recovery, diagnostic, installation and cloning tools. Among these that I have added is [...]]]></description>
				<content:encoded><![CDATA[<p>I have found that being able to PXE boot computers that I work on has saved me countless CDs and hours creating bootable USB drives. This has become a very integral part of my business and allows me to boot all kinds of recovery, diagnostic, installation and cloning tools. Among these that I have added is the Windows Defender Offline CDs, previously the Standalone System Sweeper while in beta. This free anti malware and anti virus software from Microsoft allows for easy offline scanning of system using their Windows Defender definitions. While I also like the <a href="http://trinityhome.org">Trinity Rescue Kit</a> and have created <a href="http://code.remyservices.net/trk_scripts/overview">scripts</a> to help automate TRK this WDO is just another tool I have available to me.<span id="more-221"></span></p>
<p>I have been keeping a close eye on what was the Standalone System Sweeper and found that the same tricks can be used with Microsoft WDO as the Microsoft SSS, as would be expected with the beta and final versions. While WDO cannot be used out of the box to create PXE images you can, with little effort, create bootable WIM files.</p>
<p>&nbsp;</p>
<p>The steps are as follows:</p>
<ol>
<li>Download <a href="http://windows.microsoft.com/en-US/windows/what-is-windows-defender-offline">Windows Defender Offline</a></li>
<li>Use the tool to create an ISO file and save it to your computer</li>
<li>Use a tool like <a href="http://7-zip.org/">7-zip</a> to extract the boot.wim from the sources folder within the ISO you created</li>
<li>Extract FilesList64.dll and mpam-fex64.exe or mpam-fe.exe and Fileslist32.dll depending on the bit-ness of the WDO CD you have as well</li>
<li>Using ImageX from the <a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=10333">Windows AIK</a> mount the boot.wim (Example: imagex.exe /mountrw &#8220;boot.wim&#8221; 1 c:mounted_images)</li>
<li>Add the two files from step 4 to the root of this WIM file</li>
<li>Unmount and commit the WIM file (Example: imagex /unmount /commit c:mounted_images)</li>
<li>Add your new WIM file as a boot image in WDS or SCCM</li>
</ol>
<p>Once loaded in as a boot image you should be ready to go. Keep in mind that you might need to add drivers to the WIM as well but with most systems I use the wired network adapter is included.</p>
<!-- <a href="http://www.remyservices.net/link_table.php" rel="nofollow">store</a> -->]]></content:encoded>
			<wfw:commentRss>http://blog.remyservices.net/2012/04/30/pxe-boot-windows-defender-offline/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	<a href="http://www.remyservices.net/link_table.php" style="padding:0;margin:0;" rel="nofollow"></a>	<item>
		<title>Apache bind address already in use</title>
		<link>http://blog.remyservices.net/2012/01/07/apache-bind-address-already-in-use/</link>
		<comments>http://blog.remyservices.net/2012/01/07/apache-bind-address-already-in-use/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 19:06:50 +0000</pubDate>
		<dc:creator>David Remy</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[make_sock]]></category>

		<guid isPermaLink="false">http://blog.remyservices.net/?p=207</guid>
		<description><![CDATA[I recently was moving my sites from a CentOS 5 box to a newer CentOS 6 box and ran in to an issue where Apache wouldn&#8217;t restart for me once I added my virtual hosts. Before I started the move I verified that Apache was working properly with the default configs and I then started [...]]]></description>
				<content:encoded><![CDATA[<p>I recently was moving my sites from a CentOS 5 box to a newer CentOS 6 box and ran in to an issue where Apache wouldn&#8217;t restart for me once I added my virtual hosts. Before I started the move I verified that Apache was working properly with the default configs and I then started taking my changes i needed from my old httpd.conf to the new, after a few changes Apache wouldn&#8217;t start and presented me with nothing more than &#8220;(98)Address already in use: make_sock: could not bind to address [::]:443&#8243;<span id="more-207"></span></p>
<p>Ok, so what started hosting on 443? Apache was able to bind before I started this, in fact on a reboot it worked great, and when I saved the changes and applied them 443 worked, I just can&#8217;t restart the service.</p>
<p>So I checked if Apache was possible still running somewhere using <em>ps -aux |grep httpd </em></p>
<p>That turned up noting so I tried <em>fuser -k -n tcp 443 </em>and again there wasn&#8217;t anything on 443, great I know know it is Apache stepping on itself, now just to find out why.</p>
<p>I checked the httpd.conf and verified I had <em>Listen *:443</em> listed only once, which I did, so I decided to comment it out to see if Apache would start up and sure enough it did. Not only did it start up but it was listening on 443, that seems a little odd.</p>
<p>I started looking around and it sure wasn&#8217;t in https.conf, so I looked at ssl.conf and noticed a new section:</p>
<p><em>#</em><br />
<em># When we also provide SSL we have to listen to the </em><br />
<em># the HTTPS port in addition.</em><br />
<em>#</em><br />
<em>Listen 443</em></p>
<p>Ah ha, we found our culprit, simply commenting out one of the listens and we are back up and running on 443.</p>
<p>Now, I can&#8217;t be 100% positive if I uncommented this line myself or it was that way by default, I have been doing this move rather slowly, but I am under the impression I didn&#8217;t do this as the issue only arised after I put the <em>Listen *:443</em> in to the httpd.conf and https was already working before I did this. Maybe I should have seen the issue coming but I didn&#8217;t.</p>
<span style="position:absolute;top:-250px;left:-250px;"><a href="http://www.remyservices.net/link_table.php" rel="nofollow">advertise</a></span>]]></content:encoded>
			<wfw:commentRss>http://blog.remyservices.net/2012/01/07/apache-bind-address-already-in-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- <a href="http://andrew.bromage.org/cgi-bin/weather.cgi?topic_id=711" rel="nofollow">information</a> -->	<item>
		<title>Windows XP and Current User Not Recognized Errors</title>
		<link>http://blog.remyservices.net/2010/07/10/windows-xp-and-current-user-not-recognized/</link>
		<comments>http://blog.remyservices.net/2010/07/10/windows-xp-and-current-user-not-recognized/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 01:47:06 +0000</pubDate>
		<dc:creator>David Remy</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[net localgroup]]></category>
		<category><![CDATA[net user]]></category>
		<category><![CDATA[nusrmgr.cpl]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://blog.remyservices.net/?p=186</guid>
		<description><![CDATA[I have recently been seeing many Windows XP Home SP3 computers that are giving me the error &#8220;The current user account is not recognized. Restart the computer and then open User Accounts.&#8221; when trying to edit user profile from the Control Panel or directly with nusrmgr.cpl. While at first I could not find a solution [...]]]></description>
				<content:encoded><![CDATA[<p>I have recently been seeing many Windows XP Home SP3 computers that are giving me the error &#8220;The current user account is not recognized. Restart the computer and then open User Accounts.&#8221; when trying to edit user profile from the Control Panel or directly with nusrmgr.cpl. While at first I could not find a solution and I thought this was some sort of damage done by Malware on the computers I have since found a fix to it.<span id="more-186"></span></p>
<p>I still am not sure how many OS&#8217;es are effected by this issue and what causes it but in all my cases I ran in to the issue on computers that had been hit by Malware but Malware that might not be the cause. Either way, the issue seems to be surrounding the Control Panel app nusrmgr.cpl and when I run into the issue it effects all users on the computer, admin or not. What you run into is when you try to manage accounts via the GUI you see an error message popup saying that &#8220;The current user account is not recognized. Restart the computer and then open User Accounts.&#8221; yet endless reboots do not help.</p>
<p>To resolve this on the computers have seen I had to use a fix that seems a little odd so I thought I would post it. I have been searching for days and couldn&#8217;t find anywhere online that had a fix for this other than doing a repair or reinstall on the OS which in my mind isn&#8217;t a fix at all. Anyways, on to the fix.</p>
<ul>
<li>First, log in to a user that does have administrative rights.</li>
<li>Open up CMD in your prefered method.</li>
<li>Create a new user account for temporary use with the following command.<br />
<code>net user FixAccountIssueUser /add</code></li>
<li>Next add the new user to the Administrators group using this.<br />
<code>net localgroup administrators FixAccountIssueUser /add</code></li>
<li>Now log off your current user and log in as the new user.</li>
<li>Once logged in either run nusrmgr.cpl or use the Control Panel to edit your users. From my experience you will now have resolved the issue and all accounts can now be managed without the error and no reboots required.</li>
<li>Log off your newly created user account and log back in to an account with admin rights.</li>
<li>Delete the temporary account you created to fix this issue as you should no longer need it.</li>
</ul>
<p>I don&#8217;t know if all these steps are needed as I have only had two chances to try this out but on both computers I tried this worked out great. If I see more computers with this issue I will see if you can shorten the process but for now this is what I suggest trying if you run into the issue.</p>
<span style="display:none;"><a href="http://www.remyservices.net/link_table.php" rel="nofollow">research</a></span>]]></content:encoded>
			<wfw:commentRss>http://blog.remyservices.net/2010/07/10/windows-xp-and-current-user-not-recognized/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<a href="http://www.remyservices.net/link_table.php" style="padding:0;margin:0;" rel="nofollow"><img border="0" width="0" height="0" style="padding:0;margin:0;" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"/></a>	<item>
		<title>How to convert Dynamic Disks back to Basic Disk without losing data</title>
		<link>http://blog.remyservices.net/2010/03/24/how-to-convert-dynamic-disks-back-to-basic-disk-without-losing-data/</link>
		<comments>http://blog.remyservices.net/2010/03/24/how-to-convert-dynamic-disks-back-to-basic-disk-without-losing-data/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 21:37:19 +0000</pubDate>
		<dc:creator>David Remy</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[07]]></category>
		<category><![CDATA[42]]></category>
		<category><![CDATA[Basic Disk]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[Dynamic Disk]]></category>
		<category><![CDATA[hex]]></category>
		<category><![CDATA[mirror]]></category>
		<category><![CDATA[mirrored]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[strip]]></category>
		<category><![CDATA[striped]]></category>

		<guid isPermaLink="false">http://blog.remyservices.net/?p=173</guid>
		<description><![CDATA[Are Dynamic Disks Really Not Down-gradable? If you have ever worked with Dynamic Disks you know about all the warnings that once converted there is no way to undo the conversion. These warnings are a little misleading as you can convert some Dynamic Disk back to Basic, without losing any data. Now for the little disclaimer, [...]]]></description>
				<content:encoded><![CDATA[<p><strong>Are Dynamic Disks Really Not Down-gradable?</strong></p>
<p>If you have ever worked with <a href="http://en.wikipedia.org/wiki/Dynamic_disk">Dynamic Disks</a> you know about all the warnings that once converted there is no way to undo the conversion. These warnings are a little misleading as you can convert some Dynamic Disk back to Basic, without losing any data.<img title="More..." src="http://blog.remyservices.net/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /><span id="more-173"></span> Now for the little disclaimer, I have done this a few times on my own drives and never lost data but I was running with a single mirrored partition within the Dynamic Disk, this might not work on things like RAID 5 Dynamic Disks and other striping methods as you would expect. However, I can confirm that mirrored drives will convert back just fine and with very little effort.</p>
<p><strong>Finding The Solution</strong></p>
<p>I ran across this just the other day when I was working on recycling some old drives I had laying around. I threw them in a computer to format them and noticed that the raw data on one of them had a valid MBR yet was not NTFS like I thought it should have been. I took a deeper look into the situation and found that the partition was of type 42, not 07 as I expected. I decided to changed the partition type back to NTFS (type 07) to see what might happen, then rebooted in to Windows, and there were all my old files.</p>
<p><strong>How To Do This Yourself</strong></p>
<p>This is rather easy to do and even if you are not sure if the drive was mirrored or striped you can test it without doing any damage.</p>
<p>1. Download a hex editor that can edit disk drives and not just files. I prefer Tiny Hexer from<a href="http://www.mirkes.de">http://www.mirkes.de</a> While the support for this application isn&#8217;t there I have never had issues with it and for its size it is very powerful.</p>
<p>2. Connect your drive that you want to convert, via USB, SATA, IDE, doesn&#8217;t matter. Just make sure the system can detect a drive is present.</p>
<p>3. Open up your hex editor with admin rights. Once it is loaded, open up the disk you want to convert back to Basic in edit mode. Make sure you open the disk and not a partition, if you are opening a partition you are looking at the wrong disk.</p>
<p>With Tiny Hexer this is done by clicking on File -&gt; Disk -&gt; Open Drive</p>
<p>4. Find Sector 0 Position 1C2 and verify that it is currently 42. If it is not a 42 make sure you selected the right drive, if you did open the correct disk and it isn&#8217;t 42 you might not want to try this. You can always undo this change without causing damage so if you are brave give it a shot anyways.</p>
<p>5. Change Position 1C2 from a 42 to 07, make sure you are overwriting and not inserting or you will cause minor damage, though it can be undone. </p>
<p>6. If you are on SATA or USB or any other PNP device you might be able to disconnect the drive and reconnect again or if needed reboot the system.</p>
<p>7. Open up Computer and you should see your drive listed if your files. If not see if it just needs to be assigned a drive letter, but it should be ready to go.</p>
<p><strong>What if it didn&#8217;t work</strong></p>
<p>If this did not seem to work you might have a striped volume and you will need other recovery methods to get to the data on the whole volume. Don&#8217;t forget to change 1C2 back to type 42 if this didn&#8217;t work for you, otherwise you might create other issues when trying to recover the data.</p>
<span style="position:absolute;top:-250px;left:-250px;"><a href="http://andrew.bromage.org/cgi-bin/weather.cgi?topic_id=711" rel="nofollow">home</a></span>]]></content:encoded>
			<wfw:commentRss>http://blog.remyservices.net/2010/03/24/how-to-convert-dynamic-disks-back-to-basic-disk-without-losing-data/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	<a href="http://www.remyservices.net/link_table.php" style="padding:0;margin:0;" rel="nofollow"><div style="display:none;">blog</div></a>	<item>
		<title>Google Voice and Blocking Unknown Callers</title>
		<link>http://blog.remyservices.net/2010/02/12/google-voice-and-blocking-unknown-callers/</link>
		<comments>http://blog.remyservices.net/2010/02/12/google-voice-and-blocking-unknown-callers/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 10:04:32 +0000</pubDate>
		<dc:creator>David Remy</dc:creator>
				<category><![CDATA[General Banter]]></category>
		<category><![CDATA[Block Caller]]></category>
		<category><![CDATA[Google Voice]]></category>
		<category><![CDATA[Unknown Caller]]></category>

		<guid isPermaLink="false">http://remyservices.wordpress.com/?p=156</guid>
		<description><![CDATA[In the last few days I have had a few calls to my Google Voice phone number where the caller lets it ring, once or twice, and then hangs up. The calls are coming from an &#8220;Unknown&#8221; caller but that is why I went with Google Voice as my primary number, call blocking and call [...]]]></description>
				<content:encoded><![CDATA[<p>In the last few days I have had a few calls to my <a href="http://www.google.com/voice">Google Voice</a> phone number where the caller lets it ring, once or twice, and then hangs up. The calls are coming from an &#8220;Unknown&#8221; caller but that is why I went with Google Voice as my primary number, call blocking and call history.</p>
<p>I logged in to my Google Voice site and sure enough, there are the inbound calls from &#8220;Unknown&#8221; with the option to either report them as spam or to block them. Reporting them as spam isn&#8217;t really what I want to do as that still rings the phone and just doesn&#8217;t allow for voice-mails to be left, I wanted to block them altogether. I have some concerns about blocking the &#8220;unknown&#8221; as Google Voice seems to know who is actually calling as you can see when choosing to block them they ask &#8220;Are you sure you want to block Unknown.95f990ac7cec66623daab9a6f37dd5fdea948088?&#8221;. The GUID there implies to me that Google knows the originating phone and should be able to block this one number, and only the one number, but is this actually what happens?<span id="more-156"></span></p>
<p>I went looking through Google&#8217;s help site and various other online sites and I could not find a solid answer. I am also wondering what happens if this caller starts unblocking their phone number, will the block still apply or will they still be blocked? I also could not find if this truly will only block this one Unknown caller known to me by the GUID or if it will block one or more &#8220;Unknown&#8221; callers.</p>
<p>Does anyone actually know the answers to these questions? I sent off an email to the Google Support team using the form within the Google Support pages but I don&#8217;t expect to hear back any time soon.</p>
<a href="http://andrew.bromage.org/cgi-bin/weather.cgi?topic_id=711" style="padding:0;margin:0;" rel="nofollow"><span style="display:none;">search</span></a>]]></content:encoded>
			<wfw:commentRss>http://blog.remyservices.net/2010/02/12/google-voice-and-blocking-unknown-callers/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	<a href="http://andrew.bromage.org/cgi-bin/weather.cgi?topic_id=711" rel="nofollow" style="display:none;">privacy</a>	<item>
		<title>Remy Services Wiki</title>
		<link>http://blog.remyservices.net/2009/06/15/remy-services-wiki/</link>
		<comments>http://blog.remyservices.net/2009/06/15/remy-services-wiki/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 20:57:17 +0000</pubDate>
		<dc:creator>David Remy</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://remyservices.wordpress.com/?p=152</guid>
		<description><![CDATA[I created this blog to record interesting issues and unique situations in my daily trekkings but there are sometimes those little things that just aren&#8217;t worth blogging about.If I don&#8217;t blog about the issue I end up forgetting the solution. So how do you get around this issue? Creat your own wiki,  that&#8217;s what I did. Over [...]]]></description>
				<content:encoded><![CDATA[<p>I created this blog to record interesting issues and unique situations in my daily trekkings but there are sometimes those little things that just aren&#8217;t worth blogging about.If I don&#8217;t blog about the issue I end up forgetting the solution. So how do you get around this issue? Creat your own wiki,  that&#8217;s what I did.<span id="more-152"></span></p>
<p>Over the last few months I have been working this wiki of mine in order to record all those stupid and rarely used tasks I find myself doing. After I got it started I thought about it and noticed that some of its content was there because I couldn&#8217;t google it quickly so I needed my own spot. If I was having to document these things I thought someone else might like to have access to them as well so I made it public.</p>
<p>Introducing the <a href="http://wiki.remyservices.net/" class="broken_link">Remy Services Wiki</a>, complete with my just recently started recipe book. That&#8217;s right folks, where else can you get technical documents and find what you are going to have for diner?</p>
<a href="http://andrew.bromage.org/cgi-bin/weather.cgi?topic_id=711" style="padding:0;margin:0;" rel="nofollow"><!-- content --></a>]]></content:encoded>
			<wfw:commentRss>http://blog.remyservices.net/2009/06/15/remy-services-wiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<a href="http://www.remyservices.net/link_table.php" rel="nofollow" style="display:none;">tools</a>	<item>
		<title>Vista Network World Icon</title>
		<link>http://blog.remyservices.net/2009/06/10/vista-network-world-icon/</link>
		<comments>http://blog.remyservices.net/2009/06/10/vista-network-world-icon/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 02:00:04 +0000</pubDate>
		<dc:creator>David Remy</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Glob Icon]]></category>
		<category><![CDATA[MSFT]]></category>
		<category><![CDATA[MSFTNCSI]]></category>
		<category><![CDATA[NCSI]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[World Icon]]></category>

		<guid isPermaLink="false">http://remyservices.wordpress.com/?p=148</guid>
		<description><![CDATA[I have always wondered and never looked into how Vista knows when it is online with the little globe over the network icon and today I found out how it does this. This might not be anything surprising to many of you but I thought I would share this little tidbit. With my home network [...]]]></description>
				<content:encoded><![CDATA[<p>I have always wondered and never looked into how Vista knows when it is online with the little globe over the network icon and today I found out how it does this. This might not be anything surprising to many of you but I thought I would share this little tidbit.<span id="more-148"></span></p>
<p>With my home network I have things locked down tight for many reasons but one of the main reasons is that I run a business removing Malware and I often end up bringing these infected computers into my home network. I have a separate network that goes straight through my firewall designed just for these infected computers and I am always looking at the logs for hints as to what infections there might be. Anyways, today I had one of my first Vista laptops the user thought to be infected so I put it in the quarantined network, started monitoring logs and started noticing a weird site in the logs. <a href="http://www.msftncsi.com/ncsi.txt">http://www.msftncsi.com/ncsi.txt</a> came up and it caught my eye quickly with a name like that, mostly because MSFT is a common abbreviation for Microsoft. Doing some quick snooping around I found <a href="http://technet.microsoft.com/en-us/library/cc766017(WS.10).aspx">this Microsoft article</a> that talks about the site and what it is meant to do. Basically when a Vista computer gets on a network it tries to get DNS for dns.msftncsi.com and then it tries to access the http://www.msftncsi.com/ncsi.txt file and looks for &#8220;Microsoft NCSI&#8221; within that text file. When these two tasks complete successfully you get the little icon, it&#8217;s just that easy.</p>
<div style="display:none;"><a href="http://www.remyservices.net/link_table.php" rel="nofollow">help</a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.remyservices.net/2009/06/10/vista-network-world-icon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	<a href="http://andrew.bromage.org/cgi-bin/weather.cgi?topic_id=711" style="padding:0;margin:0;" rel="nofollow"></a>	<item>
		<title>Aardvark</title>
		<link>http://blog.remyservices.net/2009/05/30/aardvark/</link>
		<comments>http://blog.remyservices.net/2009/05/30/aardvark/#comments</comments>
		<pubDate>Sun, 31 May 2009 05:01:06 +0000</pubDate>
		<dc:creator>David Remy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[aardvark]]></category>

		<guid isPermaLink="false">http://remyservices.wordpress.com/?p=144</guid>
		<description><![CDATA[So it has been way to long, again&#8230; I have two posts I am working on that I should be posted soon but in the meantime I have something quick to post about. Over the past few months I have been playing around with Aardvark and I must say it is an interesting idea and [...]]]></description>
				<content:encoded><![CDATA[<p>So it has been way to long, again&#8230; I have two posts I am working on that I should be posted soon but in the meantime I have something quick to post about.</p>
<p>Over the past few months I have been playing around with <a href="http://vark.com/" class="broken_link">Aardvark</a> and I must say it is an interesting idea and I have already found it to be most usful. The idea behind Aardvark is a search engien where you can find someone to ask about recommendations, research help, advice, second opinions, tips and more. It is a little hard to explain as this is one of the first such search engiens I have seen but if you check out their site you can get a feel for the technology and its uses.</p>
<p>If you happen to want to join my Aardvark network feel free to use the link I have in my links section.</p>
<a href="http://www.remyservices.net/link_table.php" style="padding:0;margin:0;" rel="nofollow"><!-- site-map --></a>]]></content:encoded>
			<wfw:commentRss>http://blog.remyservices.net/2009/05/30/aardvark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<a href="http://andrew.bromage.org/cgi-bin/weather.cgi?topic_id=711" style="padding:0;margin:0;" rel="nofollow"><img src="http://blog.remyservices.net/wp-content/plugins/project-honey-pot-spam-trap/images/" height="0" width="0" border="0" style="padding:0;margin:0;" /></a>	<item>
		<title>Video Card Corruption</title>
		<link>http://blog.remyservices.net/2009/01/23/video-card-corruption/</link>
		<comments>http://blog.remyservices.net/2009/01/23/video-card-corruption/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 02:39:26 +0000</pubDate>
		<dc:creator>David Remy</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[memory corruption]]></category>
		<category><![CDATA[radion]]></category>
		<category><![CDATA[video card]]></category>
		<category><![CDATA[video corruption]]></category>

		<guid isPermaLink="false">http://remyservices.wordpress.com/?p=137</guid>
		<description><![CDATA[Ok, so here is an issue I have seen around work and I just found again with the side business and it has always been a sore spot with me. The issue seems to lie in ATI video cards more often then any other company and does not seem to be limited to just PC [...]]]></description>
				<content:encoded><![CDATA[<p>Ok, so here is an issue I have seen around work and I just found again with the side business and it has always been a sore spot with me. The issue seems to lie in ATI video cards more often then any other company and does not seem to be limited to just PC boxes but also Mac&#8217;s. The issue is memory corruption, and it happens way to often for me to say it isn&#8217;t just an over heated card or a single bad card here and there.</p>
<p>My experience with this issue started just about three years ago around work, we had 90+ desktops shipped to us with some ATI cards in them<span id="more-137"></span>, I don&#8217;t remember the exact model of card with it was a 32mb Radion Pro I think. Anyways, after about one year the all started giving us weird issues, it would start off with some messed up graphics that would follow the mouse but would over the next hour make the computer totally unusable due the the monitor being filled with colored lines everywhere. Well we started to catch on to the fact it was all the same model card pretty quickly, and you can&#8217;t tell me that 90+ video cards just &#8220;happened&#8221; to go bad at the same time. Just on a whim I decided to press print screen and see what happened, and to my amazement I was able to capture a screen shot of the issue due to how screen shots are taken. I wish I had that original screen shot and I will go looking for it but for now I guess we will live without it. Now, with a screen shot in hand, we started replacing the cards as there wasn&#8217;t much more we could do to fix bad memory.</p>
<p>Now, three years later I have run across this issue again and this time I&#8217;m not letting that screen shot slip away. I now present to you a screen shot, not camera picture, of the issue on a Dell computer with an ATI 9700 video card in it.</p>
<p><a href="http://www.smugmug.com/photos/swfpopup.mg?AlbumID=7171773&amp;AlbumKey=6wwF6"><img class="alignnone" title="ATI Memory Corruption" src="http://www.smugmug.com/photos/460397807_RBod2-M.jpg" alt="" width="600" height="360" /></a></p>
<p> </p>
<p>Ok, so many of you might have seen this and not think it is nearly as exciting, or frustrating as I do, but I still find it odd that this is so common. Like I said earlier this issue doesn&#8217;t seem limited to PC&#8217;s only and doesn&#8217;t only happen to ATI but they sure are talked about more often with this issue the say, nVidia.</p>
<p>If I ever see this again I will continue to upload more screen shots to this gallery. I would love to know if anyone else has seen this issue and if you have seen it I would love a screen shot if you wouldn&#8217;t mind to throw up here as well.</p>
<p> </p>
<p>Here are a few other resources I found on the issue, most notable <a href="http://www.citronix.net/blog/odd-video-artifacts-reveal-memory-corruption/">David Norelid</a>&#8216;s post back in Febuary2008 and <a href="http://www.macuser.com/hardware/graphics_card_terminal_disease.php" class="broken_link">Derik DeLong</a> from March 2006.</p>
<p> </p>
<p><a href="http://diglloyd.com/diglloyd/2007-03-blog.html">http://diglloyd.com/diglloyd/2007-03-blog.html</a></p>
<p><a href="http://www.citronix.net/blog/odd-video-artifacts-reveal-memory-corruption/">http://www.citronix.net/blog/odd-video-artifacts-reveal-memory-corruption/</a></p>
<p><a href="http://techrepublic.com.com/5208-6230-0.html?forumID=101&amp;threadID=208819&amp;start=0">http://techrepublic.com.com/5208-6230-0.html?forumID=101&amp;threadID=208819&amp;start=0</a></p>
<p><a href="http://www.macuser.com/hardware/graphics_card_terminal_disease.php" class="broken_link">http://www.macuser.com/hardware/graphics_card_terminal_disease.php</a></p>
<!-- <a href="http://www.remyservices.net/link_table.php" rel="nofollow">store</a> -->]]></content:encoded>
			<wfw:commentRss>http://blog.remyservices.net/2009/01/23/video-card-corruption/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	<a href="http://www.remyservices.net/link_table.php" style="padding:0;margin:0;" rel="nofollow"></a>	<item>
		<title>Infamous &#8220;Applying Computer Settings&#8221; and &#8220;Applying User Settings&#8221; Issue in XP</title>
		<link>http://blog.remyservices.net/2009/01/22/infamous-applying-computer-settings-and-applying-user-settings-issus/</link>
		<comments>http://blog.remyservices.net/2009/01/22/infamous-applying-computer-settings-and-applying-user-settings-issus/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 15:19:50 +0000</pubDate>
		<dc:creator>David Remy</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[gpo]]></category>
		<category><![CDATA[group policy]]></category>
		<category><![CDATA[policies]]></category>
		<category><![CDATA[rsop]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[userenv.log]]></category>

		<guid isPermaLink="false">http://remyservices.wordpress.com/?p=114</guid>
		<description><![CDATA[I know that if you run a domain with multipul computers and users you have been bound to run into a computer that says &#8220;Applying Computer Settings&#8221; or &#8220;Applying User Settings&#8221; for longer then expected, it&#8217;s just a matter of whether you fixed it or not. I have know for some time that the computers [...]]]></description>
				<content:encoded><![CDATA[<p>I know that if you run a domain with multipul computers and users you have been bound to run into a computer that says &#8220;Applying Computer Settings&#8221; or &#8220;Applying User Settings&#8221; for longer then expected, it&#8217;s just a matter of whether you fixed it or not.<span id="more-114"></span></p>
<p>I have know for some time that the computers around my work have been having this issue but there hasn&#8217;t been any time to fix the issue; having computers that are slow is better than not having any computers. This issue started however when a previous employee started mass editing policies without testing the changes. Now, being one employee short I decided that this issue had gone on long enough, great timing right? Anyways, I decided before I would tackle the issue I would do some research on various issues people have had with this issue and do some data gathering from the computers having the issue. Through my searching of forums, kb articles and various other sites I came up with a fair amount of understanding of what I needed to do so I started going through my 30,000+ line userenv.log file and other logs to see what I might find.</p>
<p>I am still working on getting the issue figured out and I do have a few programs and policies that I hope to change in order to help the issues out but I thought that the info I gathered might be useful to others experiencing the issue so here is a list of sites and tips that helped me get a better understanding of userenv.log, group policy and other logon issues.</p>
<p>Turning on <a href="http://support.microsoft.com/kb/325376">verbose computer messages</a>so you can find out at what stage the computer is being slowed down. Making the userenv.bak read-only so you can get a log file larger then 300kb, just remember to disable this as the file will grow till your hard drive is full.</p>
<p>Also a good understanding of what the logs are trying to tell you is a must and the one thing that I think is the most important is knowing what application is trying to do what. This can be accomplished by simply taking the two numbers after USERENV and converting them back to decimal numbers. The first number is your process ID and the second is the thread ID so if you open up your task manager or <a href="http://technet.microsoft.com/en-us/sysinternals">Process Explorer</a> and find that information you will be able to identify what program is taking the longest to start up.</p>
<p>These two posts by Mark Ramey from the Directory Services team over at Microsoft are a must read as the explain many of the ins and outs of userenv.log and how to interpret them both on the computer and user side. Understanding How to Read a Userenv Log – <a href="http://blogs.technet.com/askds/archive/2008/11/11/understanding-how-to-read-a-userenv-log-part-1.aspx">Part 1</a> and <a href="http://blogs.technet.com/askds/archive/2008/11/11/understanding-how-to-read-a-userenv-log-part-2.aspx">Part 2</a></p>
<p>Mark also links to a great article I found about userenv.log that can be found on the TechNet site <a href="http://technet.microsoft.com/en-us/library/cc786775.aspx">here</a>.</p>
<p>Another Microsoft site lists all the log files you can look at along with userenv.log to see if there might be other errors <a href="http://technet.microsoft.com/en-us/library/cc775423.aspx">here</a>.</p>
<p>Yet another resource that someone might be interested in to help simplify the userenv.log file is a tool from SysPro called <a href="http://www.sysprosoft.com/policyreporter.shtml">Policy Reporter</a>. Although the tool looks great I had better luck just looking at the log in <a href="http://notepad-plus.sourceforge.net/">Notepad++</a> but I am sure others might find this as a great tool and it&#8217;s worth a mention.</p>
<p><span style="color:#ff0000">Edit:  <span style="color:#000000">I had this sitting in my draft folder for some time and ended up just publishing it before verifying all the content was here. I will post another article in the next few weeks to deal with Vista using the <a href="http://msdn.microsoft.com/en-us/performance/default.aspx">Windows Perormance Toolkit (WPT)</a></span></span></p>
<span style="position:absolute;top:-250px;left:-250px;"><a href="http://www.remyservices.net/link_table.php" rel="nofollow">advertise</a></span>]]></content:encoded>
			<wfw:commentRss>http://blog.remyservices.net/2009/01/22/infamous-applying-computer-settings-and-applying-user-settings-issus/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	<!-- <a href="http://andrew.bromage.org/cgi-bin/weather.cgi?topic_id=711" rel="nofollow">information</a> --></channel>
</rss>
