<?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>Insert name here &#187; group</title>
	<atom:link href="http://blog.tanist.co.uk/tag/group/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tanist.co.uk</link>
	<description>Web development and general IT snippets, possibly some other irrelevant things too.</description>
	<lastBuildDate>Thu, 22 Apr 2010 13:35:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Deploy PhotoScape via Group Policy</title>
		<link>http://blog.tanist.co.uk/2009/01/deploy-photoscape-via-group-policy/</link>
		<comments>http://blog.tanist.co.uk/2009/01/deploy-photoscape-via-group-policy/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 10:37:12 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[manipulation]]></category>
		<category><![CDATA[photoscape]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=120</guid>
		<description><![CDATA[PhotoScape is a really nice, simple, easy to use bit of FREE photo editing software. It offers a lot of basic features without ever complicating matters &#8211; ideal for people just learning to play with their photos, or anyone who just doesn&#8217;t want the hassle of having to learn a more complex piece of software.
To [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.photoscape.org">PhotoScape</a> is a really nice, simple, easy to use bit of FREE photo editing software. It offers a lot of basic features without ever complicating matters &#8211; ideal for people just learning to play with their photos, or anyone who just doesn&#8217;t want the hassle of having to learn a more complex piece of software.</p>
<p>To deploy this via group policy, you will need to use a startup script, as it is not possible to extract an MSI to use with the usual method. However it&#8217;s a really simple script so should be no problem to get it up and running.</p>
<p>Just share the installer executable somewhere on your server (we usually have a shared software directory for this purpose), and add the following to a startup script (replacing the path with the correct one for your situation, of course)&#8230;</p>
<blockquote><p>&#8220;\\SVR\Software\PhotoScapeInstall\setup.exe&#8221; /S</p></blockquote>
<p>Note the upper-case S in the switch &#8211; it will not function with a lower-case S. This will install desktop and quick-launch shortcuts, which unfortunately there seems to be no way around. However, a good point is that it does not install Google Toolbar, which is an option selected by default if you use the wizard install.</p>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2009/01/deploy-photoscape-via-group-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista Hangs on Logon, very slow at Welcome Screen</title>
		<link>http://blog.tanist.co.uk/2008/12/vista-hangs-on-logon-very-slow-at-welcome-screen/</link>
		<comments>http://blog.tanist.co.uk/2008/12/vista-hangs-on-logon-very-slow-at-welcome-screen/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 21:49:36 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[2008]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[logon]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[verbose status messages]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=51</guid>
		<description><![CDATA[We had this problem on our Vista machines in the office whereby they would get stuck during the logon process. We couldn&#8217;t for the life of us pinpoint the problem, as the logon information is very vague. Then I remembered a neat feature from XP which is also available in Vista. The key was to enabled Verbose [...]]]></description>
			<content:encoded><![CDATA[<p>We had this problem on our Vista machines in the office whereby they would get stuck during the logon process. We couldn&#8217;t for the life of us pinpoint the problem, as the logon information is very vague. Then I remembered a neat feature from XP which is also available in Vista. The key was to enabled Verbose logon information to find out what exactly was going on:</p>
<p>If you are using a stand-alone computer or if you want to enable verbose status messages on only one computer, follow these steps:</p>
<ol>
<li>Click Start, and then click Run.</li>
<li>In the Open box, type gpedit.msc, and then click OK.</li>
<li>Expand Computer Configuration, expand Administrative Templates, and then click System.</li>
<li>In the right pane, double-click Verbose vs normal status messages.</li>
<li>Click Enabled, and then click OK.</li>
<li>Close Group Policy Object Editor, and then click OK.</li>
</ol>
<p>Run a gpupdate /force if you can. After doing this, we noticed our machines were hanging at the printers group policy. After disabling the offending printer policy, logon worked fine again. As techies we decided to leave Verbose Status Messages switched on, as it can actually be very useful. Check out Chris&#8217;s previous post for more on our <a href="http://blog.tanist.co.uk/2008/11/deploying-printers-from-x64-servers-to-x86-clients/">printer issues</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2008/12/vista-hangs-on-logon-very-slow-at-welcome-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploy Pivot Stickfigure Animator via Group Policy</title>
		<link>http://blog.tanist.co.uk/2008/11/deploy-pivot-stickfigure-animator-via-group-policy/</link>
		<comments>http://blog.tanist.co.uk/2008/11/deploy-pivot-stickfigure-animator-via-group-policy/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 10:53:47 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[animator]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[pivot]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[stickfigure]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=64</guid>
		<description><![CDATA[An easy one, this. Infact, it seems far too easy. Just share Pivot&#8217;s setup.exe in some folder on your server, and add the following to a startup script attached to your GPO (with the correct server name and share paths applied, of course).
\\SVR\Share\Path\setup.exe /quiet
That&#8217;s it! It installs near instantaneously on newer machines as well &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>An easy one, this. Infact, it seems far too easy. Just share Pivot&#8217;s setup.exe in some folder on your server, and add the following to a startup script attached to your GPO (with the correct server name and share paths applied, of course).</p>
<blockquote><p>\\SVR\Share\Path\setup.exe /quiet</p></blockquote>
<p>That&#8217;s it! It installs near instantaneously on newer machines as well &#8211; well done that man.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2008/11/deploy-pivot-stickfigure-animator-via-group-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
