<?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>Glo Networks Technical Blog (Glo Blog) &#187; Desktops and Laptops</title>
	<atom:link href="http://blog.glo-networks.com/category/desktops/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.glo-networks.com</link>
	<description>Glo Networks team sharing their technical experiences and thoughts.</description>
	<lastBuildDate>Wed, 18 Jan 2012 17:35:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Don&#8217;t get stuck in the IT dark age!</title>
		<link>http://blog.glo-networks.com/2011/11/03/dont-get-stuck-in-the-it-dark-age/</link>
		<comments>http://blog.glo-networks.com/2011/11/03/dont-get-stuck-in-the-it-dark-age/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 15:00:52 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Desktop Hardware]]></category>
		<category><![CDATA[Desktops and Laptops]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Laptop Hardware]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Small Business Software]]></category>
		<category><![CDATA[dark age]]></category>
		<category><![CDATA[intel survey]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[small business]]></category>

		<guid isPermaLink="false">http://blog.glo-networks.com/?p=1157</guid>
		<description><![CDATA[Recent research by hardware manufacturer Intel (and supported by the Confederation of British Industry) has highlighted the lack of investment and expertise in IT in small businesses in the UK. Their study of 3000 IT decision makers for businesses of 250 users or less shows: the majority still use fax machines more than smart phones [...]]]></description>
			<content:encoded><![CDATA[<p>Recent research by hardware manufacturer Intel (and supported by the Confederation of British Industry) has highlighted the lack of investment and expertise in IT in small businesses in the UK. Their study of 3000 IT decision makers for businesses of 250 users or less shows:</p>
<ul>
<li style="text-align: left;">the majority still use fax machines more than smart phones</li>
<li style="text-align: left;">a large percentage expose themselves to security risks by using personal laptops and mobile devices for work and are unaware of the data protection rules they&#8217;re potentially breaking by doing so</li>
<li style="text-align: left;">most did not know what &#8216;the cloud&#8217; is, even those that were using it already (e.g via Gmail)</li>
</ul>
<p>There were several other worrying facts relating to investment in IT equipment (a third do not intend to buy new laptops or tablets for at least a year) and security (two thirds spend under 10% of their IT budget on protecting against attacks).</p>
<p>It&#8217;s disappointing that in this digital age many small businesses still do not appreciate the efficiency improvements that can be attained by updating IT infrastructure or the importance of maintaining IT security. At Glo Networks we are proud that none of our customers fall into this group (and those that may have previously have had our help to make the required improvements). Don&#8217;t let your business your business be one of those stuck in the IT &#8216;dark age&#8217;!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.glo-networks.com/2011/11/03/dont-get-stuck-in-the-it-dark-age/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing E-Trust &#8211; Simplified</title>
		<link>http://blog.glo-networks.com/2011/10/17/removing-e-trust-simplified/</link>
		<comments>http://blog.glo-networks.com/2011/10/17/removing-e-trust-simplified/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 14:41:19 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Desktops and Laptops]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[E-Trust removal]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://blog.glo-networks.com/?p=1110</guid>
		<description><![CDATA[In our experience changing between anti-virus software can be more hassle than it first seems. Even if the new antivirus vendor will claim to remove the previous software sometimes it just can&#8217;t, and often if a small part of the former remains the new software will not install correctly. To this end some anti-virus providers [...]]]></description>
			<content:encoded><![CDATA[<p>In our experience changing between anti-virus software can be more hassle than it first seems. Even if the new antivirus vendor will claim to remove the previous software sometimes it just can&#8217;t, and often if a small part of the former remains the new software will not install correctly.</p>
<p>To this end some anti-virus providers offer their own tools for removing, but recently we found we were having difficulties in removing a deployment of E-Trust anti-virus from our customers machines, the customer was locked out of the admin consoles, and we couldn&#8217;t see any suitable tools. So rather than walk up to each machine and manually remove, we did what us IT geeks love best and created a script to fit our needs:</p>
<p><code>@echo off<br />
REM Stopping Services<br />
net stop "eTrust Antivirus Realtime Service"<br />
net stop "eTrust ITM Job Service"<br />
net stop "eTrust ITM RPC Service"<br />
net stop "iTechnology iGateway 4.2"<br />
REM ITM Server<br />
msiexec.exe /qn /X{4A2635AD-91E0-4758-BD1E-CA57C9294F1F}<br />
REM ITM Agent<br />
msiexec.exe /qn /X{85F88F9C-6EB2-426B-88AB-28DA4A3526B9}<br />
REM iTechnology iGateway<br />
msiexec.exe /qn /X{847501DF-07C0-4691-B04A-893929F108AE}</code></p>
<p>Bear in mind that this works for our customers specific version of E-Trust, and for different versions the Product Codes (those bits in parenthesis after &#8220;msiexec /qn /X&#8221;) may differ.</p>
<p>We ran this on all computers in the Active Directory using PSExec, DSQuery.</p>
<p><code>cmd.exe /v:on /c "for /F "delims=, tokens=1" %i in ('dsquery computer -limit 0') do set name=%i &amp; set name=!name:~4! &amp; psexec -u Administrator -p AdministratorPassword \\!name! \\server\share\path\to\script.bat"</code></p>
<p>Be aware that the result set for DSQuery is by default limited to 1000 rows. In the example above we&#8217;ve explicitly set it to 0, which is unlimited, and generally speaking a bad idea. We&#8217;ve included the limit argument just incase you try and use this verbatim and get confused.</p>
<p>This won&#8217;t be executed in parallel, so the more machines you have the longer it will take.</p>
<p>DSQuery is part of the RSAT (Remote Server Administration Tools), installed by default on Domain Controllers, and optionally on other machines. PSExec is available from <a href="http://www.sysinternals.com/">Sysinternals</a>.</p>
<p>We would recommend creating a one time special administrator account, or you could pass in the administrator password via an environment variable, or read in from a file. Not providing the account may result in funny results depending on the target.</p>
<p>We also found one at least one or two machines there was a problem with UAC, however there did not seem to be a pattern, and we didn&#8217;t take the time to investigate the cause.</p>
<p>Oh, and just one more thing. Alternatively you could assign the removal script as a start up script.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.glo-networks.com/2011/10/17/removing-e-trust-simplified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSD Speeds: Are we being mislead?</title>
		<link>http://blog.glo-networks.com/2011/10/12/ssd-speeds-are-we-being-mislead/</link>
		<comments>http://blog.glo-networks.com/2011/10/12/ssd-speeds-are-we-being-mislead/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 13:33:45 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Desktops and Laptops]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Blackmagic Disk Speed Test]]></category>
		<category><![CDATA[Disk Read]]></category>
		<category><![CDATA[Disk Speed]]></category>
		<category><![CDATA[Disk Write]]></category>
		<category><![CDATA[SSD]]></category>

		<guid isPermaLink="false">http://blog.glo-networks.com/?p=1092</guid>
		<description><![CDATA[In a previous post we talked about the difference in disk read/write speed when enabling and disabling FileVault on a MacBook Pro fitted with an SSD. The software used to test was ‘Blackmagic Disk Speed Test’ which is available straight off the Mac App store. Since that post there’s been an update for the software, [...]]]></description>
			<content:encoded><![CDATA[<p>In a previous <a title="OS X 10.7 (Lion) FileVault Overhead" href="http://blog.glo-networks.com/2011/08/17/os-x-10-7-lion-filevault-overhead/" target="_blank">post </a>we talked about the difference in disk read/write speed when enabling and disabling FileVault on a MacBook Pro fitted with an SSD. The software used to test was ‘Blackmagic Disk Speed Test’ which is available straight off the <a href="http://itunes.apple.com/gb/app/blackmagic-disk-speed-test/id425264550?mt=12" target="_blank">Mac App store</a>.</p>
<p>Since that post there’s been an update for the software, and this update has brought something a bit fishy to our attention.</p>
<p>First let’s discuss what this update has changed. Directly from the product page on the App Store:</p>
<p><em><a href="http://itunes.apple.com/gb/app/blackmagic-disk-speed-test/id425264550?mt=12">What&#8217;s New in Version 2.1</a></em></p>
<p><em><a href="http://itunes.apple.com/gb/app/blackmagic-disk-speed-test/id425264550?mt=12">Some SSD&#8217;s use hidden compression when writing data to make their benchmarked speeds appear faster. Disk Speed Test will now measure the true speed of these SSD&#8217;s so you know if they are suitable for high quality uncompressed video capture.</a></em></p>
<p>The people that produce the software say the new update takes account for the ‘hidden compression’ used by SSD manufacturers, and measures the  ‘true speed’. So what difference does it actually make?  Here are some results we came up with:</p>
<table border="0" width="200">
<tbody>
<tr>
<td><a href="http://blog.glo-networks.com/wp-content/uploads/2011/08/No-FileVault.png"><img class="alignleft size-thumbnail wp-image-1067" title="After Update" src="http://blog.glo-networks.com/wp-content/uploads/2011/08/No-FileVault-150x150.png" alt="" width="150" height="150" /></a></td>
<td><a href="http://blog.glo-networks.com/wp-content/uploads/2011/10/Screen-Shot-2011-10-11-at-8-43-06.png"><img class="alignleft size-thumbnail wp-image-1095" title="After Update" src="http://blog.glo-networks.com/wp-content/uploads/2011/10/Screen-Shot-2011-10-11-at-8-43-06-150x150.png" alt="After Update" width="150" height="150" /></a></td>
</tr>
<tr>
<td align="center"><a href="http://blog.glo-networks.com/wp-content/uploads/2011/08/With-FileVault.png">Before Update</a></td>
<td align="center"><a href="http://blog.glo-networks.com/wp-content/uploads/2011/08/No-FileVault.png">After Update</a></td>
</tr>
</tbody>
</table>
<p>As you can see there’s a HUGE drop in the speeds the software reports! The SSD in question, a Corsair Force 3 240Gb SSD, is sold with the following specs listed:</p>
<p>Read Performance (max)             550 MB/s</p>
<p>Write Performance (max)            520 MB/s</p>
<p>The two logical conclusions that can come from this are:</p>
<p>SSD Manufacturers are artificially inflating the Read/Write speeds in order to put better looking specs on their SSDs</p>
<p>OR</p>
<p>The software, post update, is reporting things wrong or in an unorthodox manner.</p>
<p>There&#8217;s a few bells ringing here, this reminds us of the old hard drive capacity description discrepancy <a href="http://techreport.com/discussions.x/10269" target="_blank">argument </a>that went on for some time or possibly of the IPS broadband &#8216;up to&#8217; speed claims <a href="http://www.pcpro.co.uk/news/broadband/359779/ofcom-finally-tires-of-fantasy-broadband-speeds">issue</a>.  Could we be seeing a similar overstatement from SSD manufacturers regards typical speeds?</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.glo-networks.com/2011/10/12/ssd-speeds-are-we-being-mislead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 News and Features</title>
		<link>http://blog.glo-networks.com/2011/10/11/windows-8-news-and-features/</link>
		<comments>http://blog.glo-networks.com/2011/10/11/windows-8-news-and-features/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 16:13:51 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Desktops and Laptops]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[8]]></category>
		<category><![CDATA[Building]]></category>
		<category><![CDATA[Metro]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.glo-networks.com/?p=1083</guid>
		<description><![CDATA[For a little over two months now the Building Windows 8 MSDN blog has been providing an insight into the new features and improvements currently in development for Windows 8. If you have even a slight interest in an early insight into the next Windows release then the blog is the place to look. If [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.msdn.com/b/b8/"><img class="alignleft" title="Windows 8 Metro" src="http://blogs.msdn.com/cfs-filesystemfile.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-29-43-metablogapi/0654.Metro_2D00_style_2D00_UI_5F00_010DA84C.jpg" alt="Windows 8 Metro" width="170" height="96" /></a>For a little over two months now the <a title="Building Windows 8" href="http://blogs.msdn.com/b/b8/">Building Windows 8 MSDN blog</a> has been providing an insight into the new features and improvements currently in development for Windows 8. If you have even a slight interest in an early insight into the next Windows release then the blog is the place to look.</p>
<p>If you don’t fancy reading through the all the posts on there then allow us here at Glo Networks to summarise a few of the features we’ve found interesting just for you.</p>
<p><strong>Improved file management:</strong> File copy jobs (copy, move, rename and delete) make up a large percentage of Windows 7 command use. As such Windows 8 looks to improve these functions. There&#8217;s a new centralised copy interface (no longer one dialogue per copy job, all will appear in the same) which has new monitoring and control tools, including the ability to pause individual jobs and a real-time throughput graph.</p>
<p><strong>Improved &#8220;File Name Collision&#8221;:</strong> This is the situation that arises when copying a file to a location which already contains a file with the same name. The new conflict resolution dialogue displays the files from the source on the left and the files in the destination on the right. There’s a thumbnail image for each file, as well as information (modified date, size etc.) to help you make the decision on which file to keep.</p>
<p><strong>ISO and VHD Access:</strong> ISO&#8217;s (virtual DVDs) and VHD&#8217;s (virtual hard disks) are now mountable natively in Windows 8. Simply double click the file and it will appear under Computer as either a DVD drive or hard disk, allowing easy access to the contents.</p>
<p><strong>Hyper-V:</strong> Formally the domain of Windows Server editions, Hyper-V will be enabled in Windows 8. Hyper-V is a machine virtualization technology that will let you run more than one operating system at the same time on the same computer. One new Hyper-V feature developed specially for Windows 8 is the ability to use a wireless connection for your virtual machines to connect to the network.</p>
<p><strong>Metro:</strong> This one’s a biggy. Windows 8 will have two user interfaces (UIs) available. Firstly the Windows Desktop UI that we know and love from previous versions of Windows makes a comeback, with improvements and new features aplenty. But available alongside this, or even instead of this should you prefer, is the new ‘Metro’, app based, touch friendly, UI. If you’ve seen the UI on the Zune devices, or the new Windows Phone (both interfaces are also called Metro) then you’ll already have an idea of the look and feel of this new UI. The idea is to bring together the power user capabilities of the PC and the more casual, app centric focus of tablets into a single device, with no compromise of the capabilities of either.</p>
<p>This is just a small selection of what has been discussed on the Building Windows 8 blog, there’s much more information on there and it also offers a way to give your feedback (via the comments section and the forum).</p>
<p>We’re excited to see what other new features and improvements will be present in the new OS, and will certainly be taking part in the open beta when the time comes. Keep an eye out for our thoughts and opinions in the future!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.glo-networks.com/2011/10/11/windows-8-news-and-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X 10.7 (Lion) FileVault Overhead</title>
		<link>http://blog.glo-networks.com/2011/08/17/os-x-10-7-lion-filevault-overhead/</link>
		<comments>http://blog.glo-networks.com/2011/08/17/os-x-10-7-lion-filevault-overhead/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 08:45:54 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Filevault 2]]></category>
		<category><![CDATA[Filevault 2 benchmark]]></category>
		<category><![CDATA[FileVault 2.0 slow]]></category>
		<category><![CDATA[Lion Filevault]]></category>

		<guid isPermaLink="false">http://blog.glo-networks.com/?p=1065</guid>
		<description><![CDATA[Always used FileVault on OS X as a sort of best practice rule. In Lion they&#8217;ve changed it from just securing your userspace to full disk encryption. All very nice until I wondered why my MacBook Pro wasn&#8217;t feeling &#8216;smooth&#8217; or as &#8216;quick&#8217; as it was. A few tests showed the SSD as running way [...]]]></description>
			<content:encoded><![CDATA[<p>Always used FileVault on OS X as a sort of best practice rule. In Lion they&#8217;ve changed it from just securing your userspace to full disk encryption. All very nice until I wondered why my MacBook Pro wasn&#8217;t feeling &#8216;smooth&#8217; or as &#8216;quick&#8217; as it was. A few tests showed the SSD as running way under par!</p>
<p>There&#8217;s a <a href="http://www.corsair.com/ssd/force-series-3/force-series-3-240gb-sata-3-6gbps-solid-state-hard-drive.html" target="_blank">Corsair Force 3 240Gb SSD</a> in the machine that was running in the 400MB/s range before the I&#8217;d loaded the machine with my Apps / Data and config etc. It&#8217;s running a 2Ghz i7 in a macBook Pro from early 2011 so should be able to cope!  So I took some rough benchmarks using <a href="http://itunes.apple.com/gb/app/blackmagic-disk-speed-test/id425264550?mt=12" target="_blank">Disk Speed Test</a> from the App Store.</p>
<table border="0" width="200">
<tbody>
<tr>
<td><a href="http://blog.glo-networks.com/wp-content/uploads/2011/08/With-FileVault.png"><img class="alignleft size-thumbnail wp-image-1066" title="With FileVault" src="http://blog.glo-networks.com/wp-content/uploads/2011/08/With-FileVault-150x150.png" alt="" width="150" height="150" /></a></td>
<td><a href="http://blog.glo-networks.com/wp-content/uploads/2011/08/No-FileVault.png"><img class="alignleft size-thumbnail wp-image-1067" title="No FileVault" src="http://blog.glo-networks.com/wp-content/uploads/2011/08/No-FileVault-150x150.png" alt="" width="150" height="150" /></a></td>
</tr>
<tr>
<td align="center"><a href="http://blog.glo-networks.com/wp-content/uploads/2011/08/With-FileVault.png">With FileVault</a></td>
<td align="center"><a href="http://blog.glo-networks.com/wp-content/uploads/2011/08/No-FileVault.png">Without FileVault</a></td>
</tr>
</tbody>
</table>
<p>That&#8217;s roughly a 70% speed decrease ! Shall not be using FileVault anymore.</p>
<p><em>Disclaimer : something else might have been causing this speed funny but it certainly doesn&#8217;t look like it !</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.glo-networks.com/2011/08/17/os-x-10-7-lion-filevault-overhead/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>OSX Lion is Upon Us</title>
		<link>http://blog.glo-networks.com/2011/07/20/osx-lion-is-upon-us/</link>
		<comments>http://blog.glo-networks.com/2011/07/20/osx-lion-is-upon-us/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 16:03:14 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Desktops and Laptops]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://blog.glo-networks.com/?p=1049</guid>
		<description><![CDATA[After being unveiled to the public some 9 months ago Apple’s new operating system sees its release today. So congratulations expectant Apple fans: It’s a Lion! Or OSX Lion to be more precise. As the newest edition of Apples popular OSX family of operating systems Lion has great pedigree. Previous OSX versions (Tiger, Leopard, Snow [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="OSX Lion" src="http://cache.gawkerassets.com/assets/images/4/2010/10/500x_screen_shot_2010-10-20_at_2.47.13_pm.jpg" alt="Lion on Air" width="212" height="134" />After being unveiled to the public some 9 months ago Apple’s new operating system sees its release today. So congratulations expectant Apple fans: It’s a Lion! Or OSX Lion to be more precise.</p>
<p>As the newest edition of Apples popular OSX family of operating systems Lion has great pedigree. Previous OSX versions (Tiger, Leopard, Snow Leopard etc.) have been very well received. But when you look at the interface changes and new features in Lion another source of inspiration is also apparent; Apples iPhone and iPad operating system iOS.</p>
<p>OSX Lion is available from today, from the Mac App Store, for £20.99. Unlike other OSX releases there is no hard copy available; it’s a download only purchase.</p>
<p>We&#8217;ve not yet had a chance to play with Lion but rest assured, once we’ve got our teeth into it we’ll report our thoughts on the new OS here on the blog.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.glo-networks.com/2011/07/20/osx-lion-is-upon-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>‘Ten Immutable Laws Of Security’ – Passwords</title>
		<link>http://blog.glo-networks.com/2011/06/15/%e2%80%98ten-immutable-laws-of-security%e2%80%99-%e2%80%93-passwords/</link>
		<comments>http://blog.glo-networks.com/2011/06/15/%e2%80%98ten-immutable-laws-of-security%e2%80%99-%e2%80%93-passwords/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 15:38:38 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Desktops and Laptops]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Passwords]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Username]]></category>

		<guid isPermaLink="false">http://blog.glo-networks.com/?p=1014</guid>
		<description><![CDATA[There’s a Microsoft TechNet article called ‘Ten Immutable Laws Of Security’. It discusses ten security problems that the Microsoft Security Center feel cannot be ‘fixed’ by software. These are persistent problems that won’t be solved by an update from the software manufacturer but by following best practice and using good judgement. The ten laws are [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Security" src="http://actualdownload.com/pictures/icon/encryption-shield-57903.jpg" alt="" width="180" height="180" />There’s a Microsoft TechNet <a href="http://technet.microsoft.com/en-us/library/hh278941.aspx" target="_blank">article</a> called ‘Ten Immutable Laws Of Security’. It discusses ten security problems that the Microsoft Security Center feel cannot be ‘fixed’ by software. These are persistent problems that won’t be solved by an update from the software manufacturer but by following best practice and using good judgement. The ten laws are as follows:</p>
<p>Law #1: If a bad guy can persuade you to run his program on your computer, it&#8217;s not solely your computer anymore.<br />
Law #2: If a bad guy can alter the operating system on your computer, it&#8217;s not your computer anymore.<br />
Law #3: If a bad guy has unrestricted physical access to your computer, it&#8217;s not your computer anymore.<br />
Law #4: If you allow a bad guy to run active content in your website, it&#8217;s not your website any more.<br />
Law #5: Weak passwords trump strong security.<br />
Law #6: A computer is only as secure as the administrator is trustworthy.<br />
Law #7: Encrypted data is only as secure as its decryption key.<br />
Law #8: An out-of-date antimalware scanner is only marginally better than no scanner at all.<br />
Law #9: Absolute anonymity isn&#8217;t practically achievable, online or offline.<br />
Law #10: Technology is not a panacea.</p>
<p>&nbsp;</p>
<p>While the entire article is interesting and raises several very good points today we’d like to focus on Law #5 &#8211; Weak passwords trump strong security.</p>
<p>Passwords can be and frequently are a pain in the neck but they are a necessary evil. Currently they are simply the best way to verify the person accessing the computer/program is who they say they are.</p>
<p>That isn’t to suggest that they are the only way. Several other methods have been tried; facial recognition, finger print scanners and RSA Keys are just a few such methods. They all have their strengths and weaknesses but for the most part where they fail when compared to passwords is ease and convenience of use.</p>
<p>The problem with this is ease and convenience are the downfall of secure passwords. A short, simple and easy to remember password won’t stand up against an attempt to crack it for long. For a password to be secure it needs to complex and not easy to guess, and as such the securest passwords are generally randomly generated strings of letters, numbers and symbols, the longer the string the better.</p>
<p>But the average person will struggle to recall a 64 character string of characters that means nothing to them, so instead they trade off better security in favour of convenience. A quick read through lists of the most popular passwords reveals that many people will chose overly simple or easy to guess passwords such as ‘123456’ or simply ‘password’.</p>
<p>Somehow a compromise must be made.  Passwords should be as long and as complicated as possible, while still being memorable. One suggestion we at Glo Networks can offer is, rather than just a word, why not use a phrase for your password? Switch some letters for numbers/symbols and make sure it’s a phrase that will stick with you whilst not being obvious.</p>
<p>Here’s a quick example of how you could change a phrase to a decent passphrase:</p>
<p>‘<em>spend a penny</em>’ becomes ‘<em>Spend4penEE</em>’</p>
<p>Using this method it becomes much easier to create a longer password that you will quickly remember every time!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.glo-networks.com/2011/06/15/%e2%80%98ten-immutable-laws-of-security%e2%80%99-%e2%80%93-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Windows Snipping Tool &#8211; Screen Shots made Simple(er)</title>
		<link>http://blog.glo-networks.com/2011/06/07/the-windows-snipping-tool-screen-shots-made-simpleer/</link>
		<comments>http://blog.glo-networks.com/2011/06/07/the-windows-snipping-tool-screen-shots-made-simpleer/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 15:21:15 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Desktops and Laptops]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Print Screen]]></category>
		<category><![CDATA[Screen Grabs]]></category>
		<category><![CDATA[Screen Shots]]></category>
		<category><![CDATA[Snipping Tool]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://blog.glo-networks.com/?p=996</guid>
		<description><![CDATA[When you’re looking for help with an IT problem a simple screen shot can be a powerful ally. Most Windows users are aware of the Print Screen key and its function (to capture what is displayed on the screen/s and copy it to the clipboard). A small drawback to taking a screen shot this way [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Snipping Tool" src="http://upload.wikimedia.org/wikipedia/en/d/d3/Snipping_Tool_Vista.png" alt="The Snipping Tool" width="144" height="77" />When you’re looking for help with an IT problem a simple screen shot can be a powerful ally. Most Windows users are aware of the Print Screen key and its function (to capture what is displayed on the screen/s and copy it to the clipboard). A small drawback to taking a screen shot this way is the necessity to paste the captured image from the clipboard into another program in order to save it.</p>
<p>Because of this here at Glo Networks we receive a large amount of screen shots saved inside Microsoft Word files. While this isn’t exactly a problem it does make the files slightly larger than necessary and also increases the time it takes for us to open them (as we don’t always have Word loaded). This is where the Windows Snipping Tool can be very useful</p>
<p>The Snipping tool was introduced in Windows Vista and is also present in Windows 7 (though not the Home Basic edition) and Windows Server 2008 R2. Its function is to take screen shots, and it offers some handy tools to do so. You can chose to take Free-form, Rectangular, Window, or Full-screen screen shots, or Snips as it calls them, and then you can immediately either Save the Snip to file as a PNG, JPG, GIF or MHT file, or insert the file to into a new email (either as an embedded image or a attachment). It also includes a pen tool to make simple annotations to the snip and a highlighter.</p>
<p>The Snipping Tool is incredibly simple to use and perfect for its purpose. Spend a little time checking it out and you’ll get to grips with it in no time at all, or you can check out instructions on its use <a href="http://windows.microsoft.com/en-US/windows7/Use-Snipping-Tool-to-capture-screen-shots" target="_blank">here</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.glo-networks.com/2011/06/07/the-windows-snipping-tool-screen-shots-made-simpleer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>End of Support: Windows Vista SP1</title>
		<link>http://blog.glo-networks.com/2011/05/24/end-of-support-windows-vista-sp1/</link>
		<comments>http://blog.glo-networks.com/2011/05/24/end-of-support-windows-vista-sp1/#comments</comments>
		<pubDate>Tue, 24 May 2011 20:58:15 +0000</pubDate>
		<dc:creator>Karl</dc:creator>
				<category><![CDATA[Desktops and Laptops]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.glo-networks.com/?p=973</guid>
		<description><![CDATA[Support for Windows Vista Service Pack 1 (SP1) ends on July 12 2011. As always this means Windows Vista SP1 will no longer receive software updates from Windows/Microsoft Update, including security updates. If you&#8217;ve still got Vista devices deployed on your network we highly recommend that they are patched to SP2. As always, if your [...]]]></description>
			<content:encoded><![CDATA[<p>Support for Windows Vista Service Pack 1 (SP1) ends on July 12 2011. As always this means Windows Vista SP1 will no longer receive software updates from Windows/Microsoft Update, including security updates.</p>
<p>If you&#8217;ve still got Vista devices deployed on your network we highly recommend that they are patched to <a title="KB948465: Information about Service Pack 2 for Windows Vista and for Windows Server 2008" href="http://support.microsoft.com/KB/948465" target="_blank">SP2</a>.</p>
<p>As always, if your devices are managed by a Windows Server Update Services (WSUS) server, you can enforce SP2 from there. If your WSUS server is running on Windows 2003 be aware that you may need to install another KB article in order for it to be picked up correctly. Full details over on <a title="Deploying by using WSUS" href="http://technet.microsoft.com/en-us/library/dd335037%28WS.10%29.aspx#Scen3" target="_blank">Technet</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.glo-networks.com/2011/05/24/end-of-support-windows-vista-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook File Association</title>
		<link>http://blog.glo-networks.com/2011/03/03/outlook-file-association/</link>
		<comments>http://blog.glo-networks.com/2011/03/03/outlook-file-association/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 09:03:02 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Desktops and Laptops]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Outlook File Association]]></category>

		<guid isPermaLink="false">http://blog.glo-networks.com/?p=941</guid>
		<description><![CDATA[For some time now my install of Outlook 2010 has been able to preview Word documents ok in the reading pane but the full file association has been set to Adobe Illustrator. If I save the file out to the file system and double click it, it works perfectly. So the issues is something inside [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.glo-networks.com/wp-content/uploads/2011/03/Outlook-Attchements.png"><img class="alignleft size-full wp-image-942" title="Outlook Attchements" src="http://blog.glo-networks.com/wp-content/uploads/2011/03/Outlook-Attchements.png" alt="" width="107" height="100" /></a>For some time now my install of Outlook 2010 has been able to preview  Word documents ok in the reading pane but the full file association has  been set to Adobe Illustrator. If I save the file out to the file system  and double click it, it works perfectly. So the issues is something  inside Outlook only ?</p>
<p>A lot of digging around and finding everyone offering fixes was just doing the usual Windows file associations I found <a href="http://www.winhelponline.com/blog/unable-to-open-doc-attachments-windows-mail-or-wlm/" target="_blank">this</a>.</p>
<p>Was  rather concerned about running an exe from an unknown site but after  some exhaustive scans I took the plunge. Fixed the problem first time on  my Windows 7 x64 box. Big thank you to <a href="http://www.winhelponline.com" target="_blank">winhelponline.com</a>, would love to  know what it does though <img src='http://blog.glo-networks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.glo-networks.com/2011/03/03/outlook-file-association/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

