<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[mcompute.co.uk forums - All Forums]]></title>
		<link>http://mcompute.co.uk/</link>
		<description><![CDATA[mcompute.co.uk forums - http://mcompute.co.uk]]></description>
		<pubDate>Thu, 09 Feb 2012 03:56:22 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Windows Live Messenger alternatives for Windows]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1649</link>
			<pubDate>Wed, 08 Feb 2012 16:40:44 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1649</guid>
			<description><![CDATA[What do you guys use and an alternative for MSN on Windows? I'm after something lightweight.]]></description>
			<content:encoded><![CDATA[What do you guys use and an alternative for MSN on Windows? I'm after something lightweight.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Using SyncToy 2.1 to Synchronise two external hard drives in Windows]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1629</link>
			<pubDate>Sun, 05 Feb 2012 16:23:08 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1629</guid>
			<description><![CDATA[<span style="font-weight: bold;"></span><br />
<span style="color: #87CEFA;"><span style="font-size: x-large;">Using SyncToy 2.1 to Synchronise two external hard drives in Windows</span></span><br />
<br />
SyncToy 2.1 is a free application that synchronises files and folders between locations. Version: 2.1 Date Published: 11/24/2009 <br />
<br />
<span style="font-weight: bold;">System requirements</span><br />
Supported Operating Systems: Windows 7, Windows Vista, Windows XP, Windows Server 2003<br />
<br />
Microsoft .NET Framework v2.0<br />
1GHz CPU<br />
512MB RAM<br />
<br />
<span style="font-weight: bold;">More information and download</span><br />
<a href="http://www.microsoft.com/download/en/details.aspx?id=15155" target="_blank">http://www.microsoft.com/download/en/det...x?id=15155</a><br />
<br />
<br />
In this example I'm syncing two external USB hard drives, both attached to a Windows 2003 server. The way this is set up is that the Y:\ drive is shared on the network but is synced locally with the Z drive.<br />
<br />
<br />
<span style="font-size: x-large;">Steps</span><br />
<ul>
<li>Go to the link above, download SyncToy and run through the installer.<br />
</li></ul>
<br />
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/001.png" border="0" alt="[Image: 001.png]" /><br />
<br />
<br />
<ul>
<li>Open SyncToy and Create a New Folder Pair<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/002.png" border="0" alt="[Image: 002.png]" /><br />
<br />
<br />
<ul>
<li>In my example I'm syncing the root of two disks, not folders, but it works the same.<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/003.png" border="0" alt="[Image: 003.png]" /><br />
<br />
<br />
<ul>
<li>There are 3 options available, Syncronize, Echo and Contribute. A short explanation is next to each one when you click. <br />
Syncronize basically keeps both of the disks the same, like a RAID 1.<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/004.png" border="0" alt="[Image: 004.png]" /><br />
<br />
<br />
<ul>
<li>Click change options and Untick "Save overwritten files in the Recycle Bin" and tick "Exclude system files"<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/005.png" border="0" alt="[Image: 005.png]" /><br />
<br />
<br />
<ul>
<li>Click Preview at the bottom to see what will happen when you run the sync.<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/006.png" border="0" alt="[Image: 006.png]" /><br />
<br />
<br />
<ul>
<li>The error you see there was because it was trying to copy System Volume Information, (hence ticking exclude system files above)<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/007.png" border="0" alt="[Image: 007.png]" /><br />
<br />
<br />
<ul>
<li>Now to automate the sync. Open Task Scheduler / Scheduled Tasks.<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/008.png" border="0" alt="[Image: 008.png]" /><br />
<br />
<br />
<ul>
<li>Make a new daily task.<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/009.png" border="0" alt="[Image: 009.png]" /><br />
<br />
<br />
<ul>
<li>In the end, I ended up making a one liner batch script and just pointed task scheduler to run it.<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/010.png" border="0" alt="[Image: 010.png]" /><br />
<br />
<br />
<ul>
<li>See the script here. I've also set it so that the output of the sync will be saved in to a file called log.txt in the program files folder of SyncToy.<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/011.png" border="0" alt="[Image: 011.png]" /><br />
<br />
<br />
<ul>
<li>If you've set the task to run every 12 hours, I've told it to stop after 11 hours if it hasn't finished. I later changed this to 11 hours, 50 mins.<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/012.png" border="0" alt="[Image: 012.png]" /><br />
<br />
<br />
<ul>
<li>Here's what's in the log file. This will change with each sync.<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/013.png" border="0" alt="[Image: 013.png]" /><br />
<br />
<br />
<br />
I had to do something like this because you cannot RAID 1 external USB drives.. It works surprisingly well.<br />
<br />
<span style="font-weight: bold;"></span>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;"></span><br />
<span style="color: #87CEFA;"><span style="font-size: x-large;">Using SyncToy 2.1 to Synchronise two external hard drives in Windows</span></span><br />
<br />
SyncToy 2.1 is a free application that synchronises files and folders between locations. Version: 2.1 Date Published: 11/24/2009 <br />
<br />
<span style="font-weight: bold;">System requirements</span><br />
Supported Operating Systems: Windows 7, Windows Vista, Windows XP, Windows Server 2003<br />
<br />
Microsoft .NET Framework v2.0<br />
1GHz CPU<br />
512MB RAM<br />
<br />
<span style="font-weight: bold;">More information and download</span><br />
<a href="http://www.microsoft.com/download/en/details.aspx?id=15155" target="_blank">http://www.microsoft.com/download/en/det...x?id=15155</a><br />
<br />
<br />
In this example I'm syncing two external USB hard drives, both attached to a Windows 2003 server. The way this is set up is that the Y:\ drive is shared on the network but is synced locally with the Z drive.<br />
<br />
<br />
<span style="font-size: x-large;">Steps</span><br />
<ul>
<li>Go to the link above, download SyncToy and run through the installer.<br />
</li></ul>
<br />
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/001.png" border="0" alt="[Image: 001.png]" /><br />
<br />
<br />
<ul>
<li>Open SyncToy and Create a New Folder Pair<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/002.png" border="0" alt="[Image: 002.png]" /><br />
<br />
<br />
<ul>
<li>In my example I'm syncing the root of two disks, not folders, but it works the same.<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/003.png" border="0" alt="[Image: 003.png]" /><br />
<br />
<br />
<ul>
<li>There are 3 options available, Syncronize, Echo and Contribute. A short explanation is next to each one when you click. <br />
Syncronize basically keeps both of the disks the same, like a RAID 1.<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/004.png" border="0" alt="[Image: 004.png]" /><br />
<br />
<br />
<ul>
<li>Click change options and Untick "Save overwritten files in the Recycle Bin" and tick "Exclude system files"<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/005.png" border="0" alt="[Image: 005.png]" /><br />
<br />
<br />
<ul>
<li>Click Preview at the bottom to see what will happen when you run the sync.<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/006.png" border="0" alt="[Image: 006.png]" /><br />
<br />
<br />
<ul>
<li>The error you see there was because it was trying to copy System Volume Information, (hence ticking exclude system files above)<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/007.png" border="0" alt="[Image: 007.png]" /><br />
<br />
<br />
<ul>
<li>Now to automate the sync. Open Task Scheduler / Scheduled Tasks.<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/008.png" border="0" alt="[Image: 008.png]" /><br />
<br />
<br />
<ul>
<li>Make a new daily task.<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/009.png" border="0" alt="[Image: 009.png]" /><br />
<br />
<br />
<ul>
<li>In the end, I ended up making a one liner batch script and just pointed task scheduler to run it.<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/010.png" border="0" alt="[Image: 010.png]" /><br />
<br />
<br />
<ul>
<li>See the script here. I've also set it so that the output of the sync will be saved in to a file called log.txt in the program files folder of SyncToy.<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/011.png" border="0" alt="[Image: 011.png]" /><br />
<br />
<br />
<ul>
<li>If you've set the task to run every 12 hours, I've told it to stop after 11 hours if it hasn't finished. I later changed this to 11 hours, 50 mins.<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/012.png" border="0" alt="[Image: 012.png]" /><br />
<br />
<br />
<ul>
<li>Here's what's in the log file. This will change with each sync.<br />
</li></ul>
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/synctoy/013.png" border="0" alt="[Image: 013.png]" /><br />
<br />
<br />
<br />
I had to do something like this because you cannot RAID 1 external USB drives.. It works surprisingly well.<br />
<br />
<span style="font-weight: bold;"></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[rsync windows front end]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1611</link>
			<pubDate>Thu, 02 Feb 2012 22:47:58 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1611</guid>
			<description><![CDATA[Does anyone use a Windows front end GUI for rsync? Or a simple way to copy files from one drive to another (creating a mirror) at a specified time or once it recognises a change? RAID 1 is not an option I'm afraid this is plan b.]]></description>
			<content:encoded><![CDATA[Does anyone use a Windows front end GUI for rsync? Or a simple way to copy files from one drive to another (creating a mirror) at a specified time or once it recognises a change? RAID 1 is not an option I'm afraid this is plan b.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hello hi...]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1605</link>
			<pubDate>Wed, 01 Feb 2012 16:12:46 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1605</guid>
			<description><![CDATA[Hi folks,<br />
This is nobel here and i am new on this site. I believe that we will have fun on this site and share allot according to our knowledge. <br />
So please share your sharing here. Really appreciate to you.<br />
Thanks man.]]></description>
			<content:encoded><![CDATA[Hi folks,<br />
This is nobel here and i am new on this site. I believe that we will have fun on this site and share allot according to our knowledge. <br />
So please share your sharing here. Really appreciate to you.<br />
Thanks man.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Copying CSS / CPPM - Copyright Protected System DVDs / Media]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1588</link>
			<pubDate>Sun, 29 Jan 2012 18:58:26 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1588</guid>
			<description><![CDATA[<span style="font-weight: bold;"></span><br />
<span style="color: #87CEFA;"><span style="font-size: x-large;">Copying CSS / CPPM - Copyright Protected System DVDs / Media</span></span><br />
<br />
First introduced in 1996, Content Scramble System (CSS) is a Digital Rights Management (DRM) and encryption system employed on almost all commercially produced DVD-Video discs. CSS utilizes a proprietary 40-bit stream cipher algorithm.<br />
<br />
CSS has been superseded by newer DRM schemes such as Content Protection for Recordable Media (CPRM), or by Advanced Encryption Standard (AES) in the Advanced Access Content System (AACS) DRM scheme used by HD DVD and Blu-ray Disc, which have 56-bit and 128-bit key sizes, respectively, providing a much higher level of security than the 40-bit key size of CSS.<br />
<br />
<br />
<span style="font-size: x-large;"><span style="font-weight: bold;">DVD Decrypter</span></span><br />
<br />
DVD Decrypter is a software application for Microsoft Windows that can create backup disk images of the DVD-Video structure of DVDs. It can be used to image any DVD, but controversially it is especially useful for decrypting copy protected movies. The program can also record images to disc. This software allows a region-specific DVD to be copied as an all-region DVD. It also removes Macrovision content protection, CSS, region codes, and user operation prohibition.<br />
<br />
DVD Decrypter is made by the guys over at Lightning UK!, they've stopped development on it but went on to make ImgBurn which is also awesome. That's why the programs look the same. (But ImgBurn can't copy protected discs)<br />
<br />
<a href="http://www.dvddecrypter.org.uk" target="_blank">http://www.dvddecrypter.org.uk</a><br />
<a href="http://www.dvddecrypter.org.uk/SetupDVDDecrypter_3.5.4.0.exe" target="_blank">http://www.dvddecrypter.org.uk/SetupDVDD....5.4.0.exe</a><br />
<br />
Let me know what you use!<br />
<br />
<span style="font-weight: bold;"></span>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;"></span><br />
<span style="color: #87CEFA;"><span style="font-size: x-large;">Copying CSS / CPPM - Copyright Protected System DVDs / Media</span></span><br />
<br />
First introduced in 1996, Content Scramble System (CSS) is a Digital Rights Management (DRM) and encryption system employed on almost all commercially produced DVD-Video discs. CSS utilizes a proprietary 40-bit stream cipher algorithm.<br />
<br />
CSS has been superseded by newer DRM schemes such as Content Protection for Recordable Media (CPRM), or by Advanced Encryption Standard (AES) in the Advanced Access Content System (AACS) DRM scheme used by HD DVD and Blu-ray Disc, which have 56-bit and 128-bit key sizes, respectively, providing a much higher level of security than the 40-bit key size of CSS.<br />
<br />
<br />
<span style="font-size: x-large;"><span style="font-weight: bold;">DVD Decrypter</span></span><br />
<br />
DVD Decrypter is a software application for Microsoft Windows that can create backup disk images of the DVD-Video structure of DVDs. It can be used to image any DVD, but controversially it is especially useful for decrypting copy protected movies. The program can also record images to disc. This software allows a region-specific DVD to be copied as an all-region DVD. It also removes Macrovision content protection, CSS, region codes, and user operation prohibition.<br />
<br />
DVD Decrypter is made by the guys over at Lightning UK!, they've stopped development on it but went on to make ImgBurn which is also awesome. That's why the programs look the same. (But ImgBurn can't copy protected discs)<br />
<br />
<a href="http://www.dvddecrypter.org.uk" target="_blank">http://www.dvddecrypter.org.uk</a><br />
<a href="http://www.dvddecrypter.org.uk/SetupDVDDecrypter_3.5.4.0.exe" target="_blank">http://www.dvddecrypter.org.uk/SetupDVDD....5.4.0.exe</a><br />
<br />
Let me know what you use!<br />
<br />
<span style="font-weight: bold;"></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Review my Education forum.]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1587</link>
			<pubDate>Sun, 29 Jan 2012 13:43:02 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1587</guid>
			<description><![CDATA[I have started a new Forum for All students who have a problem in <a href="http://schoolofhelp.com/" target="_blank">Maths</a>, <a href="http://schoolofhelp.com/" target="_blank">writing essays</a> and other problem in subjects.<br />
Kindly review my forum and tell me some tips to increase its page rank and also imporove Alexa.<br />
<br />
here is link:<br />
<a href="http://schoolofhelp.com/" target="_blank">http://schoolofhelp.com/</a><br />
<br />
Thank you.]]></description>
			<content:encoded><![CDATA[I have started a new Forum for All students who have a problem in <a href="http://schoolofhelp.com/" target="_blank">Maths</a>, <a href="http://schoolofhelp.com/" target="_blank">writing essays</a> and other problem in subjects.<br />
Kindly review my forum and tell me some tips to increase its page rank and also imporove Alexa.<br />
<br />
here is link:<br />
<a href="http://schoolofhelp.com/" target="_blank">http://schoolofhelp.com/</a><br />
<br />
Thank you.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to change the default printer using a startup script in Windows]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1569</link>
			<pubDate>Fri, 20 Jan 2012 14:00:02 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1569</guid>
			<description><![CDATA[<span style="font-weight: bold;"></span><br />
<span style="color: #98FB98;"><span style="font-size: x-large;">How to change the default printer using a startup script in Windows</span></span><br />
<br />
The problem: You often use remote desktop to connect to your work computer from home or to a terminal session.<br />
You want to print stuff off the remote session to the host / local printer.<br />
<br />
The way Remote desktop works when you choose to pull printers through is that it automatically sets the default printer on the remote computer to the same as the local computer. This is normally fine but can be a problem in programs such as Sage.<br />
<br />
You COULD manually set a different default printer every time you log on or turn off printer redirection, (not really an option), or just make a quick VBS script.<br />
<br />
Open notepad and type the following, you can replace “Microsoft XPS Document Writer” with the exact name of your printer as it appears in the Printers folder. <br />
<br />
<div class="geshicode_h" style='padding: 5px; background-color: #555555; border: 1px solid #999999;'>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.mcompute.co.uk'>VB Programming</a>
	<div class="geshicode_b" style='background-color: #E0E0E0; color: #000000; padding-left: 5px; border: 1px solid #BBBBBB;'><code><pre class="vb" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000080;">Set</span> WSHNetwork = CreateObject(“WScript.Network”)</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">WSHNetwork.SetDefaultPrinter “Microsoft XPS Document Writer”</div></li></ol></pre></code></div><br /></div><br />
<br />
File &gt; Save &gt; defaultprinter.vbs (Save it as all file types, not .txt) This script should work straight away if you double click it.<br />
<br />
I then added this to the startup folder, (All Programs &gt; Startup), but it wasn't changing the printer as it was running as soon as the user logged in.. to fix this, add a sleep of 20 seconds or so.<br />
<br />
<div class="geshicode_h" style='padding: 5px; background-color: #555555; border: 1px solid #999999;'>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.mcompute.co.uk'>VB Programming</a>
	<div class="geshicode_b" style='background-color: #E0E0E0; color: #000000; padding-left: 5px; border: 1px solid #BBBBBB;'><code><pre class="vb" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">WScript.Sleep(20000)</div></li></ol></pre></code></div><br /></div><br />
<br />
You could probably do this using Task Scheduler if you really wanted to instead of adding to the startup folder.<br />
<br />
So your final code is:<br />
<div class="geshicode_h" style='padding: 5px; background-color: #555555; border: 1px solid #999999;'>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.mcompute.co.uk'>VB Programming</a>
	<div class="geshicode_b" style='background-color: #E0E0E0; color: #000000; padding-left: 5px; border: 1px solid #BBBBBB;'><code><pre class="vb" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">WScript.Sleep(20000)</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000080;">Set</span> WSHNetwork = CreateObject(“WScript.Network”)</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">WSHNetwork.SetDefaultPrinter “Microsoft XPS Document Writer”</div></li></ol></pre></code></div><br /></div><br />
<br />
This can be a suitable fix for errors like the one below from Sage Reports.<br />
<br />
<span style="font-weight: bold;">Report design error</span><br />
Unable to generate the report<br />
Attempted to read or write protected memory failed.<br />
Related process: Sbddesktop.exe<br />
<br />
<span style="text-decoration: underline;"></span>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;"></span><br />
<span style="color: #98FB98;"><span style="font-size: x-large;">How to change the default printer using a startup script in Windows</span></span><br />
<br />
The problem: You often use remote desktop to connect to your work computer from home or to a terminal session.<br />
You want to print stuff off the remote session to the host / local printer.<br />
<br />
The way Remote desktop works when you choose to pull printers through is that it automatically sets the default printer on the remote computer to the same as the local computer. This is normally fine but can be a problem in programs such as Sage.<br />
<br />
You COULD manually set a different default printer every time you log on or turn off printer redirection, (not really an option), or just make a quick VBS script.<br />
<br />
Open notepad and type the following, you can replace “Microsoft XPS Document Writer” with the exact name of your printer as it appears in the Printers folder. <br />
<br />
<div class="geshicode_h" style='padding: 5px; background-color: #555555; border: 1px solid #999999;'>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.mcompute.co.uk'>VB Programming</a>
	<div class="geshicode_b" style='background-color: #E0E0E0; color: #000000; padding-left: 5px; border: 1px solid #BBBBBB;'><code><pre class="vb" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000080;">Set</span> WSHNetwork = CreateObject(“WScript.Network”)</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">WSHNetwork.SetDefaultPrinter “Microsoft XPS Document Writer”</div></li></ol></pre></code></div><br /></div><br />
<br />
File &gt; Save &gt; defaultprinter.vbs (Save it as all file types, not .txt) This script should work straight away if you double click it.<br />
<br />
I then added this to the startup folder, (All Programs &gt; Startup), but it wasn't changing the printer as it was running as soon as the user logged in.. to fix this, add a sleep of 20 seconds or so.<br />
<br />
<div class="geshicode_h" style='padding: 5px; background-color: #555555; border: 1px solid #999999;'>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.mcompute.co.uk'>VB Programming</a>
	<div class="geshicode_b" style='background-color: #E0E0E0; color: #000000; padding-left: 5px; border: 1px solid #BBBBBB;'><code><pre class="vb" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">WScript.Sleep(20000)</div></li></ol></pre></code></div><br /></div><br />
<br />
You could probably do this using Task Scheduler if you really wanted to instead of adding to the startup folder.<br />
<br />
So your final code is:<br />
<div class="geshicode_h" style='padding: 5px; background-color: #555555; border: 1px solid #999999;'>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.mcompute.co.uk'>VB Programming</a>
	<div class="geshicode_b" style='background-color: #E0E0E0; color: #000000; padding-left: 5px; border: 1px solid #BBBBBB;'><code><pre class="vb" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">WScript.Sleep(20000)</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000080;">Set</span> WSHNetwork = CreateObject(“WScript.Network”)</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">WSHNetwork.SetDefaultPrinter “Microsoft XPS Document Writer”</div></li></ol></pre></code></div><br /></div><br />
<br />
This can be a suitable fix for errors like the one below from Sage Reports.<br />
<br />
<span style="font-weight: bold;">Report design error</span><br />
Unable to generate the report<br />
Attempted to read or write protected memory failed.<br />
Related process: Sbddesktop.exe<br />
<br />
<span style="text-decoration: underline;"></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Boost up your site load time]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1565</link>
			<pubDate>Thu, 19 Jan 2012 14:28:49 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1565</guid>
			<description><![CDATA[This article by Drunkadmin had hit the front pages of Digg. It gives a good idea on optimizing web pages that will definitely increase a website's loading time. Host Images And Files Somewhere Else<br />
Many users online at the same time can cause your server to handle a lot of requests. Its best that if you are using images in your site, make sure you upload them to image host sites like ImageShack. This will greatly reduce the bandwidth used by your server and also make your blog faster as image upload sites have a better speed.<br />
<br />
<br />
Best place to host files of sizes 2-5mb (Any thing you need to provide users for download) is to use Google Pages as your host.<br />
Optimize Your CSS<br />
<br />
Nowadays many sites have started to use CSS based formatting. Even if Style Sheets are naturally more efficient than HTML tables you can still optimize the CSS code to make your website cleaner and faster. Having a clean CSS can reduce the time taken by the clients browser to decode your site.<br />
<br />
Manual Clean Try to locate dispersed code and aggregate it together.<br />
For example instead of margin-top: 20px;<br />
margin-right: 10px;<br />
margin-bottom: 20px;<br />
margin-left: 10px; Write margin: 20px 10px 20px 10px; You can use the tool Clean CSS to optimize your CSS and remove useless property declaration and whitespaces. Optimize Your Images<br />
Use image formats such as PNG, JPG,/JPEG And GIF. Always use the “Save for web” image quality which is available in most softwares such as Adobe Photoshop.<br />
<br />
Use Height/Width Tag In Images<br />
<br />
Most people dont add hieght and width tag to images. These tags make sure that the browser knows the dimensions of images before it has completed downloading the image. If the browser does not see those tags it will need to figure the size of the image, then load the image and then load the rest of the page.<br />
<br />
When the height and width tags are included the browser will automatically know the size of the image. As a consequence it will be able to hold a place for the image and load the rest of the page simultaneously. Apart from the improvement on the load time of the page this method is also more user friendly since the visitor can start reading the text or other information while the image is being downloaded. Use Less Javascript!<br />
<br />
Some people tend to add a lot of javascript effects to their site. Using excessive javascript animations may cause clients browser to freeze for some time annoying the user. <br />
Optimize Links<br />
<br />
Make sure that the outlinks from your blog and link between posts are optimized well. For example if link is <a href="http://www.domain.com/blog" target="_blank">http://www.domain.com/blog</a> make sure you write it as <a href="http://www.domain.com/blog/" target="_blank">http://www.domain.com/blog/</a> to prevent one extra request which would be made to the server if the former link is used.<br />
The improvement on the loading time of links ending with a slash will not be astronomical, but when it comes to speeding up a website every small bit helps! <br />
<br />
Reduce HTTP Requests To Server<br />
When opening a web page every object (images, scripts and the line) will require a round trip to the server. This latency can add several seconds to the load time of your site. Make sure to reduce the number of objects and to combine CSS files and scripts together.]]></description>
			<content:encoded><![CDATA[This article by Drunkadmin had hit the front pages of Digg. It gives a good idea on optimizing web pages that will definitely increase a website's loading time. Host Images And Files Somewhere Else<br />
Many users online at the same time can cause your server to handle a lot of requests. Its best that if you are using images in your site, make sure you upload them to image host sites like ImageShack. This will greatly reduce the bandwidth used by your server and also make your blog faster as image upload sites have a better speed.<br />
<br />
<br />
Best place to host files of sizes 2-5mb (Any thing you need to provide users for download) is to use Google Pages as your host.<br />
Optimize Your CSS<br />
<br />
Nowadays many sites have started to use CSS based formatting. Even if Style Sheets are naturally more efficient than HTML tables you can still optimize the CSS code to make your website cleaner and faster. Having a clean CSS can reduce the time taken by the clients browser to decode your site.<br />
<br />
Manual Clean Try to locate dispersed code and aggregate it together.<br />
For example instead of margin-top: 20px;<br />
margin-right: 10px;<br />
margin-bottom: 20px;<br />
margin-left: 10px; Write margin: 20px 10px 20px 10px; You can use the tool Clean CSS to optimize your CSS and remove useless property declaration and whitespaces. Optimize Your Images<br />
Use image formats such as PNG, JPG,/JPEG And GIF. Always use the “Save for web” image quality which is available in most softwares such as Adobe Photoshop.<br />
<br />
Use Height/Width Tag In Images<br />
<br />
Most people dont add hieght and width tag to images. These tags make sure that the browser knows the dimensions of images before it has completed downloading the image. If the browser does not see those tags it will need to figure the size of the image, then load the image and then load the rest of the page.<br />
<br />
When the height and width tags are included the browser will automatically know the size of the image. As a consequence it will be able to hold a place for the image and load the rest of the page simultaneously. Apart from the improvement on the load time of the page this method is also more user friendly since the visitor can start reading the text or other information while the image is being downloaded. Use Less Javascript!<br />
<br />
Some people tend to add a lot of javascript effects to their site. Using excessive javascript animations may cause clients browser to freeze for some time annoying the user. <br />
Optimize Links<br />
<br />
Make sure that the outlinks from your blog and link between posts are optimized well. For example if link is <a href="http://www.domain.com/blog" target="_blank">http://www.domain.com/blog</a> make sure you write it as <a href="http://www.domain.com/blog/" target="_blank">http://www.domain.com/blog/</a> to prevent one extra request which would be made to the server if the former link is used.<br />
The improvement on the loading time of links ending with a slash will not be astronomical, but when it comes to speeding up a website every small bit helps! <br />
<br />
Reduce HTTP Requests To Server<br />
When opening a web page every object (images, scripts and the line) will require a round trip to the server. This latency can add several seconds to the load time of your site. Make sure to reduce the number of objects and to combine CSS files and scripts together.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Nobody can ping my computer! How to enable ICMP Echo Request for ICMPv4]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1563</link>
			<pubDate>Thu, 19 Jan 2012 11:58:45 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1563</guid>
			<description><![CDATA[<span style="text-decoration: underline;"></span><br />
<span style="color: #87CEFA;"><span style="font-size: x-large;">Nobody can ping my computer! How to enable ICMP Echo Request for ICMPv4</span></span><br />
<br />
This applies To: Windows Vista, Windows 7, Windows Server 2008 and Windows Server 2008 R2.<br />
A common troubleshooting step when testing connectivity is to use the Ping tool.<br />
When you ping, you send an ICMP Echo message (also known as an ICMP Echo Request message) and get an ICMP Echo Reply message in response.<br />
By default the Windows Firewall does not allow incoming ICMP Echo messages.<br />
<br />
<br />
<span style="font-size: x-large;"><span style="color: #DDA0DD;">Steps</span></span><br />
<br />
<span style="font-weight: bold;">1.</span> In the Windows Firewall with Advanced Security snap-in, click Inbound Rules in the tree, and click New Rule in the Actions Pane.<br />
<br />
<span style="font-weight: bold;">2.</span> Click Custom and click Next.<br />
<br />
<span style="font-weight: bold;">3.</span> Click All programs and click Next.<br />
<br />
<span style="font-weight: bold;">4.</span> For Protocol type, select ICMPv4.<br />
<br />
<span style="font-weight: bold;">5.</span> Click Customise for Internet Control Message Protocol (ICMP) settings.<br />
<br />
<span style="font-weight: bold;">6.</span> Click Echo Request, click OK, and then click Next.<br />
<br />
<span style="font-weight: bold;">7.</span> Any IP address<br />
<br />
<span style="font-weight: bold;">8.</span> Click Allow the connection, and then click Next.<br />
<br />
<span style="font-weight: bold;">9.</span> Under When does this rule apply click the active profile, any or all profiles (Domain, Private, Public) to which you want this rule to apply, and then click Next.<br />
<br />
<span style="font-weight: bold;">10.</span> Type a name / description for the rule and click finish.<br />
<br />
<span style="font-style: italic;"><span style="font-weight: bold;">11.</span> Repeat steps for ICMPv6, selecting ICMPv6 for Protocol Type instead of ICMPv4.</span><br />
<br />
<span style="font-weight: bold;"></span>]]></description>
			<content:encoded><![CDATA[<span style="text-decoration: underline;"></span><br />
<span style="color: #87CEFA;"><span style="font-size: x-large;">Nobody can ping my computer! How to enable ICMP Echo Request for ICMPv4</span></span><br />
<br />
This applies To: Windows Vista, Windows 7, Windows Server 2008 and Windows Server 2008 R2.<br />
A common troubleshooting step when testing connectivity is to use the Ping tool.<br />
When you ping, you send an ICMP Echo message (also known as an ICMP Echo Request message) and get an ICMP Echo Reply message in response.<br />
By default the Windows Firewall does not allow incoming ICMP Echo messages.<br />
<br />
<br />
<span style="font-size: x-large;"><span style="color: #DDA0DD;">Steps</span></span><br />
<br />
<span style="font-weight: bold;">1.</span> In the Windows Firewall with Advanced Security snap-in, click Inbound Rules in the tree, and click New Rule in the Actions Pane.<br />
<br />
<span style="font-weight: bold;">2.</span> Click Custom and click Next.<br />
<br />
<span style="font-weight: bold;">3.</span> Click All programs and click Next.<br />
<br />
<span style="font-weight: bold;">4.</span> For Protocol type, select ICMPv4.<br />
<br />
<span style="font-weight: bold;">5.</span> Click Customise for Internet Control Message Protocol (ICMP) settings.<br />
<br />
<span style="font-weight: bold;">6.</span> Click Echo Request, click OK, and then click Next.<br />
<br />
<span style="font-weight: bold;">7.</span> Any IP address<br />
<br />
<span style="font-weight: bold;">8.</span> Click Allow the connection, and then click Next.<br />
<br />
<span style="font-weight: bold;">9.</span> Under When does this rule apply click the active profile, any or all profiles (Domain, Private, Public) to which you want this rule to apply, and then click Next.<br />
<br />
<span style="font-weight: bold;">10.</span> Type a name / description for the rule and click finish.<br />
<br />
<span style="font-style: italic;"><span style="font-weight: bold;">11.</span> Repeat steps for ICMPv6, selecting ICMPv6 for Protocol Type instead of ICMPv4.</span><br />
<br />
<span style="font-weight: bold;"></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[FIX: Microsoft Office has not been installed for the current user]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1554</link>
			<pubDate>Tue, 17 Jan 2012 14:22:25 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1554</guid>
			<description><![CDATA[<span style="text-decoration: underline;"></span><br />
<span style="color: #E0FFFF;"><span style="font-size: x-large;">FIX: Microsoft Office has not been installed for the current user</span></span><br />
<br />
You can take these simple steps to get any program in the Microsoft Office suite working again.<br />
<br />
<br />
<span style="font-weight: bold;">Steps:</span><br />
<br />
Make sure all Office applications are closed first.<br />
<br />
For Windows Vista and Windows 7.<br />
<span style="font-weight: bold;">1)</span> Go to the directory: <span style="font-weight: bold;">%PROGRAMDATA%\Microsoft\Office\Data</span><br />
<span style="font-weight: bold;">2)</span> Delete / move all files in the directory.<br />
<span style="font-weight: bold;">3)</span> Run any office application.<br />
<br />
 <br />
For Windows XP<br />
<span style="font-weight: bold;">1)</span> Go to the directory: <span style="font-weight: bold;">C:\Documents and Settings\All Users\Application Data\Microsoft\OFFICE\DATA</span><br />
<span style="font-weight: bold;">2)</span> Delete /move all files in the directory.<br />
<span style="font-weight: bold;">3)</span> Run any office application.<br />
<br />
Once you've done that go to Contol Panel &gt; Add / Remove programs and change / repair the office install.<br />
Note: You may need to validate office again.<br />
<br />
<img src="http://robertmccarter.com/wp-content/uploads/2009/10/failed-11.png" border="0" alt="[Image: failed-11.png]" /><br />
<span style="font-weight: bold;"></span>]]></description>
			<content:encoded><![CDATA[<span style="text-decoration: underline;"></span><br />
<span style="color: #E0FFFF;"><span style="font-size: x-large;">FIX: Microsoft Office has not been installed for the current user</span></span><br />
<br />
You can take these simple steps to get any program in the Microsoft Office suite working again.<br />
<br />
<br />
<span style="font-weight: bold;">Steps:</span><br />
<br />
Make sure all Office applications are closed first.<br />
<br />
For Windows Vista and Windows 7.<br />
<span style="font-weight: bold;">1)</span> Go to the directory: <span style="font-weight: bold;">%PROGRAMDATA%\Microsoft\Office\Data</span><br />
<span style="font-weight: bold;">2)</span> Delete / move all files in the directory.<br />
<span style="font-weight: bold;">3)</span> Run any office application.<br />
<br />
 <br />
For Windows XP<br />
<span style="font-weight: bold;">1)</span> Go to the directory: <span style="font-weight: bold;">C:\Documents and Settings\All Users\Application Data\Microsoft\OFFICE\DATA</span><br />
<span style="font-weight: bold;">2)</span> Delete /move all files in the directory.<br />
<span style="font-weight: bold;">3)</span> Run any office application.<br />
<br />
Once you've done that go to Contol Panel &gt; Add / Remove programs and change / repair the office install.<br />
Note: You may need to validate office again.<br />
<br />
<img src="http://robertmccarter.com/wp-content/uploads/2009/10/failed-11.png" border="0" alt="[Image: failed-11.png]" /><br />
<span style="font-weight: bold;"></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Craigslist USA sms verification]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1553</link>
			<pubDate>Tue, 17 Jan 2012 08:34:20 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1553</guid>
			<description><![CDATA[I am registering on Craigslist, and it say to verify it from USA cell number, Anybody knows a best website from where i verify it for free?<br />
It simple sms verification likes Gmail and Facebook..<br />
<br />
Thanks...]]></description>
			<content:encoded><![CDATA[I am registering on Craigslist, and it say to verify it from USA cell number, Anybody knows a best website from where i verify it for free?<br />
It simple sms verification likes Gmail and Facebook..<br />
<br />
Thanks...]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Post your country name]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1529</link>
			<pubDate>Fri, 13 Jan 2012 14:01:11 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1529</guid>
			<description><![CDATA[What is your country name post here <img src="images/mcomputemark/smilies/happy.gif" style="vertical-align: middle;" border="0" alt="Happy" title="Happy" /><br />
I am from India <img src="images/mcomputemark/smilies/happy.gif" style="vertical-align: middle;" border="0" alt="Happy" title="Happy" />]]></description>
			<content:encoded><![CDATA[What is your country name post here <img src="images/mcomputemark/smilies/happy.gif" style="vertical-align: middle;" border="0" alt="Happy" title="Happy" /><br />
I am from India <img src="images/mcomputemark/smilies/happy.gif" style="vertical-align: middle;" border="0" alt="Happy" title="Happy" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[3 Ways to Convert Flash to HTML5]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1517</link>
			<pubDate>Thu, 12 Jan 2012 06:05:45 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1517</guid>
			<description><![CDATA[3 Ways to Convert Flash to HTML5<br />
<br />
<span style="font-weight: bold;">Method  1: Free <a href="http://www.swfkits.com/swf-decompiler/" target="_blank">Flash to HTML 5 Converter</a></span><br />
It is easy to find, no need to install and hassle-free to convert. It supports to convert both Flash files uploaded from your local computer and the online Flash SWF files as well,  to HTML5.However, there is no free meal all the time. Converting online has some restrictions of Flash version and Flash components like sound, video, button and ActionScript. <br />
<span style="font-weight: bold;">Method  2: Adobe Wallaby to Convert Flash FLA to HTML 5</span><br />
<img src="http://www.swfkits.com/images/tutorial-win/3-ways-to-convert-flash-to-html5/flash-to-html5-1.jpg" border="0" alt="[Image: flash-to-html5-1.jpg]" /><br />
"Wallaby" is  the codename for an experimental technology that converts the artwork and animation contained in Adobe Flash Professional (FLA) files into HTML. To get started and be ready to use it, you can obtain more details directly from  Wallaby official website <a href="http://labs.adobe.com/technologies/wallaby/" target="_blank">here</a> or my other intro  article here. <br />
<span style="font-weight: bold;">Method  3: Google Swiffy to Convert Flash to HTML 5</span><br />
<img src="http://www.swfkits.com/images/tutorial-win/3-ways-to-convert-flash-to-html5/flash-to-html5-2.jpg" border="0" alt="[Image: flash-to-html5-2.jpg]" /><br />
<br />
  Google Swiffy is an experimental tool allowing developers to convert Flash (SWF) files to HTML5. That means you can reuse Flash content on devices without a Flash Player, even  iPhone and iPads. Swiffy's output works in all Webkit browsers, including Chrome and Safari.<br />
Swiffy is a totally new stuff released in July this year, you can view its release notes and download download it right now to use. Although it won't convert all Flash content, only ads and simple  animations for now, undoubtedlyit has the great potential to become a rising star soon in the <a href="http://www.swfkits.com/flash-knowledge/3-ways-to-convert-flash-to-html5.html" target="_blank">Flash to HTML 5</a> conversion field.]]></description>
			<content:encoded><![CDATA[3 Ways to Convert Flash to HTML5<br />
<br />
<span style="font-weight: bold;">Method  1: Free <a href="http://www.swfkits.com/swf-decompiler/" target="_blank">Flash to HTML 5 Converter</a></span><br />
It is easy to find, no need to install and hassle-free to convert. It supports to convert both Flash files uploaded from your local computer and the online Flash SWF files as well,  to HTML5.However, there is no free meal all the time. Converting online has some restrictions of Flash version and Flash components like sound, video, button and ActionScript. <br />
<span style="font-weight: bold;">Method  2: Adobe Wallaby to Convert Flash FLA to HTML 5</span><br />
<img src="http://www.swfkits.com/images/tutorial-win/3-ways-to-convert-flash-to-html5/flash-to-html5-1.jpg" border="0" alt="[Image: flash-to-html5-1.jpg]" /><br />
"Wallaby" is  the codename for an experimental technology that converts the artwork and animation contained in Adobe Flash Professional (FLA) files into HTML. To get started and be ready to use it, you can obtain more details directly from  Wallaby official website <a href="http://labs.adobe.com/technologies/wallaby/" target="_blank">here</a> or my other intro  article here. <br />
<span style="font-weight: bold;">Method  3: Google Swiffy to Convert Flash to HTML 5</span><br />
<img src="http://www.swfkits.com/images/tutorial-win/3-ways-to-convert-flash-to-html5/flash-to-html5-2.jpg" border="0" alt="[Image: flash-to-html5-2.jpg]" /><br />
<br />
  Google Swiffy is an experimental tool allowing developers to convert Flash (SWF) files to HTML5. That means you can reuse Flash content on devices without a Flash Player, even  iPhone and iPads. Swiffy's output works in all Webkit browsers, including Chrome and Safari.<br />
Swiffy is a totally new stuff released in July this year, you can view its release notes and download download it right now to use. Although it won't convert all Flash content, only ads and simple  animations for now, undoubtedlyit has the great potential to become a rising star soon in the <a href="http://www.swfkits.com/flash-knowledge/3-ways-to-convert-flash-to-html5.html" target="_blank">Flash to HTML 5</a> conversion field.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[New farmville Cheats]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1500</link>
			<pubDate>Tue, 10 Jan 2012 16:38:01 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1500</guid>
			<description><![CDATA[I have created a new blog for just facebook game i.e. Farmville Game.<br />
I am trying to post latest new and article in blog about farmville, also some unseen cheats, if you love farmville then must check my blog <img src="images/mcomputemark/smilies/happy.gif" style="vertical-align: middle;" border="0" alt="Happy" title="Happy" /><br />
<br />
Here is link:<br />
<a href="http://villeleaks.com" target="_blank">http://villeleaks.com</a>]]></description>
			<content:encoded><![CDATA[I have created a new blog for just facebook game i.e. Farmville Game.<br />
I am trying to post latest new and article in blog about farmville, also some unseen cheats, if you love farmville then must check my blog <img src="images/mcomputemark/smilies/happy.gif" style="vertical-align: middle;" border="0" alt="Happy" title="Happy" /><br />
<br />
Here is link:<br />
<a href="http://villeleaks.com" target="_blank">http://villeleaks.com</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Quick Introduction!]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1491</link>
			<pubDate>Mon, 09 Jan 2012 05:54:06 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1491</guid>
			<description><![CDATA[Hello guys! Just call me Alden. I'm glad that I become part of this forum hope to catch up with the latest discussion. I promised to be quick on my introduction, so see you guys! <img src="images/mcomputemark/smilies/yeye.gif" style="vertical-align: middle;" border="0" alt="Yeye" title="Yeye" />]]></description>
			<content:encoded><![CDATA[Hello guys! Just call me Alden. I'm glad that I become part of this forum hope to catch up with the latest discussion. I promised to be quick on my introduction, so see you guys! <img src="images/mcomputemark/smilies/yeye.gif" style="vertical-align: middle;" border="0" alt="Yeye" title="Yeye" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to disable Auto Login in OpenSuse 12.1]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1489</link>
			<pubDate>Sun, 08 Jan 2012 15:46:52 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1489</guid>
			<description><![CDATA[<span style="font-weight: bold;"></span><br />
<span style="color: #98FB98;"><span style="font-size: x-large;">How to disable Auto Login in OpenSuse 12.1</span></span><br />
<br />
By default in OpenSuse 12.1 you are automatically logged in even if you have a password on your account. To disable this follow the simple steps below.<br />
<br />
<br />
Start &gt; Applications &gt; System &gt; Administrator Settings (YaST)<br />
<br />
Click on Security and Users down the left hand side then click User and Group Management<br />
<br />
In the bottom right hand corner click the drop down that says "Expert Options" and then Login Settings another box will then appear where you can untick "Auto Login" then Click OK.<br />
<br />
<span style="font-weight: bold;"></span><br />
<span style="font-size: x-small;"><span style="font-style: italic;">This is using KDE 4 WM</span></span><br />
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/opensuse-logo.png" border="0" alt="[Image: opensuse-logo.png]" /><br />
<br />
<span style="font-weight: bold;"></span>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;"></span><br />
<span style="color: #98FB98;"><span style="font-size: x-large;">How to disable Auto Login in OpenSuse 12.1</span></span><br />
<br />
By default in OpenSuse 12.1 you are automatically logged in even if you have a password on your account. To disable this follow the simple steps below.<br />
<br />
<br />
Start &gt; Applications &gt; System &gt; Administrator Settings (YaST)<br />
<br />
Click on Security and Users down the left hand side then click User and Group Management<br />
<br />
In the bottom right hand corner click the drop down that says "Expert Options" and then Login Settings another box will then appear where you can untick "Auto Login" then Click OK.<br />
<br />
<span style="font-weight: bold;"></span><br />
<span style="font-size: x-small;"><span style="font-style: italic;">This is using KDE 4 WM</span></span><br />
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/opensuse-logo.png" border="0" alt="[Image: opensuse-logo.png]" /><br />
<br />
<span style="font-weight: bold;"></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to install KDE 4 in OpenSuse 12.1]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1488</link>
			<pubDate>Sun, 08 Jan 2012 15:38:58 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1488</guid>
			<description><![CDATA[<span style="color: #87CEFA;"><span style="font-size: x-large;">How to install KDE 4 in OpenSuse 12.1</span></span><br />
<br />
While installing OpenSuse 12.1 for a client I chose to install Gnome on setup.. big mistake.. gnome 3 turned up. <br />
This quick thread explains how to install KDE 4 on openSUSE in case you had initially installed a different desktop environment. <br />
<br />
<br />
Open a terminal and type:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>sudo zypper install -t pattern kde4 kde4_basis</code></div></div>
<br />
<br />
<span style="font-size: large;">Switching to KDM</span><br />
<br />
If you're switching to KDE you may want to switch to the KDE login manager (or display manager) KDM too.<br />
<br />
I use nano as an editor so to install nano..<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>sudo zypper install nano</code></div></div>
<br />
Edit the file /etc/sysconfig/displaymanager and set DISPLAYMANAGER="kdm"<br />
<br />
So.. open a terminal<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>sudo nano /etc/sysconfig/displaymanager</code></div></div>
<br />
scroll down and change DISPLAYMANAGER="kdm" then Ctrl + o to save changes and Ctrl + x to exit.<br />
 <br />
<br />
<span style="font-size: large;">Changing the login screen theme</span><br />
<br />
Start &gt; Applications &gt; System settings &gt; Login screen &gt; Theme<br />
<br />
<br />
<span style="font-size: large;">Logging into KDE</span><br />
<br />
After KDE is installed, you can log into it by simply logging out and selecting KDE under Session Type at the login manager.<br />
<br />
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/opensuse-logo.png" border="0" alt="[Image: opensuse-logo.png]" />]]></description>
			<content:encoded><![CDATA[<span style="color: #87CEFA;"><span style="font-size: x-large;">How to install KDE 4 in OpenSuse 12.1</span></span><br />
<br />
While installing OpenSuse 12.1 for a client I chose to install Gnome on setup.. big mistake.. gnome 3 turned up. <br />
This quick thread explains how to install KDE 4 on openSUSE in case you had initially installed a different desktop environment. <br />
<br />
<br />
Open a terminal and type:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>sudo zypper install -t pattern kde4 kde4_basis</code></div></div>
<br />
<br />
<span style="font-size: large;">Switching to KDM</span><br />
<br />
If you're switching to KDE you may want to switch to the KDE login manager (or display manager) KDM too.<br />
<br />
I use nano as an editor so to install nano..<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>sudo zypper install nano</code></div></div>
<br />
Edit the file /etc/sysconfig/displaymanager and set DISPLAYMANAGER="kdm"<br />
<br />
So.. open a terminal<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>sudo nano /etc/sysconfig/displaymanager</code></div></div>
<br />
scroll down and change DISPLAYMANAGER="kdm" then Ctrl + o to save changes and Ctrl + x to exit.<br />
 <br />
<br />
<span style="font-size: large;">Changing the login screen theme</span><br />
<br />
Start &gt; Applications &gt; System settings &gt; Login screen &gt; Theme<br />
<br />
<br />
<span style="font-size: large;">Logging into KDE</span><br />
<br />
After KDE is installed, you can log into it by simply logging out and selecting KDE under Session Type at the login manager.<br />
<br />
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/opensuse-logo.png" border="0" alt="[Image: opensuse-logo.png]" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Problem syncing ACT! and Microsoft Outlook contacts]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1486</link>
			<pubDate>Sun, 08 Jan 2012 01:08:19 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1486</guid>
			<description><![CDATA[<span style="font-weight: bold;"></span><br />
<span style="font-size: x-large;">Problem syncing ACT! and Microsoft Outlook contacts</span><br />
<br />
This issue will occur if you have contacts from Outlook that had previously synced with Sage ACT! and manually deleted them. When attempting to sync again, those contacts will not transfer.<br />
In the event that you wish to remove contacts that have been synced between Sage ACT! and Outlook, the correct method is to disable Outlook synchronization in Sage ACT! from the Tools &gt; Preferences &gt; E-mail &amp; Outlook Sync tab and any synced contacts between applications will be removed.<br />
<br />
To restore proper synchronization between Sage ACT! and Outlook, please use the following steps:<br />
<ul>
<li>Close both Sage ACT! and Outlook</li>
<li>Stop the Sage.ACT.Integration.exe (Act.Outlook.Sync.exe in Sage ACT! 2011) in Task Manager.</li>
<li>Browse to the following location:<br />
<span style="font-weight: bold;">C:\Documents and Settings\*username*\Application Data\ACT\Act Data\Outlook Sync</span><br />
or <br />
<span style="font-weight: bold;">C:\Users\*username*\AppData\Roaming\ACT\Act Data\Outlook Sync</span><br />
Delete or rename both files that end with "Contacts.metadata".<br />
<br />
<img src="http://kb.sagesoftwareonline.com/rnt/rnw/img/enduser/27105_1.gif" border="0" alt="[Image: 27105_1.gif]" /></li>
<li>Restart the Sage.ACT.Integration.exe (Act.Outlook.Sync.exe in Sage ACT! 2011) process<br />
</li></ul>
32-bit operating system: C:\Program Files\Act\Act for Windows<br />
64-bit operating system: C:\Program Files (x86)\Act\Act for Windows<br />
Locate the file Sage.ACT.Integration.exe (Act.Outlook.Sync.exe in Sage ACT! 2011) and double click on it to start the service.<br />
<br />
Launch Sage ACT! and test synchronization. All contacts should now sync successfully.<br />
<span style="font-weight: bold;"></span>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;"></span><br />
<span style="font-size: x-large;">Problem syncing ACT! and Microsoft Outlook contacts</span><br />
<br />
This issue will occur if you have contacts from Outlook that had previously synced with Sage ACT! and manually deleted them. When attempting to sync again, those contacts will not transfer.<br />
In the event that you wish to remove contacts that have been synced between Sage ACT! and Outlook, the correct method is to disable Outlook synchronization in Sage ACT! from the Tools &gt; Preferences &gt; E-mail &amp; Outlook Sync tab and any synced contacts between applications will be removed.<br />
<br />
To restore proper synchronization between Sage ACT! and Outlook, please use the following steps:<br />
<ul>
<li>Close both Sage ACT! and Outlook</li>
<li>Stop the Sage.ACT.Integration.exe (Act.Outlook.Sync.exe in Sage ACT! 2011) in Task Manager.</li>
<li>Browse to the following location:<br />
<span style="font-weight: bold;">C:\Documents and Settings\*username*\Application Data\ACT\Act Data\Outlook Sync</span><br />
or <br />
<span style="font-weight: bold;">C:\Users\*username*\AppData\Roaming\ACT\Act Data\Outlook Sync</span><br />
Delete or rename both files that end with "Contacts.metadata".<br />
<br />
<img src="http://kb.sagesoftwareonline.com/rnt/rnw/img/enduser/27105_1.gif" border="0" alt="[Image: 27105_1.gif]" /></li>
<li>Restart the Sage.ACT.Integration.exe (Act.Outlook.Sync.exe in Sage ACT! 2011) process<br />
</li></ul>
32-bit operating system: C:\Program Files\Act\Act for Windows<br />
64-bit operating system: C:\Program Files (x86)\Act\Act for Windows<br />
Locate the file Sage.ACT.Integration.exe (Act.Outlook.Sync.exe in Sage ACT! 2011) and double click on it to start the service.<br />
<br />
Launch Sage ACT! and test synchronization. All contacts should now sync successfully.<br />
<span style="font-weight: bold;"></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to add an ACT! Address book into Microsoft Outlook 2003]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1485</link>
			<pubDate>Sun, 08 Jan 2012 00:15:54 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1485</guid>
			<description><![CDATA[<span style="font-weight: bold;"></span><br />
<span style="color: #87CEFA;"><span style="font-size: x-large;">How to add an ACT! Address book into Microsoft Outlook 2003</span></span><br />
<br />
Follow a couple of easy steps below to add your ACT! address book to Microsoft Outlook and access your ACT! contact information from within Outlook 2003. <br />
<br />
<br />
<span style="font-weight: bold;">Outlook 2003</span><br />
<br />
<ol type="1">
<li>Open Microsoft Outlook</li>
<li>Click the Tools menu, then click E-mail Accounts. The E-mail Accounts wizard opens.</li>
<li>On the E-mail Accounts page, enable Add a new directory or address book, then click Next.<br />
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/act-address-book-outlook-2003/img01.png" border="0" alt="[Image: img01.png]" /><br />
<br />
<span style="font-style: italic;"></span><br />
<span style="font-weight: bold;"></span></li>
<li>Click Additional Address Books, and then click Next.<br />
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/act-address-book-outlook-2003/img02.png" border="0" alt="[Image: img02.png]" /><br />
<br />
<span style="font-style: italic;"></span><br />
<span style="font-weight: bold;"></span></li>
<li>Click ACT! Address Book, and then click Next. <br />
</li></ol>
<br />
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/act-address-book-outlook-2003/img03.png" border="0" alt="[Image: img03.png]" /><br />
<br />
<span style="font-style: italic;"></span><br />
<span style="font-weight: bold;"></span><br />
The ACT! Address Book(s) dialog box appears.<br />
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/act-address-book-outlook-2003/img04.png" border="0" alt="[Image: img04.png]" /><br />
<br />
<span style="font-style: italic;"></span><br />
<br />
You can select up to three databases to add. Click the Browse button to the right of the ACT! Database box you want to specify as an address book in Outlook. If setting up multiple databases, specify the one with your most important contacts under First address book. You may be required to Login to the database.<br />
Click OK to close the dialog boxes and finish the set up of the ACT! address books.<br />
<br />
<span style="font-weight: bold;"></span>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;"></span><br />
<span style="color: #87CEFA;"><span style="font-size: x-large;">How to add an ACT! Address book into Microsoft Outlook 2003</span></span><br />
<br />
Follow a couple of easy steps below to add your ACT! address book to Microsoft Outlook and access your ACT! contact information from within Outlook 2003. <br />
<br />
<br />
<span style="font-weight: bold;">Outlook 2003</span><br />
<br />
<ol type="1">
<li>Open Microsoft Outlook</li>
<li>Click the Tools menu, then click E-mail Accounts. The E-mail Accounts wizard opens.</li>
<li>On the E-mail Accounts page, enable Add a new directory or address book, then click Next.<br />
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/act-address-book-outlook-2003/img01.png" border="0" alt="[Image: img01.png]" /><br />
<br />
<span style="font-style: italic;"></span><br />
<span style="font-weight: bold;"></span></li>
<li>Click Additional Address Books, and then click Next.<br />
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/act-address-book-outlook-2003/img02.png" border="0" alt="[Image: img02.png]" /><br />
<br />
<span style="font-style: italic;"></span><br />
<span style="font-weight: bold;"></span></li>
<li>Click ACT! Address Book, and then click Next. <br />
</li></ol>
<br />
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/act-address-book-outlook-2003/img03.png" border="0" alt="[Image: img03.png]" /><br />
<br />
<span style="font-style: italic;"></span><br />
<span style="font-weight: bold;"></span><br />
The ACT! Address Book(s) dialog box appears.<br />
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/act-address-book-outlook-2003/img04.png" border="0" alt="[Image: img04.png]" /><br />
<br />
<span style="font-style: italic;"></span><br />
<br />
You can select up to three databases to add. Click the Browse button to the right of the ACT! Database box you want to specify as an address book in Outlook. If setting up multiple databases, specify the one with your most important contacts under First address book. You may be required to Login to the database.<br />
Click OK to close the dialog boxes and finish the set up of the ACT! address books.<br />
<br />
<span style="font-weight: bold;"></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Troubleshooting problems with Windows Search and Indexing]]></title>
			<link>http://mcompute.co.uk/showthread.php?tid=1484</link>
			<pubDate>Sat, 07 Jan 2012 21:56:08 +0000</pubDate>
			<guid isPermaLink="false">http://mcompute.co.uk/showthread.php?tid=1484</guid>
			<description><![CDATA[<span style="font-weight: bold;"></span><br />
<span style="color: #98FB98;"><span style="font-size: x-large;">Troubleshooting problems with Windows Search and Indexing</span><br />
</span><br />
These are just some steps that you can take to trouble problems in Windows with Windows Search and the Indexing service.<br />
<br />
To check that the feature is enabled, you can do below.<br />
<br />
<ol type="1">
<li>Go the to control panel</li>
<li>Programs and Features</li>
<li>On the left hand side, click "Turn Windows Features on or off"</li>
<li>Another box should appear. (see below)<br />
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/windows-indexing.png" border="0" alt="[Image: windows-indexing.png]" /><br />
<br />
In here you want to look for "Windows Search" and "Indexing Service". Make sure they're both ticked then click OK.</li>
<li>You may need to restart your PC.<br />
</li></ol>
<br />
<ul>
<li>Another thing you can check is <span style="font-weight: bold;">service.msc</span> and check that both of the services are running.<br />
<br />
<span style="font-style: italic;"></span></li>
<li>Also check if Indexing on your drive is enabled.. My Computer, right click a drive, propeties and tick "<span style="font-weight: bold;">Allow files on the drive to have contents indexed in addition to file properties</span>"<br />
<br />
<span style="font-style: italic;"></span></li>
<li>If you go in to My Computer and search for something in the top search bar it may also prompt you to enable Indexing which you can try.<br />
</li></ul>
<br />
If there's a problem with Indexing it can also affect other programs such as Microsoft Outlook and searching for emails..<br />
<span style="font-style: italic;"></span>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;"></span><br />
<span style="color: #98FB98;"><span style="font-size: x-large;">Troubleshooting problems with Windows Search and Indexing</span><br />
</span><br />
These are just some steps that you can take to trouble problems in Windows with Windows Search and the Indexing service.<br />
<br />
To check that the feature is enabled, you can do below.<br />
<br />
<ol type="1">
<li>Go the to control panel</li>
<li>Programs and Features</li>
<li>On the left hand side, click "Turn Windows Features on or off"</li>
<li>Another box should appear. (see below)<br />
<br />
<img src="http://vidahost-discount-codes.co.uk/donotdelete/mcompute/windows-indexing.png" border="0" alt="[Image: windows-indexing.png]" /><br />
<br />
In here you want to look for "Windows Search" and "Indexing Service". Make sure they're both ticked then click OK.</li>
<li>You may need to restart your PC.<br />
</li></ol>
<br />
<ul>
<li>Another thing you can check is <span style="font-weight: bold;">service.msc</span> and check that both of the services are running.<br />
<br />
<span style="font-style: italic;"></span></li>
<li>Also check if Indexing on your drive is enabled.. My Computer, right click a drive, propeties and tick "<span style="font-weight: bold;">Allow files on the drive to have contents indexed in addition to file properties</span>"<br />
<br />
<span style="font-style: italic;"></span></li>
<li>If you go in to My Computer and search for something in the top search bar it may also prompt you to enable Indexing which you can try.<br />
</li></ul>
<br />
If there's a problem with Indexing it can also affect other programs such as Microsoft Outlook and searching for emails..<br />
<span style="font-style: italic;"></span>]]></content:encoded>
		</item>
	</channel>
</rss>
