<?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>Remote Administration For Windows &#187; Windows XP</title>
	<atom:link href="http://www.intelliadmin.com/index.php/category/windows-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.intelliadmin.com</link>
	<description>Windows Network Administration Software</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:36:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Reset the printer spooler remotely</title>
		<link>http://www.intelliadmin.com/index.php/2011/12/reset-the-printer-spooler-remotely/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/12/reset-the-printer-spooler-remotely/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 20:51:15 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Network Administrator]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=4546</guid>
		<description><![CDATA[I got a question from Lewis this week: &#8220;I hope this email finds you well. I have a plotter here at my company, and the driver is really temperamental. At least twice a week the driver crashes, and then all of the jobs get stuck in the spooler. To fix it I need to stop [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/12/reset-the-printer-spooler-remotely/" title="Permanent link to Reset the printer spooler remotely"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/Printer.jpg" width="112" height="99" alt="Post image for Reset the printer spooler remotely" /></a>
</p><p>I got a question from Lewis this week:</p>
<p><em>&#8220;I hope this email finds you well. I have a plotter here at my company, and the driver is really temperamental. At least twice a week the driver crashes, and then all of the jobs get stuck in the spooler. To fix it I need to stop the spooler service, delete all the jobs and start the service again. Is there any easy way to do this remotely with a script? Have a Merry Christmas Steve, and thanks for all the tips&#8221;</em></p>
<p>Good question. A script in this case won&#8217;t always work. This is because with Vista, Windows 7, and 2008 the print spooler folder is restricted. Only the system account can access it. </p>
<p>A way around this is to use our Network Administrator tool. It will remotely execute the script in the system account context.</p>
<p>This is how the script would look if we wanted to stop the print spooler, delete the files, and start it again:<br />
<code><br />
net stop spooler<br />
del %systemroot%\System32\spool\printers\*.shd /q<br />
del %systemroot%\System32\spool\printers\*.spl /q<br />
net start spooler<br />
</code></p>
<p>.shd, and .spl files are print job files. If you delete them, it will wipe away any pending jobs. </p>
<p>You could put this into a bat file, and simply use the remote execute option of Network Administrator. To make it a smoother experience, we created a plugin that will handle everything for you:</p>
<p><img src="http://www.intelliadmin.com/images/Printer%20Spooler%20Reset%20Option.jpg" alt="Reset Printer Remotely"/> </p>
<p>You can also tell it if you want to delete all the pending jobs:</p>
<p><img src="http://www.intelliadmin.com/images/Reset%20Printer%20Delete%20Option.jpg" alt="Reset Printer Delete Optio"/></p>
<p>This can be quite helpful if you have a huge backlog of print jobs:</p>
<p><img src="http://www.intelliadmin.com/images/Printer%20Queue%20Stuck.jpg" alt="Printer Queue Stuck"/></p>
<p>Using Network Administrator to do this is quicker than manually deleting the jobs since it does not have to talk back and forth with the printer driver to do it.</p>
<p>Get your free copy from our download page:</p>
<p><a href="http://www.intelliadmin.com/index.php/downloads/">http://www.intelliadmin.com/index.php/downloads/</a></p>
<p>The free version is free for commercial and personal use. No spyware or adware &#8211; only software goodness.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/12/reset-the-printer-spooler-remotely/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Share wireless settings on a flash drive</title>
		<link>http://www.intelliadmin.com/index.php/2011/06/share-wireless-settings-on-a-flash-drive/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/06/share-wireless-settings-on-a-flash-drive/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 04:18:45 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=3957</guid>
		<description><![CDATA[I like to keep my wireless network secure. Too easy for neighbors to pick up my passwords, and info just by connecting to my network. Worse yet, they could download pirated music or cause all kinds of trouble on my Internet connection. The problem with having a complex password is that it is hard for [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/06/share-wireless-settings-on-a-flash-drive/" title="Permanent link to Share wireless settings on a flash drive"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/Wireless.jpg" width="64" height="65" alt="Post image for Share wireless settings on a flash drive" /></a>
</p><p>I like to keep my wireless network secure. Too easy for neighbors to pick up my passwords, and info just by connecting to my network. Worse yet, they could download pirated music or cause all kinds of trouble on my Internet connection.</p>
<p>The problem with having a complex password is that it is hard for visitors to enter into their computer. Wife has some friends over, they need to use the Internet.</p>
<p>I am at the office. I get the phone call &#8211; &#8220;Ok, type 659872323865765798798756. Oh Sorry. It is 6. Then 5. Then 9. Oops lets start over&#8221;</p>
<p><img src="http://www.intelliadmin.com/images/Homer%20Phone.jpg"/></p>
<p>Yea, not so fun when it happens a lot. </p>
<p>I found an easy way to share your Wireless settings from Windows 7 (A Windows XP machine can import them). </p>
<p>Start out by clicking on the wireless icon down by the time:</p>
<p><img src="http://www.intelliadmin.com/images/Network%20And%20Sharing%20Center%20201106.jpg" alt="Wireless Tray Icon"/></p>
<p>Then click on &#8220;Open Network and Sharing Center&#8221;</p>
<p>That will open a big ole window:</p>
<p><img src="http://www.intelliadmin.com/images/Manage%20Wireless%20Networks%20201106.jpg" alt="Manage Wireless Networks"/></p>
<p>Find the option that says &#8220;Manage Wireless Networks&#8221; and click on it.</p>
<p>Now you should see a list of your wireless networks. Right click on the one you want to share and click properties:</p>
<p><img src="http://www.intelliadmin.com/images/Wireless%20Network%20Properties%20201106.jpg" alt="Wireless Network Properties"/></p>
<p>Now, another window will pop up. Look for the option that says &#8220;Copy this network profile to a USB Flash Drive&#8221;</p>
<p><img src="http://www.intelliadmin.com/images/Copy%20Profile%20Flash%20Drive%20201106.jpg" alt="Save Wireless Settings To Flash Drive"/></p>
<p>Walk through the wizard that shows up:</p>
<p><img src="http://www.intelliadmin.com/images/Copy%20Network%20Settings%20201106.jpg" alt="Copy Network Settings"/></p>
<p>Once it is complete, it will place a program on the flash drive:</p>
<p><img src="http://www.intelliadmin.com/images/Import%20Wireless%20Settings%20201106.jpg" alt="Import Network Settings"/></p>
<p>Now &#8211; To add the wireless network to a Windows machine, you just run that application and it connects automatically. From that point on, the wireless key is saved in its settings.</p>
<p>In addition to that, it generates a list of instructions for different versions of Windows.</p>
<p>I posted them <a href="http://www.intelliadmin.com/Wireless%20Instructions.pdf">here</a> in case you want to print them out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/06/share-wireless-settings-on-a-flash-drive/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Create a Windows rescue disk</title>
		<link>http://www.intelliadmin.com/index.php/2011/03/create-a-windows-rescue-disk/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/03/create-a-windows-rescue-disk/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 13:27:13 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Blue Screen]]></category>
		<category><![CDATA[Boot]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=3062</guid>
		<description><![CDATA[A few days ago a friend of mine called me. He said he had a small problem with his laptop, and was wondering if I could help him over the phone. You get the idea. Not an easy problem. He brought the laptop over, and I determined the cause of the blue screen: it was [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/03/create-a-windows-rescue-disk/" title="Permanent link to Create a Windows rescue disk"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/Command.jpg" width="64" height="54" alt="Post image for Create a Windows rescue disk" /></a>
</p><p>A few days ago a friend of mine called me. He said he had a small problem with his laptop, and was wondering if I could help him over the phone.</p>
<p><img src="http://www.intelliadmin.com/images/Windows%20Blue%20Screen%20201103.jpg" alt="Windows Blue Screen"/></p>
<p>You get the idea. Not an easy problem. </p>
<p>He brought the laptop over, and  I determined the cause of the blue screen: it was a corrupted registry hive. </p>
<p>Panic started to set in. He needed some word documents he was working on earlier in the day &#8211; and needed them for a class he had that night! </p>
<p>I was pretty sure the data was there, but how could we get to it? If it was a desktop machine I could pull the hard drive, and connect it to my machine.</p>
<p>I pulled out an old favorite of mine, BartPE</p>
<p><a href="http://www.nu2.nu/pebuilder/">http://www.nu2.nu/pebuilder/</a><br />
(Scroll down to the middle of the page for the download link)</p>
<p>What is it? BartPE will create a special boot disk that runs a compact version of Windows XP &#8211; without any need for a hard drive.</p>
<p>It is perfect for recovery operations like this.</p>
<p>To get Bart PE to build a disk for you, you will need a copy of Windows XP professional. It needs these files from Microsoft to create your boot disk.</p>
<p><img src="http://www.intelliadmin.com/images/BartPE%20Screen%20Shot 201103.jpg" alt="Bart PE Screen Shot"/></p>
<p>You can burn it right from the app, or create an ISO for later use.</p>
<p>I almost forgot the best part &#8211; it is free</p>
<p>I built a boot disk from BartPE, and booted his laptop with it. Within moments I was able to copy his important files to a flash drive. </p>
<p>Even better, I was able to go into the c:\windows\restore folder and copy the corrupted hive over to c:\windows\system32\config</p>
<p>Now his system could boot again. He only had to install a few apps again to get it back to normal (The software hive we recovered was a few months old)</p>
<p>I have been using this utility for years. What type of windows boot disk do you use?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/03/create-a-windows-rescue-disk/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Remotely Disable Control Panel Access</title>
		<link>http://www.intelliadmin.com/index.php/2010/07/remotely-disable-control-panel-access/</link>
		<comments>http://www.intelliadmin.com/index.php/2010/07/remotely-disable-control-panel-access/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 13:26:23 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Network Administrator]]></category>
		<category><![CDATA[Network Administrator Updates]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://staging.intelliadmin.com/?p=2493</guid>
		<description><![CDATA[I got a question from Mark last week: &#8220;Steve, I was wondering if you could add a plugin to Network Administrator that would disable control panel access. I know it is not the best way to keep people out, but it would save me a lot of headaches&#8221; Actually, I have gotten a few requests [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2010/07/remotely-disable-control-panel-access/" title="Permanent link to Remotely Disable Control Panel Access"><img class="post_image alignleft remove_bottom_margin" src="http://www.networksteve.com/icons/ControlPanel.jpg" width="48" height="48" alt="Post image for Remotely Disable Control Panel Access" /></a>
</p><p>I got a question from Mark last week:</p>
<p><i>&#8220;Steve, I was wondering if you could add a plugin to Network Administrator that would disable control panel access. I know it is not the best way to keep people out, but it would save me a lot of headaches&#8221;</i></p>
<p>Actually, I have gotten a few requests for this. Disabling control panel access is actually quite easy. If you drill down to this registry key:</p>
<p><code>HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer</code></p>
<p>You just need to add a DWORD value of NoControlPanel, and set it to 1:</p>
<p><img src="http://www.networksteve.com/images/Registry%20Change%20No%20Control%20Panel%2020100730.jpg" alt="Registry View"/></p>
<p>Windows 7 handles this smoothly. See my start menu before the change:</p>
<p><img src="http://www.networksteve.com/images/Windows%207%20Control%20Panel%20Before.jpg" alt="Windows 7 Before Change"/></p>
<p>After the change, the control panel option is missing:</p>
<p><img src="http://www.networksteve.com/images/Windows%207%20Control%20Panel%20After.jpg" alt="Windows 7 Before Change"/></p>
<p>XP is not as nice, it keeps the icon&#8230;but you get a nasty message when clicking on it:</p>
<p><img src="http://www.networksteve.com/images/XP%20No Control%20Panel%2020100730.jpg" alt="Windows XP No Control Panel"/></p>
<p>We added a plugin to Network Administrator. That way you can easily make the change without plunking around in the registry, plus you can push it remotely against machines on your network:</p>
<p><img src="http://www.networksteve.com/images/Network Administrator Disable Control Panel.jpg" alt="Network Administrator Disable Control Panel Plugin"/></p>
<p>You can get your free download from here:</p>
<p><a href="http://www.intelliadmin.com/NetworkAdministratorTrial.exe" rel="nmlp">http://www.intelliadmin.com/NetworkAdministrator.exe</a></p>
<p>Disabling the control panel won&#8217;t keep everyone out, but in some situations it can really help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2010/07/remotely-disable-control-panel-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP vs Windows 7 &#8211; Who Won?</title>
		<link>http://www.intelliadmin.com/index.php/2009/09/windows-xp-vs-windows-7-who-won/</link>
		<comments>http://www.intelliadmin.com/index.php/2009/09/windows-xp-vs-windows-7-who-won/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 16:57:22 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[IE]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/blog/?p=921</guid>
		<description><![CDATA[I installed Windows 7 on my ASUS Atom N270 Before I did that, I recorded how long it took to do a few things: -Copying a 45 MB file over the network -Boot Time -Shutdown Time -Memory used at idle, after startup -IE Launch time Then, after I installed Windows 7, I did the same, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I installed Windows 7 on my ASUS  Atom N270</p>
<p><a href="http://staging.intelliadmin.com/wp-content/uploads/2009/09/asus-machine1.jpg"><img class="alignnone size-medium wp-image-891" title="Asus Desktop Machine" src="http://staging.intelliadmin.com/wp-content/uploads/2009/09/asus-machine1.jpg" alt="" width="220" height="243" /></a></p>
<p>Before I did that, I recorded how long it took to do a few things:</p>
<p>-Copying a 45 MB file over the network<br />
-Boot Time<br />
-Shutdown Time<br />
-Memory used at idle, after startup<br />
-IE Launch time</p>
<p>Then, after I installed Windows 7, I did the same, and recorded how long it took. I was curious to see if Windows 7 was faster or slower than XP.</p>
<p>Keep in mind this is not scientific, but just a simple test I did on my own computer.</p>
<p>Here is what I found:</p>
<p>Boot time under Windows 7 was 22 seconds faster:</p>
<p><a href="http://staging.intelliadmin.com/wp-content/uploads/2009/09/windows-7-xp-boot-time1.jpg"><img class="alignnone size-medium wp-image-925" title="windows-7-xp-boot-time" src="http://staging.intelliadmin.com/wp-content/uploads/2009/09/windows-7-xp-boot-time1.jpg" alt="" width="300" height="181" /></a></p>
<p>Shutdown time under Windows 7 was 20% faster:</p>
<p><a href="http://staging.intelliadmin.com/wp-content/uploads/2009/09/windows-7-xp-shutdown-time1.jpg"><img class="alignnone size-medium wp-image-924" title="windows-7-xp-shutdown-time" src="http://staging.intelliadmin.com/wp-content/uploads/2009/09/windows-7-xp-shutdown-time1.jpg" alt="" width="300" height="179" /></a></p>
<p>What about the time it takes for Internet Explorer to Launch?</p>
<p>Windows 7 was faster there too:</p>
<p><a href="http://staging.intelliadmin.com/wp-content/uploads/2009/09/windows-7-xp-internet-explorer-startup-time1.jpg"><img class="alignnone size-medium wp-image-923" title="windows-7-xp-internet-explorer-startup-time" src="http://staging.intelliadmin.com/wp-content/uploads/2009/09/windows-7-xp-internet-explorer-startup-time1.jpg" alt="" width="300" height="180" /></a></p>
<p>Amazingly the memory usage at idle was less in Windows 7, than in Windows XP. I should do this article again with Vista. I am sure that number in Vista is over 1GB</p>
<p><a href="http://staging.intelliadmin.com/wp-content/uploads/2009/09/windows-7-xp-memory-at-idle1.jpg"><img class="alignnone size-medium wp-image-922" title="windows-7-xp-memory-at-idle" src="http://staging.intelliadmin.com/wp-content/uploads/2009/09/windows-7-xp-memory-at-idle1.jpg" alt="" width="300" height="181" /></a></p>
<p>Another test I did was copying a 45 MB file over my wireless network.</p>
<p>Look at the difference:</p>
<p><a href="http://staging.intelliadmin.com/wp-content/uploads/2009/09/windows-7-xp-file-transfer-time1.jpg"><img class="alignnone size-medium wp-image-926" title="windows-7-xp-file-transfer-time" src="http://staging.intelliadmin.com/wp-content/uploads/2009/09/windows-7-xp-file-transfer-time1.jpg" alt="" width="300" height="183" /></a></p>
<p>This was an amazing result. I had to try it a few times to make sure it was not a mistake. It took Windows XP almost a minute longer to transfer that same file.</p>
<p>Amazing. Windows 7 is faster on all of my tests.  Not only has it won this little test, but instead of wanting to remove it after 2 weeks (Like with Vista)&#8230;I want to install it on all of my computers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2009/09/windows-xp-vs-windows-7-who-won/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Remote Control 4.0 Released</title>
		<link>http://www.intelliadmin.com/index.php/2009/06/remote-control-40-released/</link>
		<comments>http://www.intelliadmin.com/index.php/2009/06/remote-control-40-released/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 06:35:17 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/blog/?p=789</guid>
		<description><![CDATA[This is a quick one &#8211; The final version of Remote Control 4.0 has been released. Current customers with an upgrade protection license should receive their email within 24 hours. If you did not, please send an email to support@intelliadmin.com and we will take care of you as soon as possible. Here are the screenshots: [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This is a quick one &#8211; The final version of Remote Control 4.0 has been released. Current customers with an upgrade protection license should receive their email within 24 hours. If you did not, please send an email to <a href="mailto:support@intelliadmin.com">support@intelliadmin.com</a> and we will take care of you as soon as possible.</p>
<p>Here are the screenshots:<br />
<a href="http://www.intelliadmin.com/RemoteControl4_ScreenShots.htm">http://www.intelliadmin.com/RemoteControl4_ScreenShots.htm</a></p>
<p>And a link to the trial download:<br />
<a href="http://www.intelliadmin.com/setupex.exe" rel="nmlp">setupex.exe</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2009/06/remote-control-40-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Control 4.0 Beta</title>
		<link>http://www.intelliadmin.com/index.php/2009/05/remote-control-40-beta/</link>
		<comments>http://www.intelliadmin.com/index.php/2009/05/remote-control-40-beta/#comments</comments>
		<pubDate>Tue, 26 May 2009 23:58:56 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Beta]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/blog/?p=716</guid>
		<description><![CDATA[We have been working hard on the new version of IntelliAdmin Remote Control. Some things that will be in the new version: Screen scaling &#8211; The client will automatically shrink the view to fit the screen within the window. With huge resolutions, you no longer are forced to constantly scroll around Alpha Capture Disable &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>We have been working hard on the new version of IntelliAdmin Remote Control.</p>
<p>Some things that will be in the new version:</p>
<p><b>Screen scaling</b> &#8211; The client will automatically shrink the view to fit the screen within the window. With huge resolutions, you no longer are forced to constantly scroll around</p>
<p><b>Alpha Capture Disable</b> &#8211; Applications like Office 2007 need alpha capture turned on, or parts of their windows will not be sent back to the remote client. This was always turned on in 3.x. Once side effect of this setting is the mouse flickers with some video cards. Now you have the option to turn this off and keep the mouse flicker to a minimum &#8211; great if you are given the task of watching a user without them knowing.</p>
<p><b>Screen Shots</b> &#8211; You can easily save the current view in the client window to a JPG file. This is good for keeping a visual log of crash events, or activity of users.</p>
<p><b>Auto-Reconnect</b> &#8211; When a connection is lost, it will automatically attempt to re-establish the connection</p>
<p><b>Computer Lists</b> &#8211; We have loaded it up with options for getting lists of computers. You can get them from Windows Networking like you do right now, but in addition you can import them from an XML file, add them manually, or update them in real time from a http URL &#8211; this allows you to create a common computer list that all administrators can see and use.</p>
<p><b>Computer Search</b> &#8211; This is the big one. When talking with customers the biggest complaint is finding a single computer among 1000s. When remote control connects to a machine, it will pull username, computername, and operating system info. All of this is stored in a database. When you click on the find button in the client window, you are shown a full listing of computers:</p>
<p><img src="http://www.intelliadmin.com/images/IntelliAdmin%204%20Preview.jpg" alt="IntelliAdmin 4 Preview"/></p>
<p>When you start typing in the search box at the top it will narrow down your results immediately. So, if you get a call from a user you can simply start typing their username and their computer will be automatically filtered out &#8211; no more digging around for their IP address, or computer name.</p>
<p>Lots of time was spent to make sure this was efficient &#8211; we threw the client on an old XP machine and it was able to search 10,000 computer records in less than 1 second.</p>
<p>Everything about the &#8220;find computer&#8221; section was designed to reduce the time it takes to find and control a computer, and make you more productive.</p>
<p>Why am I teasing you with all of this? Because I want you to join our beta program. To join, simply follow this link:</p>
<p><!-- BEGIN: Constant Contact Text Link Email List Button --></p>
<div align="center">
<table width="200" border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap width="100%"><a href="http://visitor.constantcontact.com/d.jsp?m=1102324226745&#038;p=oi"  target="_blank" style="font-family:Arial; font-size:13px; color:#000000;">Sign up for our Email Newsletter</a></td>
</tr>
</table>
</div>
<p>Make sure you check the 4.0 beta option.</p>
<p>The final release date will be June 27th. If you <a href="http://www.intelliadmin.com/RemoteControl3Purchase.asp">order Remote Control 3.2 right now</a> the upgrade protection option will allow you to get a free upgrade when it comes out &#8211; a good deal since this will give you close to 40% in savings</p>
<p>While we are at it. What do you want to see in 4.5? File Transfers, Chat, or what other wish do you have for the next version. Post in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2009/05/remote-control-40-beta/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Delete files securely</title>
		<link>http://www.intelliadmin.com/index.php/2009/05/delete-files-securely/</link>
		<comments>http://www.intelliadmin.com/index.php/2009/05/delete-files-securely/#comments</comments>
		<pubDate>Thu, 14 May 2009 03:38:02 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sysinternals]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/blog/?p=651</guid>
		<description><![CDATA[Since 2000 every version of Windows uses object reuse protection. When you create a file, the space on the hard drive for that file will be zeroed out. Another way of looking at this is when a file is created, Windows will make it impossible to see what was there before. But what about right [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Since 2000 every version of Windows uses object reuse protection. When you create a file, the space on the hard drive for that file will be zeroed out.</p>
<p>Another way of looking at this is when a file is created, Windows will make it impossible to see what was there before.</p>
<p>But what about right after you delete a file? Nothing has been written to that space yet. What is on the physical hard drive? The entire file of course. Not good if the file is highly confidential.</p>
<p>What if you wanted to delete a file securely?</p>
<p>There are plenty of tools out there that can do this, and most of them cost quite a bit of money. But there is a free alternative.</p>
<p>It is called SDelete and it is from Microsoft:</p>
<p><a href="http://download.sysinternals.com/Files/SDelete.zip">http://download.sysinternals.com/Files/SDelete.zip</a></p>
<p>How does it work?</p>
<p>Simply download the program and run it from the command line. By default it will only complete 1 pass when erasing a file. I would suggest overriding that with a higher number &#8211; the higher the better, but it will be slower.</p>
<p>Lets delete a file with it, using 25 passes:<br />
<font style="font-family: Courier New, Courier, monospace; color: blue"><br />
sdelete.exe -p 25 FileToDelete.zip</font></p>
<p>This will securely delete FileToDelete.zip</p>
<p>SDelete implements the Department of Defense clearing and sanitizing standard DOD 5220.22-M. This will give you confidence that once deleted with this tool, your file is gone forever. Note that it does delete the file, but the file name is still recoverable from the file system (Make sure the file name itself does not have any revealing information).</p>
<p>The full list of possible commands for SDelete are:<br />
<font style="font-family: Courier New, Courier, monospace; color: blue"><br />
usage: sdelete [-p passes] [-s] [-q] <file or directory><br />
       sdelete [-p passes] [-z|-c] [drive letter]<br />
   -c         Zero free space (good for virtual disk optimization)<br />
   -p passes  Specifies number of overwrite passes (default is 1)<br />
   -q         Don&#8217;t print errors (Quiet)<br />
   -s         Recurse subdirectories<br />
   -z         Clean free space<br />
</font></p>
<p>It supports wildcards too. So if you wanted to securely delete an entire folder you can call it like this:<br />
<font style="font-family: Courier New, Courier, monospace; color: blue"><br />
C:\>sdelete c:\temp\*.*</p>
<p>SDelete &#8211; Secure Delete v1.51<br />
Copyright (C) 1999-2005 Mark Russinovich<br />
Sysinternals &#8211; www.sysinternals.com</p>
<p>SDelete is set for 1 pass.<br />
c:\temp\Eula.txt&#8230;deleted.<br />
c:\temp\Import.csv&#8230;deleted.<br />
c:\temp\readme.txt&#8230;deleted.<br />
c:\temp\sdelete.exe&#8230;deleted.<br />
c:\temp\VCdControlTool.exe&#8230;deleted.<br />
c:\temp\VCdRom.sys&#8230;deleted.<br />
</font></p>
<p>If you have files that need to remain secure, SDelete is a great way to make sure they are removed from your hard drive.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2009/05/delete-files-securely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write script results to the event log</title>
		<link>http://www.intelliadmin.com/index.php/2009/05/write-script-results-to-the-event-log/</link>
		<comments>http://www.intelliadmin.com/index.php/2009/05/write-script-results-to-the-event-log/#comments</comments>
		<pubDate>Tue, 12 May 2009 06:49:36 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/blog/?p=640</guid>
		<description><![CDATA[I have quite a few scripts that are run by task scheduler on my server.  One of the ways I track the results is by writing to a text file in a common share. After a while this can become a little ridiculous to follow. Recently I discovered that it is possible to create your [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have quite a few scripts that are run by task scheduler on my server.  One of the ways I track the results is by writing to a text file in a common share. After a while this can become a little ridiculous to follow.</p>
<p>Recently I discovered that it is possible to create your own Application, or System events from a script that will show up in the Windows event viewer.</p>
<p>To create your own events, you need to use the &#8220;eventcreate&#8221; command line argument. This command line program is available in Windows XP, 2003, Vista, and Windows 7 &#8211; unfortunately not in Windows 2000.</p>
<p>How can you use it?</p>
<p>Let me take a simple example, and then I will walk you through writing an event to the log. In one of my scripts I have an xcopy that I check for errors:</p>
<p><font style="font-family: Courier New, Courier, monospace; color: blue"></p>
<p>@echo off</p>
<p>xcopy c:\temp c:\temp2 /y /i /c</p>
<p>if ERRORLEVEL 5 GOTO ERROR<br />
if ERRORLEVEL 4 GOTO ERROR<br />
if ERRORLEVEL 1 GOTO ERROR</p>
<p>REM SUCCESS</p>
<p>goto exit</p>
<p>:ERROR</p>
<p>REM FAILURE</p>
<p>:EXIT<br />
</font></p>
<p>The above script looks for the different error codes that XCOPY can return &#8211; right now we won&#8217;t concentrate on that. What we want to do is add our EventCreate command right around where we have our &#8220;REM FAILURE&#8221;</p>
<p>There are a few details we need to collect together before we can call our command. First we want to determine which event log we want to write.</p>
<p>For our example I want to pick the &#8220;Application&#8221; log</p>
<p>Then, we need to determine an event source. The event source specifies the text that will be shown as the source in the log. The trick is you need to pick something unique that won&#8217;t have a name conflict with Windows, or other scripts. This means don&#8217;t pick DNS, VSS, or W32Time &#8211; or any common windows service name. At the same time, no spaces, and keep it short.</p>
<p>I picked XCOPYRESLT</p>
<p>Next we need to pick an event type. Our choices are Information, Warning, or Error. In the case of my example, I am only going to report errors so the obvious pick is &#8220;Error&#8221;.</p>
<p>What else? Well an event ID is needed. This is an arbitrary number that you may pick to suite your own custom needs. 1000 sounds good to me.</p>
<p>And finally, a description. &#8220;Domain Controller XCOPY Failure&#8221; seems like an easy description.</p>
<p>Now, lets bring it all together at the command line:</p>
<p><font style="font-family: Courier New, Courier, monospace; color: blue">eventcreate /l Application /so XCOPYRESLT /t Error /id 1000 /d &#8220;Domain Controller XCOPY Failure&#8221;</font></p>
<p>One run at the prompt:</p>
<p><img src="http://www.intelliadmin.com/images/EventCreate%20XCOPY.jpg" alt="XCOPY Event Error"/></p>
<p>Now, if we take a peek at the event log:</p>
<p><img src="http://www.intelliadmin.com/images/Custom%20Event%20Log%20Entry.jpg" alt="Custom Event Log Entry"/></p>
<p>So there you go. Custom event log items right from your batch file. For more detailed information on the <b>eventcreate</b> command, visit <a href="http://technet.microsoft.com/en-us/library/bb490899.aspx">this section</a> on Microsoft Technet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2009/05/write-script-results-to-the-event-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 to have an XP Mode</title>
		<link>http://www.intelliadmin.com/index.php/2009/04/windows-7-to-have-a-xp-mode/</link>
		<comments>http://www.intelliadmin.com/index.php/2009/04/windows-7-to-have-a-xp-mode/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 15:23:28 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Beta]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/blog/?p=634</guid>
		<description><![CDATA[The first release candidate of Windows 7 has been dated to release on May 5th. One of the big revelations by Microsoft in recent days is the availability of a Windows XP mode. This is unlike previous versions of windows that simply had a compatibility check box. This will be a fully functional Virtual machine [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The first release candidate of Windows 7 has been dated to release on May 5th. One of the big revelations by Microsoft in recent days is the availability of a Windows XP mode.</p>
<p>This is unlike previous versions of windows that simply had a compatibility check box. This will be a fully functional Virtual machine with XP running inside of it.</p>
<p><img src="http://www.intelliadmin.com/images/Windows_XP_Virtual_Mode.jpg" alt="Windows XP Virtual Mode"></p>
<p>This is a brilliant move on Microsoft&#8217;s part. This means that with every Windows 7 license you purchase, you get Windows XP along with it. I think most businesses will find justifying the purchase much easier. Why? Because now there will be a significantly lower number of compatibility issues.</p>
<p>From that first screen shot you would think it is simply an included copy of Virtual PC with XP installed. Windows 7 will go way beyond that. The virtual environment will be fully integrated into windows. Take a look at this screen shot of the start menu:</p>
<p><img src="http://www.intelliadmin.com/images/Windows7_Compatibility.jpg" alt="Windows 7 Compatibility"></p>
<p>If you notice above, you can see Office 2003. This was not installed directly under Windows 7, but in compatibility mode. Click on the Word 2003 icon, and it is running just like any other application:</p>
<p><img src="http://www.intelliadmin.com/images/Windows7_Office2003.jpg" alt="Windows 7 Office 2003"></p>
<p>This means seamless usage of old apps &#8211; something most IT admins will need in their environment. In addition, the Virtual PC environment can be customized to have any special mappings or virtual devices added as you need them:</p>
<p><img src="http://www.intelliadmin.com/images/Windows7_VirtualPCXP.jpg" alt="Windows 7 Virtual PC XP"></p>
<p>Can&#8217;t wait to see that Release Candidate in May. Still &#8211; one last thing I wish Microsoft would do is allow the old start menu to be turned back on (If you didn&#8217;t know&#8230;that funky new start menu is the only option in Windows 7). I can&#8217;t imagine the hell users will raise when they have to make such a huge change.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2009/04/windows-7-to-have-a-xp-mode/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

