<?
//breadcrumb function
function the_breadcrumb() {
 global $post;
 $crumbs =     '<p><a href="'.get_option('home').'">Home</a>';

 //if the page has a parent add title and link of parent
 if($post->post_parent) {

	 $parent = get_page( $post->post_parent );
	 if($parent->post_parent)
		 $crumbs .=     ' &raquo; <a href="'.get_permalink($parent->post_parent).'">'.get_the_title($parent->post_parent).'</a>';
	 
	 $crumbs .=     ' &raquo; <a href="'.get_permalink($post->post_parent).'">'.get_the_title($post->post_parent).'</a>';
 }

 // if it's not the front page of the site, but isn't the blog either
 if((!is_front_page()) && (is_page())) {
 $crumbs .=    ' &raquo; '.get_the_title($post->ID);
 }

 //if it's the news/blog home page or any type of archive
 if((is_home() ||(is_archive()))) {
 $crumbs .=    ' &raquo; '.get_the_title(get_option(page_for_posts));
 }

 //if it's a single news/blog post
 if(is_single()) {
 $crumbs .=     ' &raquo; <a href="'.get_permalink(get_option(page_for_posts)).'">'.get_the_title(get_option(page_for_posts)).'</a>';
 $crumbs .=    ' &raquo; '.get_the_title($post->ID);
 }
 $crumbs .=    '</p>'."\n";
 echo $crumbs;
}

function getOrderLink($param)
{
	if(ISLIVE)
		return get_permalink(ORDER_ID).'?id='.$param;
	else
		return get_permalink(ORDER_ID).'&id='.$param;
}

function add_first_and_last($output) {
  $output = preg_replace('/class="menu-item/', 'class="first-menu-item menu-item', $output, 0);
  $output = substr_replace($output, 'class="last-menu-item menu-item', strripos($output, 'class="menu-item'), strlen('class="menu-item'));
  return $output;
}
//add_filter('wp_nav_menu', 'add_first_and_last');

function new_excerpt_more($more) {
	global $post;
	return ' <a href="'. get_permalink($post->ID) . '">[...]</a>';
}
add_filter('excerpt_more', 'new_excerpt_more');

register_sidebars(1, array('before_widget'=>'','after_widget'=>''));

register_sidebar(array(  'name' => 'Footer Column 1',  'id' => 'footer1',  'before_title' => '<h2>',  'after_title' => '</h2>'));
register_sidebar(array(  'name' => 'Footer Column 2',  'id' => 'footer2',  'before_title' => '<h2>',  'after_title' => '</h2>'));
register_sidebar(array(  'name' => 'Footer Column 3',  'id' => 'footer3',  'before_title' => '<h2>',  'after_title' => '</h2>'));
register_sidebar(array(  'name' => 'Footer Column 4',  'id' => 'footer4',  'before_title' => '<h2>',  'after_title' => '</h2>'));
register_sidebar(array(  'name' => 'Footer Column 5',  'id' => 'footer5',  'before_title' => '<h2>',  'after_title' => '</h2>'));
add_theme_support( 'post-thumbnails' );
//register_sidebars(5, array('name'=>'Footer Column %d', 'id'=>'footer%d','before_widget'=>'','after_widget'=>'', 'before_title'=>'<h2 class=hide>','after_title'=>'</h2>'));
	register_nav_menus( array(
		'footer' => __( 'Footer Navigation'),
	) );


