<?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>Steven&#039;s Blog &#187; How to</title>
	<atom:link href="http://www.sj2k.net/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sj2k.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 12 Nov 2011 19:20:44 +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>Create custom wallpaper collections in Windows 7</title>
		<link>http://www.sj2k.net/2009/07/create-custom-wallpaper-collections-in-windows-7/</link>
		<comments>http://www.sj2k.net/2009/07/create-custom-wallpaper-collections-in-windows-7/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 10:21:28 +0000</pubDate>
		<dc:creator>Steven Jones</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.sj2k.net/?p=10189</guid>
		<description><![CDATA[Many thanks to Kristan Kenney of Neowin.net for this handy “How To” Step 1: Organize your wallpapers The first step is pretty easy. You will need to create a folder hierarchy (figure 1) to place your different wallpapers in (such &#8230; <a href="http://www.sj2k.net/2009/07/create-custom-wallpaper-collections-in-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Many thanks to <a href="http://www.neowin.net/news/main/09/07/28/creating-custom-wallpaper-collections-in-windows-7" target="_blank">Kristan Kenney of Neowin.net</a> for this handy “How To”</p>
<p><b>Step 1: Organize your wallpapers</b>     <br />The first step is pretty easy. You will need to create a folder hierarchy (figure 1) to place your different wallpapers in (such as %USERPROFILE%\Pictures\Abstract, %USERPROFILE%\Pictures\Nature, etc. &#8211; see figure 1), or tag your wallpaper images (figure 2) with categories (like Family Photos, Animals, etc).</p>
<p><a href="http://www.sj2k.net/wp-content/uploads/2009/07/DesktopBackgroundsFolder3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Desktop-Backgrounds-Folder" border="0" alt="Desktop-Backgrounds-Folder" src="http://www.sj2k.net/wp-content/uploads/2009/07/DesktopBackgroundsFolder_thumb3.png" width="454" height="345" /></a> </p>
<p>(Figure 1 &#8211; A folder hierarchy containing various types of background images.)</p>
<p><a href="http://www.sj2k.net/wp-content/uploads/2009/07/Image_Properties3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Image_Properties" border="0" alt="Image_Properties" src="http://www.sj2k.net/wp-content/uploads/2009/07/Image_Properties_thumb3.png" width="354" height="472" /></a> </p>
<p>(Figure 2 &#8211; Setting tag categories on images)</p>
<p><b>Step 2: Creating the registry entries for your wallpaper collection</b></p>
<ol>
<li>
<div align="left">Click on Start, type &quot;regedit.exe&quot; in the Start Search field, and then press Enter.</div>
</li>
<li>
<div align="left">Provide consent or the appropriate credentials to User Account Control if prompted.</div>
</li>
<li>
<div align="left">Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Wallpapers\KnownFolders. </div>
</li>
<li>
<div align="left">Right click on the KnownFolders key, click on New, and then click on Key. Name the new sub-key 1.</div>
</li>
<li>
<div align="left">In the 1 sub-key, create a new String Value (REG_SZ) and change its name to GROUPBY.</div>
</li>
<li>
<div align="left">Double click on the GROUPBY string value (REG_SZ) and set its value according to the following guidelines:        </p>
<p>- If your wallpapers are in a single folder and you are using tags to sort your wallpapers, set the value to System.Keywords.         <br />- If you are sorting your wallpapers using a hierarchy of multiple sub-folders, set the value to System.ItemFolderNameDisplay.         </div>
</li>
<li>
<div align="left">In the 1 sub-key, create a new String Value (REG_SZ) and change its name to NAME. </div>
</li>
<li>
<div align="left">Double click on the NAME string value (REG_SZ) and change it to whatever you wish, for example &quot;Personal Wallpaper Collection&quot; &#8211; this is the name that will be displayed in Windows Explorer. </div>
</li>
<li>
<div align="left">Right click on the 1 sub-key, click on New, and then click on Key. Rename the sub-key to whatever you wish, such as Personal Wallpaper Collection. </div>
</li>
<li>
<div align="left">Right click on the sub-key that you just created (e.g. Personal Wallpaper Collection), click on New, and then click on Key. Name the new sub-key MergeFolders. </div>
</li>
<li>
<div align="left">Create a new String Value (REG_SZ), and change its name to equal the path of your wallpapers directory. For example, C:\\Users\\Kristan Kenney\\Pictures\\Desktop Backgrounds\\Abstract. </div>
</li>
<li>
<div align="left">Repeat step 11 for each additional folder of wallpapers that you wish to add to the collection. </div>
</li>
<li>
<div align="left">Close the Registry Editor. </div>
</li>
<li>
<div align="left">Log off and then log in in order for Windows Explorer to see the new wallpaper collection registry entries.</div>
</li>
</ol>
<p><a href="http://www.sj2k.net/wp-content/uploads/2009/07/Regedit3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Regedit" border="0" alt="Regedit" src="http://www.sj2k.net/wp-content/uploads/2009/07/Regedit_thumb3.png" width="454" height="271" /></a> </p>
<p>(Figure 3 &#8211; the Windows Registry Editor, showing a list of sub-folders)</p>
<p><b>Step 3: Enjoy!</b>     <br />Right click on the Desktop, and then click on Personalize. When the Personalization window appears, click on Desktop Background, and then click on the drop-down next to &quot;Picture Location&quot;. Click on your wallpaper collection that you just created, and then choose as many wallpapers as you want (figure 4).</p>
<p><a href="http://www.sj2k.net/wp-content/uploads/2009/07/DesktopBackground223.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="DesktopBackground22" border="0" alt="DesktopBackground22" src="http://www.sj2k.net/wp-content/uploads/2009/07/DesktopBackground22_thumb3.png" width="454" height="325" /></a> </p>
<p><b>But wait, that&#8217;s not all!</b>     <br />In step 6, we went through the process of assigning a view method to the GROUPBY string value, such as System.Keywords (sort by Tags) or System.ItemFolderNameDisplay (sort by Folder name). There are other view methods available as part of the Windows Shell (Windows Explorer), such as System.RatingText (which will allow you to sort your images by rating). You can find many more to try in the <a href="http://msdn.microsoft.com/en-us/library/bb763036%28VS.85%29.aspx">online MSDN Library</a>.     </p>
<p>Please note, a lot of the System namespace shell properties are context specific, so there are a few that won&#8217;t work, or will produce weird results. For example, using System.IsIncomplete or System.FlagStatusText will not do anything useful with your wallpapers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sj2k.net/2009/07/create-custom-wallpaper-collections-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing an &#8220;E edition&#8221; of Windows 7</title>
		<link>http://www.sj2k.net/2009/07/installing-an-e-edition-of-windows-7/</link>
		<comments>http://www.sj2k.net/2009/07/installing-an-e-edition-of-windows-7/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 17:34:13 +0000</pubDate>
		<dc:creator>Steven Jones</dc:creator>
				<category><![CDATA[How to]]></category>

		<guid isPermaLink="false">http://www.sj2k.net/?p=10166</guid>
		<description><![CDATA[As Windows 7 for the European Union Economic Zone, Croatia and Switzerland will not include Internet Explorer or related technologies users will need to manually install a web browser of their own choice like Internet Explorer, Apple Safari or Mozilla &#8230; <a href="http://www.sj2k.net/2009/07/installing-an-e-edition-of-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As Windows 7 for the European Union Economic Zone, Croatia and Switzerland will not include Internet Explorer or related technologies users will need to manually install a web browser of their own choice like <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx" target="_blank">Internet Explorer</a>, <a href="http://www.apple.com/safari/" target="_blank">Apple Safari</a> or <a href="http://www.mozilla.com/firefox?from=sfx&amp;uid=166007&amp;t=310" target="_blank">Mozilla Firefox</a> or something else.</p>
<p>Below is the required steps from the <a href="http://windows.microsoft.com/en-gb/windows7/help/installing-e" target="_blank">Windows Help site</a> detailing how to reinstall your PC with Windows 7. If your not confident with doing this on your own then seek the services of an IT Technician or a computer shop to do this for you.</p>
<p><strong>Step One: Back up your files and personal data     <br /></strong>As you need to perform a custom (clean) install, you need to generate backup copies of all personal data including documents, pictures, music and videos, this is independent of whether Windows Vista, Windows XP, or another operating system is installed on your PC. You can save your files to a USB, external hard drive or to an online storage device such as <a href="http://skydrive.live.com/">Windows Live SkyDrive</a>.</p>
<p>With <a href="http://windowshelp.microsoft.com/Windows/en-GB/Help/96d5d811-6d52-4dff-b39b-76c64a131dfe1033.mspx">Windows Easy Transfer</a> you can simply transfer user accounts and data from one Windows operating system to another. In addition you can read Windows help instructions, and <a href="http://windowshelp.microsoft.com/Windows/en-GB/Help/c4709273-5e38-4370-9b04-e89001745b341033.mspx">watch a video</a> on Windows Easy Transfer. You can also learn how you can restore certain files in this article. Click <a href="http://windowshelp.microsoft.com/Windows/en-GB/Help/96d5d811-6d52-4dff-b39b-76c64a131dfe1033.mspx">here</a> for more information.</p>
<p><strong>Step Two: Save your preferred browser</strong>    <br />Go to your preferred browser of choice and instead of running the application, save it to your preferred storage device whether that is a DVD, USB or an external storage device, have that handy for when you install Windows 7 as this will be needed for you to be able to get onto the internet.</p>
<p><strong>Step Three: Install Windows 7</strong>    <br />Next, install Windows 7 by following the included instructions.</p>
<p><strong>Step Four: Re-install your browser</strong>    <br />Re-install your browser from your DVD, USB, or other external storage device.</p>
<p><strong>Step Five: Re-install all your personal data</strong>    <br />Re-install all your personal data including your files and media that you want to use on your PC.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sj2k.net/2009/07/installing-an-e-edition-of-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Purity &#8211; Removes annoying quiz and application messages from your facebook homepage</title>
		<link>http://www.sj2k.net/2009/05/facebook-purity-removes-annoying-quiz-and-application-messages-from-your-facebook-homepage/</link>
		<comments>http://www.sj2k.net/2009/05/facebook-purity-removes-annoying-quiz-and-application-messages-from-your-facebook-homepage/#comments</comments>
		<pubDate>Sun, 03 May 2009 12:45:38 +0000</pubDate>
		<dc:creator>Steven Jones</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[How to]]></category>

		<guid isPermaLink="false">http://www.sj2k.net/?p=192</guid>
		<description><![CDATA[This greasemonkey script removes all messages posted by applications to your homepage. It gets rid of messages about quizes etc, basically all messages from any applications created by external developers. Just leaving messages from the original facebook apps such as &#8230; <a href="http://www.sj2k.net/2009/05/facebook-purity-removes-annoying-quiz-and-application-messages-from-your-facebook-homepage/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This greasemonkey script removes all messages posted by applications to your homepage. It gets rid of messages about quizes etc, basically all messages from any applications created by external developers. Just leaving messages from the original facebook apps such as status updates, wall posts, links, notes, photos, etc behind.</p>
<p>To install this script you need to be using <a href="http://mozilla.org/firefox">Firefox</a>, then you need to install the <a href="https://addons.mozilla.org/en-US/firefox/addon/748">GreaseMonkey</a> add on.</p>
<p>To install the Facebook Purity script visit the following site and click on the “install” button on the top tight. <a title="http://userscripts.org/scripts/show/44459" href="http://userscripts.org/scripts/show/44459">http://userscripts.org/scripts/show/44459</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sj2k.net/2009/05/facebook-purity-removes-annoying-quiz-and-application-messages-from-your-facebook-homepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Ctrl+Alt+Delete for Vista Logon Screen</title>
		<link>http://www.sj2k.net/2008/12/enable-ctrlaltdelete-for-vista-logon-screen/</link>
		<comments>http://www.sj2k.net/2008/12/enable-ctrlaltdelete-for-vista-logon-screen/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 23:33:16 +0000</pubDate>
		<dc:creator>Steven Jones</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.sj2k.net/?p=86</guid>
		<description><![CDATA[In older versions of Windows, you had to use the Ctrl+Alt+Delete combination to login to the system. This was supposed to provide a higher security login, although I don&#8217;t know how. You also might be used to using that combination &#8230; <a href="http://www.sj2k.net/2008/12/enable-ctrlaltdelete-for-vista-logon-screen/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In older versions of Windows, you had to use the Ctrl+Alt+Delete combination to login to the system. This was supposed to provide a higher security login, although I don&#8217;t know how. You also might be used to using that combination to login, and there&#8217;s a way to turn it back on.</p>
<p>Open the Advanced User Accounts panel by typing in <em>netplwiz</em> into the start menu search box, and hitting enter. Then click the Advanced tab, and you&#8217;ll see this:</p>
<p><img src="http://www.howtogeek.com/wp-content/uploads/2007/01/WindowsLiveWriter/EnableCtrlAltDeleteforVistaLogonScreen_12CF3/image%7B0%7D.png" alt="" width="433" height="158" /></p>
<p>Just check the box, and the next time you login, you&#8217;ll see the old familiar prompt.</p>
<p>Source: <a href="http://www.howtogeek.com/howto/windows-vista/enable-ctrlaltdelete-for-vista-logon-screen" target="_blank">How to Geek</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sj2k.net/2008/12/enable-ctrlaltdelete-for-vista-logon-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Enable Polygamy In Windows Live Messenger (9.0 RC1)</title>
		<link>http://www.sj2k.net/2008/12/how-to-enable-polygamy-in-windows-live-messenger-90-rc1/</link>
		<comments>http://www.sj2k.net/2008/12/how-to-enable-polygamy-in-windows-live-messenger-90-rc1/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 14:32:42 +0000</pubDate>
		<dc:creator>Steven Jones</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Windows Live]]></category>

		<guid isPermaLink="false">http://www.sj2k.net/?p=85</guid>
		<description><![CDATA[Many of you will have several WLIDs, and want to sign into Messenger with more than one of them. Until now you had to seek refuge in a patch or add-on to be able to do so. Not anymore! Microsoft’s &#8230; <a href="http://www.sj2k.net/2008/12/how-to-enable-polygamy-in-windows-live-messenger-90-rc1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Many of you will have several WLIDs, and want to sign into Messenger with more than one of them. Until now you had to seek refuge in a patch or add-on to be able to do so. Not anymore! Microsoft’s John Weisenfeld just shared a little trick with me to enable this, which I’m going to share with you.</p>
<p>The trick involves registry editing, so please follow these steps very carefully:</p>
<p>1. Start regedit (admin)<br />
2. Navigate to <strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Live</strong><br />
3. Right click <strong>Messenger</strong> and create a new <strong>DWORD</strong> called <strong>MultipleInstances</strong></p>
<p><a href="http://liveside.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/main/REcreateDWORD_5F00_10D78AA0.png"><img title="REcreateDWORD" src="http://liveside.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/main/REcreateDWORD_5F00_thumb_5F00_75BEBB91.png" border="0" alt="REcreateDWORD" width="404" height="259" /></a></p>
<p>4. Right click the newly added registry key and choose <strong>Modify</strong><br />
5. Set the Value data to 1</p>
<p><a href="http://liveside.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/main/REeditDWORD_5F00_24C0F769.png"><img title="REeditDWORD" src="http://liveside.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/main/REeditDWORD_5F00_thumb_5F00_7C421554.png" border="0" alt="REeditDWORD" width="404" height="205" /></a></p>
<p>6. Close regedit</p>
<p>All done! Now you can launch Windows Live Messenger as many times as you want, and sign in with as many WLIDs you want, on one computer. Just don’t try to sign in with the same WLID more than once on one computer or it will throw error 80071392 at you!</p>
<p><a href="http://liveside.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/main/80071392_5F00_0F1698FF.jpg"><img title="80071392" src="http://liveside.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/main/80071392_5F00_thumb_5F00_5F787A72.jpg" border="0" alt="80071392" width="321" height="140" /></a></p>
<p>Enjoy!</p>
<p>Source: <a href="http://www.liveside.net/main/archive/2008/12/17/how-to-enable-polygamy-in-windows-live-messenger.aspx" target="_blank">Liveside.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sj2k.net/2008/12/how-to-enable-polygamy-in-windows-live-messenger-90-rc1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

