<?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; Network Administrator</title>
	<atom:link href="http://www.intelliadmin.com/index.php/category/network-administrator/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>Force install of security patches &#8211; Across your network</title>
		<link>http://www.intelliadmin.com/index.php/2012/01/force-install-of-security-patches-across-your-network/</link>
		<comments>http://www.intelliadmin.com/index.php/2012/01/force-install-of-security-patches-across-your-network/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 05:12:42 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Network Administrator]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=4673</guid>
		<description><![CDATA[I got a question from Mike this week: &#8220;Hi steve. Hope all is well. I am the IT manager at a small bank in Texas. We have lots of patch management tools&#8230;so I am not looking for that. Before an audit I would like to quickly force all of my machines to download and install [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2012/01/force-install-of-security-patches-across-your-network/" title="Permanent link to Force install of security patches &#8211; Across your network"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/AutomaticUpdate.jpg" width="55" height="68" alt="Post image for Force install of security patches &#8211; Across your network" /></a>
</p><p>I got a question from Mike this week:</p>
<p><em>&#8220;Hi steve. Hope all is well. I am the IT manager at a small bank in Texas. We have lots of patch management tools&#8230;so I am not looking for that. Before an audit I would like to quickly force all of my machines to download and install the latest security patches from MS. Is there any way to force Windows to do this from the command line? And I mean like right now! <img src='http://www.intelliadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Not next Tuesday. Thanks!&#8221;</em></p>
<p>I came across a script right on Microsoft&#8217;s website that can do something close to what you want:</p>
<p><a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa387102(v=vs.85).aspx">http://msdn.microsoft.com/en-us/library/windows/desktop/aa387102(v=vs.85).aspx</a></p>
<p>It has a few issues. First, it tries to install all patches. Like the latest version of Internet Explorer, major service packs, and that ridiculous Windows Search 4.0. These require user intervention, and might even break things.</p>
<p>Another issue with the script is that it does not let you know when it failed because the network is down.</p>
<p>We took that script changed it to only include security updates. That way it gets to the core of the issue &#8211; getting the latest security patches, without any extra stuff.</p>
<p>With our new version of the script we created a plugin for <a href="http://www.intelliadmin.com/index.php/network-administrator/">Network Administrator</a>. This will allow you to remotely install the latest security patches across your network:</p>
<p><img src="http://www.intelliadmin.com/images2/Network%20Administrator%20Downloading%20Updates.jpg" alt="Force Automatic Update Across your Network"/></p>
<p>If the computer already is up to date, it will say: &#8220;This computer is up to date&#8221;</p>
<p>You can tell it to just download, or download and install. There is even an option to reboot when the install is complete:</p>
<p><img src="http://www.intelliadmin.com/images2/Force%20Security%20Patch%20Settings.jpg"></p>
<p>The free version allows you to work with three computers at a time. You can get it 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>What about that script? If you want to do it yourself without Network Administrator, here is the updated version:</p>
<p><a href="http://www.intelliadmin.com/ForceAU.dat">http://www.intelliadmin.com/ForceAU.dat</a></p>
<p>Just rename it to ForceAU.vbs, and call it like this from the command line:</p>
<p><code>cscript.exe ForceAU.vbs</code></p>
<p>Once it starts, it will zoom through and install the latest security patches:</p>
<p><img src="http://www.intelliadmin.com/images2/Windows%20Update%20Command%20Line.jpg" alt=""/></p>
<p>The script, and the plugin work with Windows XP, 2003, Windows Vista, Windows 7, and Windows 2008.</p>
<p>It does require administrator access, so if your users have a limited account you will need to either use the task scheduler, group policy, or <a href="http://www.intelliadmin.com/index.php/network-administrator/">Network Administrator</a>.</p>
<p>One other thing to note, is that it does not install service packs &#8211; So keep that in mind when using the plugin, or the script.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2012/01/force-install-of-security-patches-across-your-network/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Prevent IE Automatic Upgrades</title>
		<link>http://www.intelliadmin.com/index.php/2011/12/prevent-ie-automatic-upgrades/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/12/prevent-ie-automatic-upgrades/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 12:47:09 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[IE]]></category>
		<category><![CDATA[IE 7]]></category>
		<category><![CDATA[IE 8]]></category>
		<category><![CDATA[IE 9]]></category>
		<category><![CDATA[Network Administrator]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=4575</guid>
		<description><![CDATA[I am not sure if you are aware of it, but starting next year Microsoft is changing their Internet Explorer upgrade policy. Specifically, they will be putting IE updates into the standard automatic update cycle. This means if you have an older version of IE, it will automatically get upgraded. Many organizations have piles of [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/12/prevent-ie-automatic-upgrades/" title="Permanent link to Prevent IE Automatic Upgrades"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/IE.jpg" width="55" height="56" alt="Post image for Prevent IE Automatic Upgrades" /></a>
</p><p>I am not sure if you are aware of it, but starting next year Microsoft is changing their Internet Explorer upgrade policy.</p>
<p>Specifically, they will be putting IE updates into the standard automatic update cycle. This means if you have an older version of IE, it will automatically get upgraded.</p>
<p>Many organizations have piles of Web applications that cannot work on anything but a specific version of Internet Explorer.</p>
<p>I would not want to come into the office one morning to find out a few hundred computers now have IE 7, when a critical web app requires IE 6.</p>
<p>How can you prevent this from happening? </p>
<p>Thankfully Microsoft has provided three registry keys that will prevent the automatic install. </p>
<p>There is one for each version of IE (IE 7, IE 8, IE 9)</p>
<p>These are the keys:</p>
<p>For IE 9</p>
<p>Key:<br />
 <code>HKLM\Software\Microsoft\Internet Explorer\Setup\9.0\</code><br />
Value<br />
 <code>DoNotAllowIE90</code> 1 = Block Install, 0 = Allow Install</p>
<p>For IE 8</p>
<p>Key:<br />
 <code>HKLM\Software\Microsoft\Internet Explorer\Setup\8.0\</code><br />
Value<br />
 <code>DoNotAllowIE80</code> 1 = Block Install, 0 = Allow Install</p>
<p>For IE 7</p>
<p>Key:<br />
 <code>HKLM\Software\Microsoft\Internet Explorer\Setup\7.0\</code><br />
Value<br />
 <code>DoNotAllowIE70</code> 1 = Block Install, 0 = Allow Install</p>
<p>A quick and easy way to make these changes is to use our tool, Network Administrator.</p>
<p>We added a plugin that will make it easy to block the automatic install:</p>
<p><img src="http://www.intelliadmin.com/images/IE%20Install%20Blocker.jpg" alt="Internet Explorer Install Blocker"></p>
<p>You can even pick and choose what version of Internet Explorer you want to block:</p>
<p><img src="http://www.intelliadmin.com/images/IE%20Install%20Blocker%20Options.jpg" alt="Internet Explorer Install Blocker Options"></p>
<p>It is free for personal and commercial use (up to three computers at a time). </p>
<p>You can find it on our downloads page:</p>
<p><a href="http://www.intelliadmin.com/index.php/downloads/">http://www.intelliadmin.com/index.php/downloads/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/12/prevent-ie-automatic-upgrades/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<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>Missing network drives in Windows 7</title>
		<link>http://www.intelliadmin.com/index.php/2011/10/missing-network-drives-in-windows-7/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/10/missing-network-drives-in-windows-7/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 14:55:02 +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>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=4343</guid>
		<description><![CDATA[If you have been using Windows 7 (Or even Vista) for a while, you might have noticed something really annoying. When you have drives mapped in explorer: They don&#8217;t show up in a command prompt if it is elevated with administrator permissions: There is a simple reason for this &#8211; The feature known as User [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/10/missing-network-drives-in-windows-7/" title="Permanent link to Missing network drives in Windows 7"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/Network.jpg" width="55" height="55" alt="Post image for Missing network drives in Windows 7" /></a>
</p><p>If you have been using Windows 7 (Or even Vista) for a while, you might have noticed something really annoying.</p>
<p>When you have drives mapped in explorer:</p>
<p><img src="http://www.intelliadmin.com/images/Mapped%20Drive%20Explorer.jpg"></p>
<p>They don&#8217;t show up in a command prompt if it is elevated with administrator permissions:</p>
<p><img src="http://www.intelliadmin.com/images/Mapped%20Drive%20Command%20Line.jpg" alt="Mapped Drives in the command line"/></p>
<p>There is a simple reason for this &#8211; The feature known as User Account Control, or UAC. When you want to launch a program with admin rights, you see that familiar window:</p>
<p><img src="http://www.intelliadmin.com/images/UAC%20Prompt%20CMD.jpg" alt="UAC Prompt"/></p>
<p>This causes the application to execute under a different user token, and in turn it means that you have a totally different set of mapped drives (Usually none!)</p>
<p>Personally I will take the security risk of the standard apps and the elevated apps sharing the same set of mapped drives &#8211; before you do this you need to determine if this risk is too high for your situation.</p>
<p>To get windows to share the list of mapped drives between both, you need to make a registry change.</p>
<p>Drill down to this key:</p>
<p><code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System</code></p>
<p>Under that key create a DWORD value named:</p>
<p><code>EnableLinkedConnections</code></p>
<p>And set it to 1</p>
<p>If you don&#8217;t want to plunk around in the registry, we have updated <a href="http://www.intelliadmin.com/index.php/network-administrator/">Network Administrator</a> to do it for you.</p>
<p><img src="http://www.intelliadmin.com/images/Network%20Administrator%20Share%20Drives.jpg" alt="Network Administrator Share Drives"></p>
<p>Download your copy from here:</p>
<p><a href="http://www.intelliadmin.com/NetworkAdministratorTrial.exe" rel="nmlp">http://www.intelliadmin.com/NetworkAdministratorTrial.exe</a></p>
<p>Just make sure you reboot after the change &#8211; it won&#8217;t take effect until you do.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/10/missing-network-drives-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Logoff users remotely</title>
		<link>http://www.intelliadmin.com/index.php/2011/08/logoff-users-remotely/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/08/logoff-users-remotely/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 16:02:33 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Network Administrator]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=4101</guid>
		<description><![CDATA[I got a question from Darren: &#8220;Steve, been using the free edition of Network Administrator. Nice tool, but it is missing something we need. I see you have the ability to shutdown and reboot systems, but what about logging off users?&#8221; Good question. I remember when I would do after hours upgrades &#8211; and one [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/08/logoff-users-remotely/" title="Permanent link to Logoff users remotely"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/Users.jpg" width="60" height="56" alt="Post image for Logoff users remotely" /></a>
</p><p>I got a question from Darren:</p>
<p>&#8220;Steve, been using the free edition of Network Administrator. Nice tool, but it is missing something we need. I see you have the ability to shutdown and reboot systems, but what about logging off users?&#8221;</p>
<p>Good question. I remember when I would do after hours upgrades &#8211; and one of the big issues was a user that would leave an app open that was part of the upgrade. After the it failed we would have to start making the rounds to see who left it up and running.</p>
<p>It would have been great if I could have just hit a few buttons and forced all computers to logoff.</p>
<p>That is now possible with Network Administrator &#8211; we have added the option to the shutdown section:</p>
<p><img src="http://www.intelliadmin.com/images/Network%20Administrator%20Logoff%20Addition.jpg" alt="Logoff Users Remotely"/></p>
<p>It works on 2000, XP, 2003, Vista, Windows 7, and 2008 &#8211; even the 64 bit versions. </p>
<p>Just select the logoff action, pick your machines, and start logging them off:</p>
<p><img src="http://www.intelliadmin.com/images/Network%20Administrator%20Logoff.jpg" alt="Logoff Users Remotely"/></p>
<p>It is a totally free tool if you don&#8217;t need to use it on more than 3 computers at the same time. Get it from our download page:</p>
<p><a href="http://www.intelliadmin.com/index.php/downloads/">http://www.intelliadmin.com/index.php/downloads/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/08/logoff-users-remotely/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Disable CD/DVD Burning &#8211; Remotely</title>
		<link>http://www.intelliadmin.com/index.php/2011/05/disable-cddvd-burning-remotely/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/05/disable-cddvd-burning-remotely/#comments</comments>
		<pubDate>Thu, 19 May 2011 15:23:16 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Burn]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Network Administrator]]></category>
		<category><![CDATA[Network Administrator Updates]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=3662</guid>
		<description><![CDATA[I got a question from Thomas this week: Our office has a licensed copy of Network Administrator 3.0 which allows me to disable CD/DVD access. Is there an action that will allow me just disable the CD/DVD burn capability but still allow users to view files on CD/DVD? Burn..keep it from burning? Oops not that [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/05/disable-cddvd-burning-remotely/" title="Permanent link to Disable CD/DVD Burning &#8211; Remotely"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/DVDRom.jpg" width="50" height="52" alt="Post image for Disable CD/DVD Burning &#8211; Remotely" /></a>
</p><p>I got a question from Thomas this week:</p>
<p><i>Our office has a licensed copy of Network Administrator 3.0 which allows<br />
me to disable CD/DVD access.  Is there an action that will allow me just<br />
disable the CD/DVD burn capability but still allow users to view files<br />
on CD/DVD?</i></p>
<p>Burn..keep it from burning?</p>
<p><img src="http://www.intelliadmin.com/images/DVD Burning.jpg" alt="Burning DVD"/></p>
<p>Oops not that kind of burn <img src='http://www.intelliadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   &#8211; Yes excellent question. After a quick search I discovered this is an easy registry change.</p>
<p>If you drill down to this key:</p>
<p><code>Software\Microsoft\Windows\CurrentVersion\Policies\Explorer</code></p>
<p>Create a DWORD value of NoCDBurning, and set it to 1. Reboot, and the built in burn functionality of Windows is gone.</p>
<p>This works on XP through Windows 7. Now one Gotcha with this is that it does *not* prevent third party apps from burning. You would need to handle this with a separate policy.</p>
<p>If you don&#8217;t want to plunk around the registry, we updated Network Administrator to make the change for you:</p>
<p><img src="http://www.intelliadmin.com/images/Burn Disabler Shot.jpg" alt="Disable CDROM DVD Burning"/></p>
<p>It is a free <a href="http://www.intelliadmin.com/NetworkAdministrator.exe" rel="nmlp">download from here</a> and it can push this change to computers remotely.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/05/disable-cddvd-burning-remotely/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Remove the Windows 7 &#8220;Auto Maximize&#8221; feature</title>
		<link>http://www.intelliadmin.com/index.php/2011/03/remove-the-windows-7-auto-maximize-feature/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/03/remove-the-windows-7-auto-maximize-feature/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 16:48:58 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Network Administrator]]></category>
		<category><![CDATA[Network Administrator Updates]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/index.php?p=3007</guid>
		<description><![CDATA[If you are using Windows 7, then you must have run into the &#8220;Auto Maximize&#8221; feature. Microsoft calls it &#8220;Smart Window Arrangement&#8221; Here is a short youtube clip that shows you what I am talking about: Essentially if you move your window around and touch the corner, it will automatically maximize the window. After a [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/03/remove-the-windows-7-auto-maximize-feature/" title="Permanent link to Remove the Windows 7 &#8220;Auto Maximize&#8221; feature"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/Control%20Panel.jpg" width="64" height="64" alt="Post image for Remove the Windows 7 &#8220;Auto Maximize&#8221; feature" /></a>
</p><p>If you are using Windows 7, then you must have run into the &#8220;Auto Maximize&#8221; feature. Microsoft calls it &#8220;Smart Window Arrangement&#8221;</p>
<p>Here is a short youtube clip that shows you what I am talking about:</p>
<p><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/eMyGPOOOtUY" frameborder="0" allowfullscreen></iframe></p>
<p>Essentially if you move your window around and touch the corner, it will automatically maximize the window. After a while it can get quite annoying.</p>
<p>So how do you turn it off?</p>
<p>It is one registry key change.</p>
<p>Drill down to </p>
<p><code>HKCU\Control Panel\Desktop</code></p>
<p><img src="http://www.intelliadmin.com/images/Auto%20Maximize%20Registry%20Key%20201103.jpg" alt="Auto Maximize Registry Windows 7"/></p>
<p>Look for the value named &#8220;WindowArrangementActive&#8221; and set it to 0.</p>
<p>You will need to log off, and log on to make it active. After that, windows will no longer automatically maximize.</p>
<p>If you don&#8217;t like plunking around in the registry, we have added it as a plugin to Network Administrator:</p>
<p><img src="http://www.intelliadmin.com/images/Auto%20Maximize%20Blocker%20Shot%20201103.jpg" alt="Auto Maximize Blocker Plugin"/></p>
<p>It is a free download if you want to use it on 3 computers or less.</p>
<p>You can download it from here:</p>
<p><a href="http://www.intelliadmin.com/NetworkAdministrator.exe" rel="nmlp">http://www.intelliadmin.com/NetworkAdministrator.exe</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/03/remove-the-windows-7-auto-maximize-feature/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Set VNC Passwords Remotely</title>
		<link>http://www.intelliadmin.com/index.php/2011/02/set-vnc-passwords-remotely/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/02/set-vnc-passwords-remotely/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 06:00:33 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[Network Administrator]]></category>
		<category><![CDATA[Network Administrator Updates]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/index.php?p=2998</guid>
		<description><![CDATA[I got a question from a customer last week: Hi Steve, I just bought your program on Friday and I love it. I have one question though: Is there any way to use IntelliAdmin Network Administrator to set not only the VNC password but also the VNC view only password? We are using TightVNC 1.3 [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/02/set-vnc-passwords-remotely/" title="Permanent link to Set VNC Passwords Remotely"><img class="post_image alignleft remove_bottom_margin" src="http://www.networksteve.com/icons/RemoteDesktop.jpg" width="55" height="55" alt="Post image for Set VNC Passwords Remotely" /></a>
</p><p>I got a question from a customer last week:</p>
<p><i>Hi Steve,<br />
I just bought your program on Friday and I love it.  I have one question though:  Is there any way to use IntelliAdmin Network Administrator to set not only the VNC password but also the VNC view only password? </p>
<p>We are using TightVNC 1.3 and there are two password options.  IntelliAdmin looks like it will only change the default VNC password but not the view-only password.  I was just wondering.</p>
<p>Thanks..</i></p>
<p>After poking around and playing with TightVNC we found two things that Network Administrator did not support &#8211; view only passwords, and the new registry format used in TightVNC 2.0</p>
<p>We have updated <a href="http://www.intelliadmin.com/index.php/network-administrator/">Network Administrator</a> to support both of these. (Note that it is a free tool, and you only need to purchase if you want to use it on more than three computers at a time)</p>
<p>You can download the latest from here:</p>
<p><a href="http://www.intelliadmin.com/NetworkAdministrator.exe" rel="nmlp">http://www.intelliadmin.com/NetworkAdministrator.exe</a></p>
<p>How do you use it? </p>
<p>Open the app, pick the action you want to take (In our case that would be set vnc password)</p>
<p><img src="http://www.intelliadmin.com/images/Network%20Administrator%20Set%20VNC%20Password%20201102.jpg" alt="Network Administrator Set VNC Password"></p>
<p>Set your password(s)</p>
<p><img src="http://www.intelliadmin.com/images/Tight%20VNC%20Remote%20Password%20Set.jpg" alt="Tight VNC Remote Password Set"></p>
<p>Pick the computers you want to target:</p>
<p><img src="http://www.intelliadmin.com/images/Network%20Administrator%20Pick%20Servers%20201102.jpg" alt="Network Administrator Pick Servers"></p>
<p>Click start, and it will make the change.</p>
<p>Got an idea to improve one of our plugins, or an idea for a new plugin for Network Administrator? Let us know by sending an email to <a href="mailto:support@intelliadmin.com">support@intelliadmin.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/02/set-vnc-passwords-remotely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove that &#8220;Downloaded from the Internet&#8221; warning</title>
		<link>http://www.intelliadmin.com/index.php/2011/01/remove-that-downloaded-from-the-internet-warning/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/01/remove-that-downloaded-from-the-internet-warning/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 16:49:22 +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[Utility]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/index.php?p=2932</guid>
		<description><![CDATA[Jonathan has been quite patient&#8230;I think he originally asked for this plugin last year. Just got another email from him recently: Hi Steve, I know you have been super busy especially around the holidays but I was wondering when that feature I had requested will be incorporated into the software, the one that disables the [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/01/remove-that-downloaded-from-the-internet-warning/" title="Permanent link to Remove that &#8220;Downloaded from the Internet&#8221; warning"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/Network.jpg" width="55" height="55" alt="Post image for Remove that &#8220;Downloaded from the Internet&#8221; warning" /></a>
</p><p>Jonathan has been quite patient&#8230;I think he originally asked for this plugin last year. Just got another email from him recently:<br />
<i><br />
Hi Steve,</p>
<p>I know you have been super busy especially around the holidays but I was wondering when that feature I had requested will be incorporated into the software, the one that disables the you downloaded this exe from the intertubes and can be unsafe…</p>
<p>Thanks so much!</p>
<p>Have a great and healthy new year!<br />
</i><br />
I know what he is talking about, since I get annoyed by it all the time. </p>
<p>Every time you download a file from the Internet, it gets tagged by windows. That way it will warn you &#8211; every time you run the file.</p>
<p>This can get annoying if you have a <a href="http://www.intelliadmin.com/index.php/downloads/">simple utility that is just an exe</a> without an install file. Especially if it needs admin rights in Vista or Windows 7.</p>
<p>Why?</p>
<p>Because you will be prompted twice every time you run it:</p>
<p>First, with the scary Internet Warning:</p>
<p><img src="http://www.intelliadmin.com/images/publisher%20cannot%20be%20verified%20window.jpg" alt="Unknown Publisher"/></p>
<p>Then the standard UAC prompt:</p>
<p><img src="http://www.intelliadmin.com/images/unknown%20publisher.jpg" alt="Unknown Publisher"></p>
<p>Turning it off requires changing four registry values. You can change them under HKEY_LOCAL_MACHINE to make the changes system wide, or under HKEY_CURRENT_USER to apply them just to your account.</p>
<p>Here are the changes:</p>
<p>First go to this key:</p>
<p>Software\Microsoft\Internet Explorer\Download</p>
<p>If they are not there already create:</p>
<p>A string value named CheckExeSignatures and set to to the value no</p>
<p>A dword value named RunInvalidSignatures and set it to 1</p>
<p>Then go to this registry key:</p>
<p>Software\Microsoft\Windows\CurrentVersion\Policies\Attachments</p>
<p>Create a dword value named SaveZoneInformation and set it to 1</p>
<p>Finally, go to this key:</p>
<p>Software\Microsoft\Windows\CurrentVersion\Policies\Associations</p>
<p>Create a string value named LowRiskFileTypes and fill it with the types of files you want to open without the warning. </p>
<p>Like this:</p>
<p>.zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mov;.mp3;.m3u;.wav;</p>
<p>This can be tedious. If you want the easy way, simply <a href="http://www.intelliadmin.com/NetworkAdministrator.exe" rel="nmlp"> download the latest free version of Network Administrator</a> and it will do it for you:</p>
<p><img src="http://www.intelliadmin.com/images/Network%20Administrator%20Disable%20Security%20Warning.jpg" alt="Disable Internet Security Warning"/></p>
<p>Remember, the warning is there for a reason &#8211; for you to click OK as fast as you can without even looking at it <img src='http://www.intelliadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you have a question or idea for a tweak or change in windows, let me know by sending an email to <a href="mailto:support@intelliadmin.com">support@intelliadmin.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/01/remove-that-downloaded-from-the-internet-warning/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>

