<?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>Mike Norman&#039;s Blog &#187; IT</title>
	<atom:link href="http://www.neondemon.com/archives/category/technology/it/feed" rel="self" type="application/rss+xml" />
	<link>http://www.neondemon.com</link>
	<description>Mike Is Amazing!</description>
	<lastBuildDate>Wed, 28 Jul 2010 16:57:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to Sync Win2008 server time with NTP (and others)</title>
		<link>http://www.neondemon.com/archives/how-to-sync-win2008-server-time-with-ntp-and-others</link>
		<comments>http://www.neondemon.com/archives/how-to-sync-win2008-server-time-with-ntp-and-others#comments</comments>
		<pubDate>Wed, 28 Jul 2010 16:57:47 +0000</pubDate>
		<dc:creator>NeonDemon</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=2089</guid>
		<description><![CDATA[I recently noticed that out domain time was drifting about 5 seconds a week, not a big deal for a while but if it gets too out of sync we would start having Kerberos issues, so better fix it now before we start seeing problems. Here&#8217;s what i did to get our domain back on [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I recently noticed that out domain time was drifting about 5 seconds a week, not a big deal for a while but if it gets too out of sync we would start having Kerberos issues, so better fix it now before we start seeing problems. Here&#8217;s what i did to get our domain back on the proper time (and keep it that way)</p>
<p>First off go to your DCHP serve, open DHCP, select ipv4, right click &#8220;Server Options&#8221;,Check 004 Time Servers and type the IP address for the server you want to be the time server (strongly recommend you use your Primary Domain Controller)</p>
<p>Now open up your PDC, and run &#8220;CMD&#8221; as an administrator and type the following commans:</p>
<blockquote><p>w32tm /config /manualpeerlist:&#8221;0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org&#8221;,0&#215;4 /syncfromflags:MANUAL</p>
<p>net stop w32time<br />
net start w32time</p>
<p>w32tm /resync /rediscover</p></blockquote>
<p>That will set round robin time checks with 0.pool.ntp.org,1.pool.ntp.org,and 2.pool.ntp.org. the second set will restart the time service, and the third forces a sync. you should be all set and as your computers renew their dhcp leases they will start getting their time from your time server! if you need to force a computer to update its time you can use the &#8220;w32tm /resync /rediscover&#8221; command.</p>
<p>If you want to use a different time server just replace the *.pool.ntp.org with one of <a href="http://tf.nist.gov/tf-cgi/servers.cgi">these servers</a></p>
<p>Enjoy!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/how-to-sync-win2008-server-time-with-ntp-and-others/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 server stuck on &#8220;applying computer settings&#8221;</title>
		<link>http://www.neondemon.com/archives/exchange-2010-server-stuck-on-applying-computer-settings</link>
		<comments>http://www.neondemon.com/archives/exchange-2010-server-stuck-on-applying-computer-settings#comments</comments>
		<pubDate>Tue, 15 Jun 2010 13:28:58 +0000</pubDate>
		<dc:creator>NeonDemon</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[applying computer settings]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Windows 2008 Server]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=2076</guid>
		<description><![CDATA[If your exchange 2010 server is stuck on Applying Computer Settings during boot up it could be any number of things! First off make sure that noone recently disabled IPv6, that can screw up alot of things. if that has recently happened boot into safemode with networking, and re-enable IPv6. Another cause could be if someone has brought up [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If your exchange 2010 server is stuck on Applying Computer Settings during boot up it could be any number of things! First off make sure that noone recently disabled IPv6, that can screw up alot of things. if that has recently happened boot into safemode with networking, and re-enable IPv6. Another cause could be if someone has brought up another exchange server on your domain. You really hafto get the configuration perfect on the new exchange server before rebooting the original. otherwise the original willnot boot properly. if this may be the cause just shut down the new server and reboot the original. once it safely boots up you can bring the new one back up aswell.</p>
<p>Another possible issue is that your server was never placed in the proper groups. Check to make sure your exchange server is a member of the following:</p>
<blockquote><p>Domain Computers, Exchange Domain Servers, Exchange Enterprise Servers, Exchange Servers</p></blockquote>
<p>It may be different if your on a forest, but this is what solved the problem for me! If you have anything to add or need any help please comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/exchange-2010-server-stuck-on-applying-computer-settings/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Failed To Install Due To Pending Reboot</title>
		<link>http://www.neondemon.com/archives/failed-to-install-due-to-pending-reboot</link>
		<comments>http://www.neondemon.com/archives/failed-to-install-due-to-pending-reboot#comments</comments>
		<pubDate>Tue, 25 May 2010 18:54:10 +0000</pubDate>
		<dc:creator>NeonDemon</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Pending reboot]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[SQL server 2008]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=2066</guid>
		<description><![CDATA[Ive run across this issue several times, and with several installs. the story always goes like this, Cannot install X software because the system is waiting to reboot. and obviously a reboot doesn&#8217;t clear it or i wouldn&#8217;t be posting about it. The software that prompted me to post this was SQL server 2008. Heres [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Ive run across this issue several times, and with several installs. the story always goes like this, Cannot install X software because the system is waiting to reboot. and obviously a reboot doesn&#8217;t clear it or i wouldn&#8217;t be posting about it. The software that prompted me to post this was SQL server 2008.<br />
Heres how to fix the error. we need to open up Regedit by clicking start (then run) and typing &#8220;regedit&#8221; and hitting enter. Now navigate to the following key</p>
<blockquote><p>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager<br />
\PendingFileRenameOperations</p></blockquote>
<p>There will probably be several files listed in there, just edit the key and delete them all. Then restart the installation of whatever software it was, and it should get past that step!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/failed-to-install-due-to-pending-reboot/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error 0x8099319e When converting Physical to Virtual (SCVMM)</title>
		<link>http://www.neondemon.com/archives/error-0x8099319e-when-converting-physical-to-virtual-scvmm</link>
		<comments>http://www.neondemon.com/archives/error-0x8099319e-when-converting-physical-to-virtual-scvmm#comments</comments>
		<pubDate>Wed, 12 May 2010 17:12:07 +0000</pubDate>
		<dc:creator>NeonDemon</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Physical to Virtual]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[VMM]]></category>
		<category><![CDATA[Windows 2008 Server]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=2064</guid>
		<description><![CDATA[Ive been playing with converting some of our physical servers into virtual machines lately using the System Center Virtual Machine Manager. its actually surprisingly easy! but occasionally on some of our web servers i would get the following errors: Error (3154) An internal error has occurred trying to contact an agent on the server. (Internal [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Ive been playing with converting some of our physical servers into virtual machines lately using the System Center Virtual Machine Manager. its actually surprisingly easy! but occasionally on some of our web servers i would get the following errors:</p>
<blockquote><p>Error (3154)<br />
An internal error has occurred trying to contact an agent on the <servername> server.<br />
 (Internal error code: 0x8099319E)<br />
Recommended Action<br />
Ensure the agent is installed and running. Ensure the WMI service is installed and running, then restart the agent.</servername></p></blockquote>
<p>and</p>
<blockquote><p>Error (2910)<br />
VMM does not have appropriate permissions to access the resource  on the <servername> server.<br />
 (Access is denied (0&#215;80070005)<br />
Recommended Action<br />
Ensure that Virtual Machine Manager has the appropriate rights to perform this action.</servername></p></blockquote>
<p>It turned out this was due (for the most part) to port 443 being used by apache and other programs, If anything is listening on 443 it will throw a wrench into the P-V process. so you can try killing apache and all, and sometimes that works. i killed everything listening on port 443 then ran a &#8220;NETSTAT -ANB&#8221; to see if anything else was listening, came up that nothing was. so i ran it again and it failed. If your experiencing anything similar here is the solution:</p>
<p>1. Open Regedit.exe. on the physical machine (Not the SCVMM server)<br />
2. Navigate to the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft System Center Virtual Machine Manager Server\Setup<br />
3. Change the DWORD value &#8220;P2VBITSTcpPort&#8221;  to a port number less than 32768. (i used 32485, but aslong as its a unused port you&#8217;ll be fine)<br />
4. Restart the Virtual Machine Manager P2V Agent service.<br />
5. Retry the job on the SCVMM server</p>
<p>That will change the default port that the Virtual Machine Manager P2V agent uses. If you have any questions let me know! Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/error-0x8099319e-when-converting-physical-to-virtual-scvmm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to fix &#8220;Invalid Disk&#8221; error in Windows 7</title>
		<link>http://www.neondemon.com/archives/how-to-fix-invalid-disk-error-in-windows-7</link>
		<comments>http://www.neondemon.com/archives/how-to-fix-invalid-disk-error-in-windows-7#comments</comments>
		<pubDate>Sat, 17 Apr 2010 05:36:37 +0000</pubDate>
		<dc:creator>NeonDemon</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[Invalid Disk]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=2060</guid>
		<description><![CDATA[Ive been running windows 7 for a while now, and decided to pull some data off of old hard drives. I plugged in one of my ata drives though a usb device and the disk management said it was an invalid disk. i tried taking it off line and bringing it back online and that [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Ive been running windows 7 for a while now, and decided to pull some data off of old hard drives. I plugged in one of my ata drives though a usb device and the disk management said it was an invalid disk. i tried taking it off line and bringing it back online and that just crashed disk management. I did have the option to convert it to a basic disk but that would wipe all data! So here&#8217;s what i did to fix it and keep my precious data!<br />
First i downloaded <a href="http://mh-nexus.de/en/hxd/">HxD</a> its a free Hex editor. once its installed open the problem disk by clicking &#8220;Extras&#8221; then &#8220;Open Disk&#8221; Make sure you open the right disk! your disk management will list your disks starting with 0, this tool will start with 1. this is very important as you could seriously fuck shit up if you don&#8217;t do this proper <img src='http://www.neondemon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Also, the default option is to open the disk read only, your going to want to uncheck that when your ready to fix your &#8220;Invalid disk&#8221;.<br />
So we&#8217;ve got the broken disk open, scroll down to offset 1C0(the row) and look in the 02 column. that cell should read &#8220;42&#8243; which means Dynamic disk, Change it to &#8220;07&#8243; and save changes. if your using this drive externally unplug it and plug it back in. otherwise reboot your computer.<br />
That should have re initialized the disk and it will now be readable. if not go into disk management and take the disk offline then bring it back online. and the best part No Data Loss!!! Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/how-to-fix-invalid-disk-error-in-windows-7/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Move Outlook Auto Complete Address List</title>
		<link>http://www.neondemon.com/archives/how-to-move-outlook-auto-complete-address-list</link>
		<comments>http://www.neondemon.com/archives/how-to-move-outlook-auto-complete-address-list#comments</comments>
		<pubDate>Tue, 16 Mar 2010 16:21:42 +0000</pubDate>
		<dc:creator>NeonDemon</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Address List]]></category>
		<category><![CDATA[auto complete]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=2044</guid>
		<description><![CDATA[A while back i had users complaining that they no longer had their drop down address list when they were sending email in outlook. You know that list that drops down when you start typing the name of your intended recipient? If your not using folder redirection this is how to move that list form [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A while back i had users complaining that they no longer had their drop down address list when they were sending email in outlook. You know that list that drops down when you start typing the name of your intended recipient? If your not using folder redirection this is how to move that list form one computer to another:<br />
First off go to the computer that already has the auto complete list on it. close outlook and go to:</p>
<blockquote><p>For Windows XP: &#8220;C:\Documents and Settings\<username>\Application Data\Microsoft\Outlook\&#8221;<br />
For Windows 7: &#8220;%appdata%\Microsoft\Outlook\&#8221;</username></p></blockquote>
<p> show hidden files and locate the .NK2 file (it&#8217;ll prob be called Outlook.NK2). that&#8217;s the file containing the auto complete address list. Just copy this file to the same directory on the new computer (If your switching to 7 follow the windows 7 path above) and the list will be transferred! Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/how-to-move-outlook-auto-complete-address-list/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip: How to move Bookmarks in Firefox</title>
		<link>http://www.neondemon.com/archives/quick-tip-how-to-move-bookmarks-in-firefox</link>
		<comments>http://www.neondemon.com/archives/quick-tip-how-to-move-bookmarks-in-firefox#comments</comments>
		<pubDate>Tue, 16 Mar 2010 13:35:18 +0000</pubDate>
		<dc:creator>NeonDemon</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Admin Shares]]></category>
		<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=2041</guid>
		<description><![CDATA[So when swapping out a users computer, if you don&#8217;t have folder redirection setup you&#8217;ll need to manually move their bookmarks and all over to their new compy. this is easy with IE, but with Firefox its a little different. Everything you&#8217;ve configed in Firefox is located in one directory that you can just copy [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>So when swapping out a users computer, if you don&#8217;t have folder redirection setup you&#8217;ll need to manually move their bookmarks and all over to their new compy. this is easy with IE, but with Firefox its a little different. Everything you&#8217;ve configed in Firefox is located in one directory that you can just copy paste to the new computer. That magical directory is:</p>
<blockquote><p>%APPDATA%\Mozilla\Firefox\Profiles\</p></blockquote>
<p>If you want to move Everything just copy the contents of the profile folder in that directory to the same directory on the new computer. if you want to pick and choose these are the files of interest:<br />
places.sqlite &#8211; Bookmarks and history<br />
key3.db &#8211; Key database for your saved passwords (if you move your passwords, you gotta move this file too)<br />
signons.sqlite &#8211; Saved passwords<br />
cookies.sqlite &#8211; All your cookies</p>
<p>All these files can be moved while firefox is running using \\computername\c$ style admin shares! Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/quick-tip-how-to-move-bookmarks-in-firefox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Migrate DHCP from 2003 to 2008</title>
		<link>http://www.neondemon.com/archives/how-to-migrate-dhcp-from-2003-to-2008</link>
		<comments>http://www.neondemon.com/archives/how-to-migrate-dhcp-from-2003-to-2008#comments</comments>
		<pubDate>Mon, 01 Feb 2010 17:53:48 +0000</pubDate>
		<dc:creator>NeonDemon</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[Windows 2003 Server]]></category>
		<category><![CDATA[Windows 2008 Server]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=2023</guid>
		<description><![CDATA[I just moved DHCP services from a Windows 2003 server that&#8217;s about to be decommissioned to a new Windows 2008 server during office hours with no service interruptions; the scope, reservations and all were moved over to the new server with no issues. here&#8217;s how i did it: First log into your 2003 DHCP server [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I just moved DHCP services from a Windows 2003 server that&#8217;s about to be decommissioned to a new Windows 2008 server during office hours with no service interruptions; the scope, reservations and all were moved over to the new server with no issues. here&#8217;s how i did it:</p>
<p>First log into your 2003 DHCP server with an administrator account.  click start, run, type &#8220;cmd&#8221; and hit enter. in the command prompt type</p>
<blockquote><p>netsh dhcp server export C:\dhcp.txt all</p></blockquote>
<p>That will back up all your DHCP settings to the specified location, in this case &#8220;C:\dhcp.txt&#8221;.<br />
Next up login to your soon to be 2008 DHCP server as an administrator and copy the dhcp.txt file over to the c: drive. now verify that you have the DHCP role running, and open up another cmd window, but this time type</p>
<blockquote><p>netsh dhcp server import C:\dhcp.txt all</p></blockquote>
<p>That should do it! just shut down the old DHCP service and your migrated!<br />
Note: my first try i did get this message:</p>
<blockquote><p>Error while importing option &#8220;6.&#8221;<br />
This option conflicts with the existing option &#8220;&#8221; An internal error occurred.</p></blockquote>
<p>Nothing to worry about, just go into your 2008 DHCP settings and remove the server options that were automatically imported. I had to remove my 006 DNS Servers and time server stuff.<br />
If you have any questions or need help leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/how-to-migrate-dhcp-from-2003-to-2008/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Teh Intarwebs Are Doomed!</title>
		<link>http://www.neondemon.com/archives/teh-intarwebs-are-doomed</link>
		<comments>http://www.neondemon.com/archives/teh-intarwebs-are-doomed#comments</comments>
		<pubDate>Fri, 22 Jan 2010 15:44:05 +0000</pubDate>
		<dc:creator>NeonDemon</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[DOOM!!]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[IPv4]]></category>
		<category><![CDATA[IPv6]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=2020</guid>
		<description><![CDATA[Not really, I just love sensational titles! So there’s allot of noise being made recently about the IPv6 changeover; when it should happen, how, etc. and the consensus is that we&#8217;ve already waited too long and we are pretty much boned. That is to say, we don&#8217;t have enough time to make the IPv4 to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Not really, I just love sensational titles! So there’s allot of noise being made recently about the IPv6 changeover; when it should happen, how, etc. and the consensus is that we&#8217;ve already waited too long and we are pretty much boned. That is to say, we don&#8217;t have enough time to make the <a href="http://en.wikipedia.org/wiki/IPv4">IPv4</a> to <a href="http://en.wikipedia.org/wiki/IPv6">IPv6</a> transition go smoothly.<br />
For those of you unfamiliar with how ip addressing and the internet works, more specifically how the numbers are handled. that job falls to the <a href="http://www.nro.net">NRO</a> (Number Resource Organization) which was formed by the RIRs (Regional Internet Registries) to &#8220;protect the unallocated Number Resource pool, to promote and protect the bottom-up policy development process, and to act as a focal point for Internet community input into the RIR system&#8221; which basically means, they’re the guys who release IP blocks and addresses to the IANA (Internet Assigned Numbers Authority) who then hands these over to the RIRs, who will distribute them to the LIR (Local Internet Registries &#8211; usually an ISP), who then gives you the end user your ip address.<br />
Sounds like a big mess but each step is very important for managing our addressing space. So here’s the bad news. The NRO warns that only 10% of the IPv4 addressing space is unused. Meaning, there’s very very little room for more addressing under our current system. DOOMED!!!!!</p>
<p><a href="http://static.arstechnica.com/assets/2010/01/ipv4_space._ars-thumb-640xauto-11566.png" rel="lightbox[2020]"><img class="alignnone" title="Remaining IPv4 Space" src="http://static.arstechnica.com/assets/2010/01/ipv4_space._ars-thumb-640xauto-11566.png" alt="yup, were boned" width="448" height="336" /></a></p>
<p>Well not entirely. IPv6 is here to save the intarwebs! It allows for a possible 340,282,366,920,938,463,463,374,607,431,768,211,456 addressed. So we will not have any issues like this anymore. The next problem will be the conversion. Which if you’re reading this you probably have no control over; this is a job for the big guys to sort out: the ISPS and backbone folk. But one thing is for sure, the transition should already be underway if it was going to go unnoticed. It’s going to be a bumpy road, but by 2012 you should have a whole new IP address to memorize!</p>
<p><span id="more-2020"></span><br />
Some more pretty IPv4 useage history and IPv6 info can be found<a href="http://arstechnica.com/hardware/news/2007/03/IPv6.ars"> here </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/teh-intarwebs-are-doomed/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Windows 7 Admin Folder!</title>
		<link>http://www.neondemon.com/archives/quick-tip-windows-7-admin-folder</link>
		<comments>http://www.neondemon.com/archives/quick-tip-windows-7-admin-folder#comments</comments>
		<pubDate>Mon, 04 Jan 2010 21:33:43 +0000</pubDate>
		<dc:creator>NeonDemon</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Admin Tools]]></category>
		<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=2006</guid>
		<description><![CDATA[As it turns out windows 7 loves you. there is a way to get pretty much every setting on the OS all in one spot. and that is by creating an admin folder! just go wherever you want this, create a new folder, and name it Admin.{ED7BA470-8E54-465E-825C-99712043E01C} Then bask in the majesty that is an [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>As it turns out windows 7 loves you. there is a way to get pretty much every setting on the OS all in one spot. and that is by creating an admin folder! just go wherever you want this, create a new folder, and name it</p>
<blockquote><p>Admin.{ED7BA470-8E54-465E-825C-99712043E01C}</p></blockquote>
<p>Then bask in the majesty that is an easy to use config page!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/quick-tip-windows-7-admin-folder/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
