<?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>bloggingIT &#187; Vista</title>
	<atom:link href="http://ccgi.maxpower.plus.com/tag/vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://ccgi.maxpower.plus.com</link>
	<description>a tecchy&#039;s blog</description>
	<lastBuildDate>Tue, 24 Nov 2009 16:35:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding Printers will Hang a Vista Logon to a Domain</title>
		<link>http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 19:43:57 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Printers]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[UAC]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/?p=378</guid>
		<description><![CDATA[Vista's UAC prevents standard users from installing printer drivers by default. This can cause a problem, especially if you use a logon script or group policy preferences to add shared printers to the user profile.

Luckily there's a quick group policy fix that will allow users to add printers without any prompt. Once configured, you should be able to log on with a user account that automatically adds the printer without a hitch.


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/07/29/edit-files-with-notepad-from-anywhere-on-your-network/' rel='bookmark' title='Permanent Link: Edit files with Notepad++ From Anywhere on your Network'>Edit files with Notepad++ From Anywhere on your Network</a> <small>Notepad++ is a very handy tool. It rocks. What is...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/11/10/remove-netowork-printers-from-users-before-they-log-on/' rel='bookmark' title='Permanent Link: Remove Network Printers from Users Before they Log On'>Remove Network Printers from Users Before they Log On</a> <small>I had a little trouble with an HP Printer driver...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/' rel='bookmark' title='Permanent Link: Deleting files older than a specific date or age'>Deleting files older than a specific date or age</a> <small>I needed to delete a chunk of cookies today &#8211;...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting files older than a specific date or age</title>
		<link>http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 11:01:18 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Cookies]]></category>
		<category><![CDATA[forfiles]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[User profiles]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/?p=407</guid>
		<description><![CDATA[I needed to delete a chunk of cookies today &#8211; but I didn&#8217;t want to delete them all.
Thankfully there is a handy command that is within Windows versions after XP such as Server 2003 and Vista that will enable to clean up without too many problems.
The forfiles command will allow you to set a specific [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/07/29/edit-files-with-notepad-from-anywhere-on-your-network/' rel='bookmark' title='Permanent Link: Edit files with Notepad++ From Anywhere on your Network'>Edit files with Notepad++ From Anywhere on your Network</a> <small>Notepad++ is a very handy tool. It rocks. What is...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/11/10/remove-netowork-printers-from-users-before-they-log-on/' rel='bookmark' title='Permanent Link: Remove Network Printers from Users Before they Log On'>Remove Network Printers from Users Before they Log On</a> <small>I had a little trouble with an HP Printer driver...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/' rel='bookmark' title='Permanent Link: Adding Printers will Hang a Vista Logon to a Domain'>Adding Printers will Hang a Vista Logon to a Domain</a> <small>Vista's UAC prevents standard users from installing printer drivers by...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Edit files with Notepad++ From Anywhere on your Network</title>
		<link>http://ccgi.maxpower.plus.com/2009/07/29/edit-files-with-notepad-from-anywhere-on-your-network/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2009/07/29/edit-files-with-notepad-from-anywhere-on-your-network/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 11:53:52 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Notepad++]]></category>
		<category><![CDATA[Preferences]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/?p=380</guid>
		<description><![CDATA[Notepad++ is a very handy tool. It rocks.
What is annoying is that if you have it installed on a server, then you have to run NPP before opening the intended file that you want to edit.
Well, no more! Using the power of Group Policy Preferences (which also rocks).
First of all, install NPP onto your server [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/' rel='bookmark' title='Permanent Link: Adding Printers will Hang a Vista Logon to a Domain'>Adding Printers will Hang a Vista Logon to a Domain</a> <small>Vista's UAC prevents standard users from installing printer drivers by...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/' rel='bookmark' title='Permanent Link: Deleting files older than a specific date or age'>Deleting files older than a specific date or age</a> <small>I needed to delete a chunk of cookies today &#8211;...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/10/27/uninstall-ranger-from-a-computer-without-the-rangerremove-user/' rel='bookmark' title='Permanent Link: Uninstall Ranger from a Computer without the RangerRemove User'>Uninstall Ranger from a Computer without the RangerRemove User</a> <small>Sometimes it might be necessary to remove Sentinel&#8217;s Ranger software...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2009/07/29/edit-files-with-notepad-from-anywhere-on-your-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista, Why You Eat my Computer?</title>
		<link>http://ccgi.maxpower.plus.com/2008/04/04/vista-why-you-eat-my-computer/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2008/04/04/vista-why-you-eat-my-computer/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 10:19:41 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Slow]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/?p=243</guid>
		<description><![CDATA[So, Vista&#8217;s been out for a while now - some people think it&#8217;s great (usually they are selling it), some think that it&#8217;s pants.
Now, I&#8217;m not far from the front of the queue when it comes to raving about Linux. Ubuntu was the second Linux distro that I have tried, and I&#8217;ve stuck with it quite [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/08/16/how-to-download-bbc-iplayer-programmes/' rel='bookmark' title='Permanent Link: How to download BBC iPlayer programmes'>How to download BBC iPlayer programmes</a> <small>Fed up with the BBC iPlayer? Well this article explains...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/' rel='bookmark' title='Permanent Link: Adding Printers will Hang a Vista Logon to a Domain'>Adding Printers will Hang a Vista Logon to a Domain</a> <small>Vista's UAC prevents standard users from installing printer drivers by...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/01/03/installing-ubuntu-804-server-on-virtualbox-%c2%ab-sazwqa/' rel='bookmark' title='Permanent Link: Installing Ubuntu 8.04 server on VirtualBox'>Installing Ubuntu 8.04 server on VirtualBox</a> <small>I had a little trouble running Ubuntu server on VirtualBox...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2008/04/04/vista-why-you-eat-my-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop &#8216;Computer&#8217; appearing when you logon in Vista</title>
		<link>http://ccgi.maxpower.plus.com/2008/03/07/stop-computer-appearing-when-you-logon-in-vista/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2008/03/07/stop-computer-appearing-when-you-logon-in-vista/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 06:34:46 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/2008/03/07/stop-computer-appearing-when-you-logon-in-vista/</guid>
		<description><![CDATA[I&#8217;ve had a problem lately whereby various roaming profiles have the Computer window appear when users log into Windows Vista.
I messed around with a load of settings to try and work out what it was &#8211; I thought that as the problem only manifests itself in Vista with the new profiles, maybe it&#8217;s mis-interpreting a [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/' rel='bookmark' title='Permanent Link: Adding Printers will Hang a Vista Logon to a Domain'>Adding Printers will Hang a Vista Logon to a Domain</a> <small>Vista's UAC prevents standard users from installing printer drivers by...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/07/29/edit-files-with-notepad-from-anywhere-on-your-network/' rel='bookmark' title='Permanent Link: Edit files with Notepad++ From Anywhere on your Network'>Edit files with Notepad++ From Anywhere on your Network</a> <small>Notepad++ is a very handy tool. It rocks. What is...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/' rel='bookmark' title='Permanent Link: Deleting files older than a specific date or age'>Deleting files older than a specific date or age</a> <small>I needed to delete a chunk of cookies today &#8211;...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2008/03/07/stop-computer-appearing-when-you-logon-in-vista/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enabling Group Favourites on a Network</title>
		<link>http://ccgi.maxpower.plus.com/2008/02/16/enabling-group-favourites-on-a-network/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2008/02/16/enabling-group-favourites-on-a-network/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 10:48:47 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Favourites]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/2008/02/16/enabling-group-favourites-on-a-network/</guid>
		<description><![CDATA[One of the tricky things about managing Favourites for users on a network is that it’s a nightmare to easily deal with the varied requirements of users.
Generally, you would set up favourites on a Windows network to do one of the following:

Leave them as they are. Users can add and remove their own favourite websites
Redirect [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/07/29/edit-files-with-notepad-from-anywhere-on-your-network/' rel='bookmark' title='Permanent Link: Edit files with Notepad++ From Anywhere on your Network'>Edit files with Notepad++ From Anywhere on your Network</a> <small>Notepad++ is a very handy tool. It rocks. What is...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/' rel='bookmark' title='Permanent Link: Adding Printers will Hang a Vista Logon to a Domain'>Adding Printers will Hang a Vista Logon to a Domain</a> <small>Vista's UAC prevents standard users from installing printer drivers by...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/' rel='bookmark' title='Permanent Link: Deleting files older than a specific date or age'>Deleting files older than a specific date or age</a> <small>I needed to delete a chunk of cookies today &#8211;...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2008/02/16/enabling-group-favourites-on-a-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Becta &#8211; you&#8217;re getting it all wrong</title>
		<link>http://ccgi.maxpower.plus.com/2008/01/19/becta-youre-getting-it-all-wrong/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2008/01/19/becta-youre-getting-it-all-wrong/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 09:24:14 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Becta]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Schools]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/2008/01/19/becta-youre-getting-it-all-wrong/</guid>
		<description><![CDATA[The education sector has by far the most potential to steer and promote the direction of open-source than anything else in the UK. So why has Becta waited a year to whinge about Office and Vista instead of doing what it's there to do - lead?


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/' rel='bookmark' title='Permanent Link: Adding Printers will Hang a Vista Logon to a Domain'>Adding Printers will Hang a Vista Logon to a Domain</a> <small>Vista's UAC prevents standard users from installing printer drivers by...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/09/21/no-more-lost-deleted-files-in-ubuntu/' rel='bookmark' title='Permanent Link: No More Lost Deleted Files in Ubuntu'>No More Lost Deleted Files in Ubuntu</a> <small>I had a shocking error of judgement this morning when...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/10/27/uninstall-ranger-from-a-computer-without-the-rangerremove-user/' rel='bookmark' title='Permanent Link: Uninstall Ranger from a Computer without the RangerRemove User'>Uninstall Ranger from a Computer without the RangerRemove User</a> <small>Sometimes it might be necessary to remove Sentinel&#8217;s Ranger software...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2008/01/19/becta-youre-getting-it-all-wrong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista error Stop 0×0000009F error message (DRIVER POWER STATE FAILURE)</title>
		<link>http://ccgi.maxpower.plus.com/2007/10/16/vista-error-stop-0%c3%970000009f-error-message-driver-power-state-failure/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2007/10/16/vista-error-stop-0%c3%970000009f-error-message-driver-power-state-failure/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 21:44:53 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/2007/10/16/vista-error-stop-0%c3%970000009f-error-message-driver-power-state-failure/</guid>
		<description><![CDATA[After recently installing a bunch of Shuttle SK22G2 systems in a site with Windows Vista loaded, it became clear that there were some minor issues with the systems shutting down. (Hint: They didn&#8217;t)
There was an intermittent fault that made them hang on the last phase of shutting down. Frustratingly, there was no evidence to show [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/' rel='bookmark' title='Permanent Link: Adding Printers will Hang a Vista Logon to a Domain'>Adding Printers will Hang a Vista Logon to a Domain</a> <small>Vista's UAC prevents standard users from installing printer drivers by...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/11/24/a-quick-shutdown-command/' rel='bookmark' title='Permanent Link: A Quick Shutdown Command'>A Quick Shutdown Command</a> <small>For shutting down multiple computers on a network: for /L...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/02/24/google-down-world-stops/' rel='bookmark' title='Permanent Link: Google Down! World Stops!'>Google Down! World Stops!</a> <small>Google Mail is down. Press CTRL+ALT+DEL to reboot Earth....</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2007/10/16/vista-error-stop-0%c3%970000009f-error-message-driver-power-state-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Desktop for Windows XP and Vista</title>
		<link>http://ccgi.maxpower.plus.com/2007/09/06/virtual-desktop-for-windows-xp-and-vista/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2007/09/06/virtual-desktop-for-windows-xp-and-vista/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 06:18:25 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Virtual Desktop]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/2007/09/06/virtual-desktop-for-windows-xp-and-vista/</guid>
		<description><![CDATA[Yes, it&#8217;s true!
Windows Vista may actually start making use of the 3D effects enjoyed by other operating systems for so long now.
Most notably, the virtual desktop has been toyed around with before in Windows, but it never seems to be executed well. So it seems fitting that there&#8217;s a Vista / XP Virtual Desktop Manager [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/' rel='bookmark' title='Permanent Link: Adding Printers will Hang a Vista Logon to a Domain'>Adding Printers will Hang a Vista Logon to a Domain</a> <small>Vista's UAC prevents standard users from installing printer drivers by...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/09/05/set-the-default-organisational-unit-for-new-computers-in-windows-server/' rel='bookmark' title='Permanent Link: Set the default Organisational Unit for New Computers in Windows Server'>Set the default Organisational Unit for New Computers in Windows Server</a> <small>Once you have your domain and group policies set up,...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/' rel='bookmark' title='Permanent Link: Deleting files older than a specific date or age'>Deleting files older than a specific date or age</a> <small>I needed to delete a chunk of cookies today &#8211;...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2007/09/06/virtual-desktop-for-windows-xp-and-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office 2007 Deployment Computer Startup Scripts</title>
		<link>http://ccgi.maxpower.plus.com/2007/05/25/office-2007-deployment-computer-startup-scripts/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2007/05/25/office-2007-deployment-computer-startup-scripts/#comments</comments>
		<pubDate>Fri, 25 May 2007 12:24:15 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[WSUS]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/2007/05/25/office-2007-deployment-computer-startup-scripts/</guid>
		<description><![CDATA[Now that MS Office 2007 is doing the rounds, I suppose it&#8217;s time to lookat some of its shortcomings.
It has a few when it comes to deployment. The biggest nuisance being deployment.
You have four options:

Install it on a PC manually (not great)
Deploy through group policy with no customisations
Use a deployment system such as SMS
Use a [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/07/29/edit-files-with-notepad-from-anywhere-on-your-network/' rel='bookmark' title='Permanent Link: Edit files with Notepad++ From Anywhere on your Network'>Edit files with Notepad++ From Anywhere on your Network</a> <small>Notepad++ is a very handy tool. It rocks. What is...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/' rel='bookmark' title='Permanent Link: Adding Printers will Hang a Vista Logon to a Domain'>Adding Printers will Hang a Vista Logon to a Domain</a> <small>Vista's UAC prevents standard users from installing printer drivers by...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/10/27/uninstall-ranger-from-a-computer-without-the-rangerremove-user/' rel='bookmark' title='Permanent Link: Uninstall Ranger from a Computer without the RangerRemove User'>Uninstall Ranger from a Computer without the RangerRemove User</a> <small>Sometimes it might be necessary to remove Sentinel&#8217;s Ranger software...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2007/05/25/office-2007-deployment-computer-startup-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