?><?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>Remote Techy &#187; Featured Posts</title>
	<atom:link href="https://remotetechy.com/category/featured-posts/feed/" rel="self" type="application/rss+xml" />
	<link>https://remotetechy.com</link>
	<description>We Make Technology Work!</description>
	<lastBuildDate>Tue, 06 May 2014 15:00:34 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>Secure Passwords: Part of a Secure PC</title>
		<link>https://remotetechy.com/password-security/</link>
		<comments>https://remotetechy.com/password-security/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 22:31:35 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Featured Posts]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://remotetechy.com/?p=1281</guid>
		<description><![CDATA[Setting up a secure password is one of the simplest, and most important things to do to ensure your PC and information stays safe. If you answer no to 3 or more of the below &#8211; it is probably time to change up your passwords: Do you use the same password for everything? Is your [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft  wp-image-1285" title="Secure Passwords" src="http://remotetechy.com/wp-content/uploads/2012/04/Secure-300x300.jpg" alt="Secure Passwords" width="180" height="180" />Setting up a secure password is one of the simplest, and most important things to do to ensure your PC and information stays safe.</p>
<p>If you answer no to 3 or more of the below &#8211; it is probably time to change up your passwords:</p>
<ol>
<li>Do you use the same password for everything?</li>
<li>Is your password less then 6 characters?</li>
<li>Does your password include at least 2 numbers?</li>
<li>Does your password include atleast 1 symbol like an ! or * or a $ or ?</li>
<li>Have you updated or reset your password(s) in at least the past year?</li>
</ol>
<p>Many people wonder if their logins are more secure if they change their passwords regularly. If you have the habit of telling others your password then the answer is yes, change them and change them often!</p>
<p>It is important to keep your passwords secure by adding in random variables, and to not use the same password for important logins (your bank, or an eCommerce store) as you do for potentially unsecure logins like a forum.</p>
<p>The reason is that if on of the sites you are using gets hacked they are most likely to turn around and use your information right away to try to get access to the rest of your digital life.</p>
<p>HINT: If you start seeing strange, small transactions that you don&#8217;t remember making &#8211; call your credit card company. These could be a hacker sending through test transactions to see if the card is still valid.</p>
<p>Please do us techy types a favor. Stay safe online!</p>
]]></content:encoded>
			<wfw:commentRss>https://remotetechy.com/password-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is PC Performance Optimization?</title>
		<link>https://remotetechy.com/about-pc-performance-optimization/</link>
		<comments>https://remotetechy.com/about-pc-performance-optimization/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 22:00:27 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Cool Technology]]></category>
		<category><![CDATA[Featured Posts]]></category>
		<category><![CDATA[PC Optimization]]></category>
		<category><![CDATA[PC Tune up]]></category>

		<guid isPermaLink="false">http://remotetechy.com/?p=1257</guid>
		<description><![CDATA[By now, most of you are probably aware that over time your PC’s registry gets full of junk information – which in turn slows down your PC, affects its operability and all in all makes PC Performance Optimization a critical piece to managing your productivity and PC sanity! What you may not have known is [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1259" title="learning about pc tune ups" src="http://remotetechy.com/wp-content/uploads/2012/01/learning-about-pc-tune-ups.jpg" alt="learning about pc tune ups" width="300" height="200" />By now, most of you are probably aware that over time your PC’s registry gets full of junk information – which in turn slows down your PC, affects its operability and all in all makes PC Performance Optimization a critical piece to managing your productivity and PC sanity!</p>
<p>What you may not have known is that Microsoft themselves suggest you perform a complete PC Tune Up every 3 months. While you can get yourself into the weeds with do it yourself information on using features within Windows 7 such as those found in this <a href="http://blog.tune-up.com/tips-and-tricks/five-little-known-windows-7-features/">blog post</a>; there are also a number of services out there that will take this burden off of your shoulders. Let’s take a look at what these PC Performance Optimization services/tools should include to ensure you get the best bang for your buck.</p>
<p><strong>Deep Dive Anti-Virus, Anti-Malware and Ant-Spyware Scan</strong></p>
<p>With most popular anti-virus software, you run the risk of the application and its virus definitions (the information that tells the software what to look for) becoming corrupt themselves and thus missing major infections during routine scans. It is very important for whatever PC Optimization service you use that it include standalone anti-virus, anti-malware and anti-spyware scan tool(s) – these tools should install and uninstall during the tune up job in order to keep everything segregated and secure!</p>
<p>We happen to use different tools for each of these steps within our own <a title="PC Optimization Services" href="http://remotetechy.com/page/pc-optimization-services/">PC Optimization Service</a>, and are always swapping out/upgrading each tool to make sure our PC Tune ups stay ahead of the curve.</p>
<p><strong>Registry and Hard Drive Optimization</strong></p>
<p>While there are a number of ‘free’ tools out there. It is of utmost importance that whatever PC Performance optimization tool you use that is also include a top notch registry cleaning feature. Our opinion is that any tune up that claims to have  both proprietary registry cleaning functionality + proprietary PC security software built into their offering, probably means that one of the two, or sometimes both function very well.</p>
<p>This is why with our Registry and Hard Drive Optimization Tune ups we again bring in various tools to clean various parts of the registry and hard drive to ensure the entire job is completed to industry best practice standards. We feel that using third party tools to supplement the process is the only sure fire way to stay on top of the latest developments, and achieve the best possibly cleaning.</p>
<p><em>Words of wisdom: Be cautious of any solution that claims to be everything for everyone using their own custom tools. There is a reason why companies like McAfee focus solely on anti-virus, and partner with other organizations for anything outside of that realm. It’s a really, really big job!</em></p>
<p><strong>Personal Attention over complete Automation</strong></p>
<p>More and more we are seeing completely automated tools marketed as the one stop shop for all of your PC support needs. To be frank, at this stage it is impossible to replace the creative troubleshooting, and analytical ability of a well trained technician. 10 years from now might very well be a different story.</p>
<p>However, for the time being, please make sure that whatever tool you choose includes at least partial intervention from a technician in the form of Online or <a title="PC Tech Support" href="http://remotetechy.com/page/pc-tech-support/">Remote PC Tech Support</a> via Phone and/or Chat.</p>
<p>We have chosen to build these processes in with our PC Tune Up services, and require our technicians to monitor every tune ups progress as it happens via alerts (in doing it this way a handful of tech&#8217;s can monitor, and intervene with literally hundreds of tune ups at a time). After each tune up is marked complete, our technicians receive a notification asking them to analyse the results and suggest upgrades, grade your PC usage behaviour and provide a multitude of other tips and tricks for each customer all in the form of our Monthly PC Tune Up Report (an example of which is shown below)</p>
<p><img class="size-medium wp-image-1258 aligncenter" title="PC Performance Optimization Report Card" src="http://remotetechy.com/wp-content/uploads/2012/01/PC-Performance-Optimization_Report-Card-300x275.png" alt="PC Performance Optimization Report Card" width="300" height="275" /></p>
<p>Best of luck in finding a suitable PC Support and Optimization solution. If there is anything we can do to help, please tweet us @remotetechys or into our team anytime!</p>
]]></content:encoded>
			<wfw:commentRss>https://remotetechy.com/about-pc-performance-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Report from CES: Cool Technology to Expect in 2012</title>
		<link>https://remotetechy.com/report-from-ces-cool-technology-to-expect-in-2012/</link>
		<comments>https://remotetechy.com/report-from-ces-cool-technology-to-expect-in-2012/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 08:15:35 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Cool Technology]]></category>
		<category><![CDATA[Featured Posts]]></category>

		<guid isPermaLink="false">http://remotetechy.com/?p=1222</guid>
		<description><![CDATA[This past week Remote Techys Senior Management had the priveledge of attending CES 2012 in Las Vegas. While it was a week filled with walking miles upon miles of conference room floor, sitting in on some truly inspirational presentations, and some pretty drawn out, demo demon infested presentations and seminars. Here is what they have [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>This past week Remote Techys Senior Management had the priveledge of attending CES 2012 in Las Vegas. While it was a week filled with walking miles upon miles of conference room floor, sitting in on some truly inspirational presentations, and some pretty drawn out, demo demon infested presentations and seminars. Here is what they have to report back on their subjective, show favorites:</p>
<p><img class=" alignright" src="http://extrawindows.cnews.cz/files/obrazky/2011/09/3662/windows_8_1_png_38491.png" alt="" width="295" height="166" /><strong>Windows 8</strong></p>
<p>Finally, it seems like we can all expect a version of Windows thatseamlessly rides the fence between digital entertainment hub, and productivity. From the product demonstration, and all in one packaged Vizio PC&#8217;s (also announced at the show) it seems as though Windows fans can now expect a real competitor to Apple&#8217;s tightly controlled hardware/software centric design.</p>
<p>For those of you who may have experienced the downfalls to Windows 7, and its bloated resource requirements &#8211; keep your eye out for the opportunity to upgrade! I know we will be.</p>
<p><strong>OLED TV&#8217;s</strong></p>
<p>If you were to walk by the booth on the wrong angle (and were oblivious to the never ending crowd gathered around) you could almost pass right by the Samsung OLED TV display. The closest analogy we can make for them is a sheet of glass for a TV, with arguably the crispest picture at the show.</p>
<p>For video fanatics out there &#8211; these are worth waiting in line for!</p>
<p><strong><img class="alignleft" src="http://www.media.samsung.pl/file/attachment/341819/b0/samsung-smart-tv-smarthub-1.jpg" alt="" width="226" height="237" />Smart TVs</strong></p>
<p>I think it is safe to assume that the Google TV we purchased for testing, was one of the few units sold in Canada.</p>
<p>Based on the product demonstrations we have seen, manufacturers are expecting Smart TV&#8217;s to hit 500 million units within the next few years. Based on the sheer usability and interface design, our vote goes out to Samsung and LG.</p>
<p>While LG (and most other TV manufacturers it seems) is going the way of joining forces with Google TV, the interface and Nintendo WIIesq remote control are a tonne of fun to interact with.</p>
<p>A notably &#8216;cool&#8217; feature with the LG line &#8211; is their In Store Advertising module, which is the best way we can describe the software they have created to allow small business owners to create custom in store promotions, overlaid with TV and web feeds.</p>
<p>Samsung on the other hand has gone a bit more traditional with their remote control technology, but has stepped away from the crowd and created their own App Market for Samsung specific applications and integrations with their version of the Digital Home</p>
<p><strong>3D TV: No Goggles Required</strong></p>
<p>Based on what we have seen to date &#8211; dont get your hopes up for a viable solution to be rid of your 3D TV glasses any time soon.</p>
<p>Not to take away from the hype, as the idea of being able to watch 3D TV with the naked eye is simply amazing. The demo&#8217;s we witnessed from overseas, independant manufacturers and even juggerant brands fell a bit flat, and seemed to cause a few headaches for quite a few CES guests.</p>
<p>Nexia home/office control</p>
<p>We at Remote Techy have been tracking digital home control technology, and until this years show have been unimpressed with the offerings.</p>
<p>While there were probably about a dozen different solutions being promoted to centralize control of your home/office temperature, security (from alarms to CCTV and door locks) and lighting &#8211; Nexia seemed to be the most seamless and intuitive to use.</p>
<p>We of course cannot speak to the setup difficulty or cost &#8211; but we cant argue with just how awesome it would be to be able to adjust and monitor your home or office while you are away.</p>
]]></content:encoded>
			<wfw:commentRss>https://remotetechy.com/report-from-ces-cool-technology-to-expect-in-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Warning Signs that your PC is infected with Malware!</title>
		<link>https://remotetechy.com/protect-against-malware/</link>
		<comments>https://remotetechy.com/protect-against-malware/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 08:35:28 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Cool Technology]]></category>
		<category><![CDATA[Featured Posts]]></category>
		<category><![CDATA[Malware]]></category>

		<guid isPermaLink="false">http://remotetechy.com/?p=1204</guid>
		<description><![CDATA[To start, I think a clear definition of what Malware actually consist of is important to better understand how you can protect yourself. After all, regardless of the PC Security Software you use – the best line of defence is to stay informed! Here’s the link to the full page and definition on Malware thanks to [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-1206" style="border-image: initial; border-width: 1px; border-color: black; border-style: solid;" title="Malware Protection" src="http://remotetechy.com/wp-content/uploads/2012/01/hand-sanitizer-ts-dlm-150x150.jpg" alt="Malware Protection" width="150" height="150" />To start, I think a clear definition of what Malware actually consist of is important to better understand how you can protect yourself.</p>
<p>After all, regardless of the PC Security Software you use – the best line of defence is to stay informed!</p>
<p>Here’s the link to the full page and definition on <strong><a href="http://en.wikipedia.org/wiki/Malware">Malware</a></strong> thanks to Wikipedia.</p>
<p>The purpose of Malware is basically to provide the shady characters of the web with access to your personal information, accounts, data and in some cases internet bandwidth for them to exploit. Infections commonly incur when pop up ads are clicked, toolbars, screen savers and even fear tactics promoted PC security software is installed.</p>
<p>To stay safe, it is important to remember that you should NEVER click on any ad’s that are not clearly branded as an organization you know and trust, you should never download and install any software that you do not fully understand the benefits, and risks for and you should absolutely never enter any of your social or email passwords into screen pops that request it for certain access.</p>
<p>Below are sure fire warning signs that you are infected, and that you need to seek help immediately.</p>
<ul>
<li><span style="color: #333333;">When you first open up a web browser – you are brought to a home page that is not what you usually see (ie. Google, MSN etc.)</span></li>
<li><span style="color: #333333;">You try to run a search in your main browser, however when you do so another window pops up with the search results and high pressure, fear tactic ads.</span></li>
<li><span style="color: #333333;">Your PC frequently slows down, shows foreign error message, or even crashes on a regular basis.</span></li>
<li><span style="color: #333333;">You are constantly bombarded by advertisements when you do not have any web browsers open. These could be ads to install security software, or warning you that your PC might be infected.</span></li>
<li><span style="color: #333333;">You see new files, new screen savers, new background images – or otherwise unusual changes to your system that you did not make yourself.</span></li>
</ul>
<p>Unfortunately, PC security threats are extremely prevalent on the web and represent a huge black market industry. To ensure you stay safe – follow the above safety precautions, keep your security software, and PC up to date with the latest patches and always consult a professional like our <strong><a href="/online-pc-support">Online PC Support</a></strong> team if you suspect anything is amiss.</p>
]]></content:encoded>
			<wfw:commentRss>https://remotetechy.com/protect-against-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Tips to Set up a New Computer</title>
		<link>https://remotetechy.com/7-tips-to-set-up-a-new-computer/</link>
		<comments>https://remotetechy.com/7-tips-to-set-up-a-new-computer/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 15:37:58 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Featured Posts]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://remotetechy.com/?p=1160</guid>
		<description><![CDATA[This article is made especially for those of you who have celebrated one of the various holidays this time of year and received or even gifted a new PC. These days, PCs need a refresh every 18 months or so. That refresh can come in the form of hardware upgrades, or even just wiping it [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://remotetechy.com/wp-content/uploads/2011/12/Tecra_R850_bla_Prod_Full_Jan11_12.jpg"><img class="alignleft" title="Setting up Computer" src="http://remotetechy.com/wp-content/uploads/2011/12/Tecra_R850_bla_Prod_Full_Jan11_12-150x150.jpg" alt="Setting up Computer" width="150" height="150" /></a>This article is made especially for those of you who have celebrated one of the various holidays this time of year and received or even gifted a new PC.</p>
<p>These days, PCs need a refresh every 18 months or so. That refresh can come in the form of hardware upgrades, or even just wiping it out and starting over with a fresh install of your Operating System. In any case a new PC is like a clean slate, an opportunity to properly setup and prepare your PC for prolonged use. Here are our top 7 tips:</p>
<p>&nbsp;</p>
<p><strong>1. Perform all Windows Updates</strong></p>
<p style="padding-left: 30px;">First things first: it is of utmost importance to catch up on all of the latest and hopefully greatest updates Microsoft has released. Even though your PC is brand new, the files that were used to install your operating system in the depot could be quite old.</p>
<p style="padding-left: 30px;"><em>In Windows 7 hit Start </em><em>&gt; All Programs &gt; Windows Updates</em></p>
<p><em></em><strong>2. Install an Antivirus program like Avast Free Home Edition</strong></p>
<p style="padding-left: 30px;">There is quite a debate out there on the topic of free vs. paid for Antivirus. Typically the argument of paid for is promoted by those who stand to benefit (hint hint) and backed by more robust features that stem beyond Virus and Malware protection.</p>
<p style="padding-left: 30px;">At the end of day, we suggest to most of our clients that a paid for option is ideal – our stance constantly changes based on what the different vendors are releasing.</p>
<p style="padding-left: 30px;">However, one thing that hasn’t changed is our stance on the best free antivirus product being <a title="Avast Home Edition Free Download" href="http://download.cnet.com/Avast-Free-Antivirus/3000-2239_4-10019223.html?part=dl-85737&amp;subj=dl&amp;tag=button">Avast Home Edition</a>. Avast regularly updates there virus definitions (the data that tells the software what to look out for) and offers cool features like Boot Scanning which runs an impressively deep virus scan before your Operating Systems boots up.</p>
<p><strong>3. Remove the Free Trials that get crammed down your throat</strong></p>
<p style="padding-left: 30px;">The trend of jam packing new PCs with trial software ranging from Antivirus, to Microsoft Office, eBay, games and anything else that represents an opportunity to upsell you on something, or obtain your information for statistical marketing purposes for the vendors ecosystem.</p>
<p style="padding-left: 30px;">We always remove all of this junk – and strongly advise our customers to keep them off unless there is a specific reason that compels you to opt into these programs sometime in the future.</p>
<p style="padding-left: 30px;">The easiest way to do this is to select Computer &gt; Select Uninstall Programs and comb through the list to find any programs that you do not need or include the words trial and demo. If you are unsure as to what a program does – make sure you Google it before you remove it, or if you are a Remote Techy customer – start a <a title="live chat support" href="http://remotetechy.com/page/live-chat-support">live chat support session</a> with our team.</p>
<p><strong>4. Turn off Aero and Adjust customer appearance settings</strong></p>
<p style="padding-left: 30px;">It is no secret that Windows Vista and Windows 7 are what we in the techy world would call resource intensive … or in regular english, pigs!</p>
<p style="padding-left: 30px;">One of the big memory hogs is the Aero display – the feature that Microsoft has used to try to make their product stand above the look and feel of Apple’s Macintosh Operating System.  Unfortunately, for most people who purchase reasonably priced PC’s – this means slow performance! Follow the below steps to fix this:</p>
<p style="padding-left: 30px;">Right Click Computer &gt; Select Properties &gt; Click Advanced System Settings &gt; Settings under Performance &gt; Visual Effects &gt; Custom &gt; Check only the features shown in the image to the right.</p>
<p>&nbsp;</p>
<p style="padding-left: 30px;"><img class="alignright" title="Windows 7 PC Optimization Settings" src="http://remotetechy.com/wp-content/uploads/2011/12/Visual-Effects-Settings-208x300.png" alt="Windows 7 PC Optimization Settings" width="166" height="240" /></p>
<p><strong>5. </strong><strong>Setup a mandatory page file</strong></p>
<p style="padding-left: 30px;">This little tweak often times helps increase the memory buffer used on your hard drive that helps you run programs on your PC. Typically this is automatically set but taking a few moments to force a minimum will help to simplify things – to change this follow the below process.</p>
<p style="padding-left: 30px;">Right Click Computer &gt; Select Properties &gt; Click Advanced System Settings &gt; Settings under Performance &gt; Advanced &gt; Change (under virtual memory) &gt; Select the Custom Size radial &gt; Set the Initial and Maximum Size to whatever the recommended amount is at the bottom of the window (see the screen shot for an example). If you have more than 1 drive, do this for each!</p>
<p>&nbsp;</p>
<p style="padding-left: 30px;"><img class="alignright" title="Windows 7 PC Optimization" src="http://remotetechy.com/wp-content/uploads/2011/12/Virtual-Memory-Screen-grab-253x300.png" alt="Windows 7 PC Optimization" width="202" height="240" /></p>
<p><strong>6. PC Performance Optimization with CCleaner</strong></p>
<p style="padding-left: 30px;">CCleaner is a free PC management tool that lets you: increase browser speeds by clearing your cache, manage startup items, perform basic registry optimization and manage your installed applications.</p>
<p style="padding-left: 30px;">While this and a lot more proactive features are included and maintenance tasks automated with the Monthly PC Tune Ups included in our support programs – for those of you who are not currently customers, you can mimic part of this by downloading and installing CCleaner.</p>
<p style="padding-left: 30px;"><a title="CCleaner" href="http://www.filehippo.com/download_ccleaner">Click here to download CCleaner today</a> – it is one of the preferred tools by our team.</p>
<p><a href="http://remotetechy.com/wp-content/uploads/2011/12/Tecra_R850_bla_Prod_Full_Jan11_12.jpg"><br />
</a><br />
<strong>7. Promise us that you won’t install any toolbars this time around!</strong></p>
<p style="padding-left: 30px;">Toolbars are the bain of any techie’s existence. Not only do 99% of them out there create security threats to your PC and interfere with your web browsing experience and the performance of your web browsers. Promise us and yourself that you will do it right this time by not installing any toolbars!</p>
<p>And remember, if you don’t know how to do something, or wish there was an easier way to get the instant tech answers you need check out our <a title="online tech help" href="http://remotetechy.com/page/online-tech-help">online tech help services</a> perfect for small business owners in any field.</p>
]]></content:encoded>
			<wfw:commentRss>https://remotetechy.com/7-tips-to-set-up-a-new-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Organize your Business and Personal Thoughts with Evernote</title>
		<link>https://remotetechy.com/organize-your-business-and-personal-thoughts-with-evernote/</link>
		<comments>https://remotetechy.com/organize-your-business-and-personal-thoughts-with-evernote/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 19:53:03 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Cool Technology]]></category>
		<category><![CDATA[Featured Posts]]></category>

		<guid isPermaLink="false">http://remotetechy.com/?p=1140</guid>
		<description><![CDATA[If you are like me, you probably have ideas pop into your head all day &#8211; almost every day. Where you view this as a positive or not - I have found that relying on Evernote to transcribe my thoughts as they come up has been a true productivity, focus and time management saver! Using the [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft  wp-image-1142" title="Evernote to boost PC Productivity" src="http://remotetechy.com/wp-content/uploads/2011/12/information-overload.jpg" alt="Evernote to boost PC Productivity" width="126" height="168" />If you are like me, you probably have ideas pop into your head all day &#8211; almost every day. Where you view this as a positive or not - I have found that relying on Evernote to transcribe my thoughts as they come up has been a true productivity, focus and time management saver!</p>
<p>Using the iPhone App, Desktop App and Chrome plugin, I am able to literally jot down any note and capture any interesting article or idea I come across online, any time and keep all of my data synced across both my mobile phone and PC. Not to mention I can also organize it all in a file structure that makes sense using the Notebook and Tagging features.</p>
<p>Check out the official Evernote walk through on the <a href="http://www.evernote.com/about/getting_started/#6">Web Clipper</a> feature.</p>
<p>If you use you are a mobile heavy user like me &#8211; you can even try out recording your thoughts as audio clips &#8211; or capturing images of white board discussions. For me the audio is a major plus, as I tend to do an inordinate amount of thinking while I&#8217;m driving.</p>
<p>Here&#8217;s how I tackle it, hopefully by sharing this it will spark a few ideas of your own as to how Evernote might fit into your lifestyle&#8230;</p>
<p><strong> Notebook Structure:</strong></p>
<p>To keep things as simple as possible, I find that I have to rearrange/relabel my notebooks as I go&#8230; admittedly<span style="text-align: right;"> sometimes when I create a Notebook, I later forget why I named it what I named it. ah well.</span></p>
<p><strong><img class="wp-image-1144 alignright" style="border-style: initial; border-color: initial;" title="Evernote File Structure" src="http://remotetechy.com/wp-content/uploads/2011/12/filing-cabinet1-300x300.jpg" alt="Evernote File Structure" width="150" height="150" /></strong></p>
<p>The key I have found is to map your notebooks to the major themes in your day to day. For example&#8230;</p>
<p style="padding-left: 60px;">&gt;Recipes<br />
&gt;Client Meetings<br />
&gt;Prospect Meetings<br />
&gt;Articles about X<br />
&gt;Articles about Y<br />
&gt;Blog Ideas<br />
&gt;Immediate Attention/Follow Up Items</p>
<p>For me this makes sense &#8211; as I typically focus on the above day in and day out and am able to populate each, and assign follow up items for ideas accordingly. For really urgent matters I make sure to set a timeline in my calendar or our project management tool, Basecamp, if it is something that I need to delegate &#8211; more on this tool in later posts.</p>
<p><strong>Tagging:</strong></p>
<p>Whenever I add an item to Evernote, I always add a tag which summarizes the specific note or idea.</p>
<p>For example, if I read a cool Article about Marketing &#8211; specifically say blogging, then I tag it as Blogging and store it in the Articles about Marketing notebook.</p>
<p>Then the cool part is that when I am back at my desktop, and all of my notes are synced up I can view only tags specific to Blogging when I am ready to tackle our blogging initiatives.</p>
<p>Disclaimer: I wrote this blog in Evernote! A lot of our customers also make use of Google Docs, OneNote and similar apps. Evernote is however my personal favorite.</p>
<p>We would love to hear what you use to record your moments of pure genius! Also, if you found this post useful at all &#8211; don&#8217;t by shy, please share it.</p>
]]></content:encoded>
			<wfw:commentRss>https://remotetechy.com/organize-your-business-and-personal-thoughts-with-evernote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
