<?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>windows &#8211; tekRESCUE</title>
	<atom:link href="/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>/</link>
	<description>SEO &#38; Managed IT Solutions for Austin, San Marcos &#38; Central Texas</description>
	<lastBuildDate>Tue, 07 Jun 2022 17:54:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.1</generator>

<image>
	<url>/wp-content/uploads/2020/09/tekrescue-site-icon_512-84x84.png</url>
	<title>windows  - tekRESCUE</title>
	<link>/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Reset the Password on Almost Any Windows Computer (Updated for Windows 11)</title>
		<link>/how-to-reset-the-password-on-almost-any-windows-computer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-reset-the-password-on-almost-any-windows-computer</link>
		
		<dc:creator><![CDATA[Randy Bryan]]></dc:creator>
		<pubDate>Thu, 30 Dec 2021 23:36:20 +0000</pubDate>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">/?p=6213</guid>

					<description><![CDATA[<a href="/how-to-reset-the-password-on-almost-any-windows-computer/" title="How to Reset the Password on Almost Any Windows Computer (Updated for Windows 11)" rel="nofollow"><img width="900" height="600" src="/wp-content/uploads/2016/02/windows-password-reset.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Locked disc being unlocked by a key" style="display: block; margin-bottom: 20px; clear:both;max-width: 100%;" link_thumbnail="1" srcset="/wp-content/uploads/2016/02/windows-password-reset.jpg 900w, /wp-content/uploads/2016/02/windows-password-reset-600x400.jpg 600w, /wp-content/uploads/2016/02/windows-password-reset-300x200.jpg 300w, /wp-content/uploads/2016/02/windows-password-reset-20x13.jpg 20w" sizes="(max-width: 900px) 100vw, 900px" /></a>UPDATED 12-30-2021. There is a fault (maybe it&#8217;s a feature) in most later versions of Windows that allows someone with physical access to the computer to change the passwords of users, create new users, and elevate users to administrators. This article will show you how to do this. We are not going to go into...]]></description>
										<content:encoded><![CDATA[<a href="/how-to-reset-the-password-on-almost-any-windows-computer/" title="How to Reset the Password on Almost Any Windows Computer (Updated for Windows 11)" rel="nofollow"><img width="900" height="600" src="/wp-content/uploads/2016/02/windows-password-reset.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Locked disc being unlocked by a key" loading="lazy" style="display: block; margin-bottom: 20px; clear:both;max-width: 100%;" link_thumbnail="1" srcset="/wp-content/uploads/2016/02/windows-password-reset.jpg 900w, /wp-content/uploads/2016/02/windows-password-reset-600x400.jpg 600w, /wp-content/uploads/2016/02/windows-password-reset-300x200.jpg 300w, /wp-content/uploads/2016/02/windows-password-reset-20x13.jpg 20w" sizes="(max-width: 900px) 100vw, 900px" /></a><p>UPDATED 12-30-2021.</p>
<p>There is a fault (maybe it&#8217;s a feature) in most later versions of Windows that allows someone with physical access to the computer to change the passwords of users, create new users, and elevate users to administrators. This article will show you how to do this. We are not going to go into extreme detail on this. We are going to assume that you have some basic computer repair skills. We are a San Marcos, TX based managed IT Support business, so we use this hack very often.</p>
<p><strong>Time to Complete</strong>: 30 minutes or less<br />
<strong>Difficulty level</strong>: Medium<br />
<strong>Tools needed</strong>: A Windows Install Disk that matches the operation system on the computer</p>
<p>Note: This method works with several Windows OS&#8217;s. We are going to show you how to do it on a Windows 10 computer.</p>
<h2>Step 1 &#8211; Replace Utilman.exe with CMD.exe</h2>
<p>Boot into the install CD or USB Installer that matches your operating system. If you do not have one there are several tutorials out there that can help you make one.</p>
<p>Click on <strong>Troubleshoot</strong>, then <strong>Advanced options</strong>, and finally <strong>Command Prompt.</strong></p>
<p>At the command prompt type the following command:</p>
<pre><code><strong>copy c:windowssystem32utilman.exe c:</strong></code></pre>
<p>&#8230;and press <strong>Enter</strong>. You should see a &#8220;<em>1 file(s) copied</em> &#8221; confirmation.</p>
<p>Now type this command and hit <strong>Enter</strong>:</p>
<pre><code><strong>copy c:windowssystem32cmd.exe c:windowssystem32utilman.exe</strong></code></pre>
<p>Answer with <strong>Y</strong> to the question about overwriting of the utilman.exe file. You should now see another file copy confirmation.</p>
<p>Reboot the computer normally into Windows.</p>
<h2>Step 2 &#8211; Manipulate the users you need</h2>
<p>NOTE: The following NET commands still work for Windows 11 but for Windows 11 you will need to boot into &#8220;Safe Mode with Networking&#8221; to use them! Thanks Andrew for the tip!</p>
<p>When the Windows logon screen is available, click the <strong>Ease of Access icon</strong> at the bottom-left corner of the screen. An ADMINISTRATOR Command Prompt will open. There are several commands you might need to use below. In them replace &#8220;myuser&#8221; with the actual username. Replace &#8220;newpassword&#8221; with your desired password.</p>
<p>Enter the following command to get a list of users:</p>
<pre><code><strong>net user </strong></code></pre>
<p>Enter the following command to change the password of an existing user.</p>
<pre><code><strong>net user myuser newpassword</strong></code></pre>
<p>Enter the following command to create a new user:</p>
<pre><code><strong>net user myuser newpassword /add </strong></code></pre>
<p>Enter the following command to elevate an existing user to an administrator:</p>
<pre><code><strong>net localgroup administrators myuser /add </strong></code></pre>
<p>Once you have ran than commands that you need to run, log in and double check your work.</p>
<h2>Step 3 &#8211; Putting Utilman.exe Back</h2>
<p>Reboot into the install CD or USB Installer that you used earlier.</p>
<p>Click on <strong>Troubleshoot</strong>, then <strong>Advanced options</strong>, and finally <strong>Command Prompt.</strong></p>
<p>At the command prompt type the following command:</p>
<pre><code><strong>copy c:utilman.exe c:windowssystem32utilman.exe</strong></code></pre>
<p>Confirm the overwriting by answering <strong>Yes</strong>. Reboot your computer. Profit!</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Full Scoop on Mac versus PC and the User Experience</title>
		<link>/full-scoop-mac-versus-pc-user-experience/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=full-scoop-mac-versus-pc-user-experience</link>
		
		<dc:creator><![CDATA[Randy Bryan]]></dc:creator>
		<pubDate>Sun, 17 Jul 2016 15:09:05 +0000</pubDate>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">/?p=6395</guid>

					<description><![CDATA[<a href="/full-scoop-mac-versus-pc-user-experience/" title="The Full Scoop on Mac versus PC and the User Experience" rel="nofollow"><img width="640" height="393" src="/wp-content/uploads/2016/08/2982904818_ef5d41231f_z-e1470669483319.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="2982904818 ef5d41231f z e1470669483319" loading="lazy" style="display: block; margin-bottom: 20px; clear:both;max-width: 100%;" link_thumbnail="1" srcset="/wp-content/uploads/2016/08/2982904818_ef5d41231f_z-e1470669483319.jpg 640w, /wp-content/uploads/2016/08/2982904818_ef5d41231f_z-e1470669483319-20x12.jpg 20w" sizes="(max-width: 640px) 100vw, 640px" /></a>Since the dawn of the computer era, user preference has been a big deal. Maybe not in the very beginning because there was very little competition. However, since graphic user interfaces hit the market in 1984, computer popularity began to skyrocket. A year after Apple Macintosh released the first GUI computer, Microsoft debuted their own...]]></description>
										<content:encoded><![CDATA[<a href="/full-scoop-mac-versus-pc-user-experience/" title="The Full Scoop on Mac versus PC and the User Experience" rel="nofollow"><img width="640" height="393" src="/wp-content/uploads/2016/08/2982904818_ef5d41231f_z-e1470669483319.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="2982904818 ef5d41231f z e1470669483319" loading="lazy" style="display: block; margin-bottom: 20px; clear:both;max-width: 100%;" link_thumbnail="1" srcset="/wp-content/uploads/2016/08/2982904818_ef5d41231f_z-e1470669483319.jpg 640w, /wp-content/uploads/2016/08/2982904818_ef5d41231f_z-e1470669483319-20x12.jpg 20w" sizes="(max-width: 640px) 100vw, 640px" /></a><p>Since the dawn of the computer era, user preference has been a big deal. Maybe not in the very beginning because there was very little competition. However, since graphic user interfaces hit the market in 1984, computer popularity began to skyrocket. A year after Apple Macintosh released the first GUI computer, Microsoft debuted their own version of user interface experiences in the last fiscal quarter of 1985. Now that we have established the GUI masterminds, let’s look at the pros and cons of user experience. Here is where the controversy comes in!</p>
<p>So, whether if you’re a Mac user or Windows user, you definitely have an opinion about the one you’re not using. Polls, statistics, and other researched data place Windows at the top of every list. Some will argue that it is due to their expansive strategy, making it more available to the public. Windows is known in the technical community as an ‘All-arounder’ being that it has extensive compatibility with third-party hardware and software. Mac users get the luxury of exclusiveness and one of a kind machines. Is this a good thing? It’s time to take it to the ring and let the pros and cons of Apple and Windows duke it out!</p>
<h2><strong>The Ups and Downs of Apple</strong></h2>
<p>Apple’s reputation is a matter of subjective opinion and comes with positives and negatives, as with any other product. Studies show that Mac users are happy with their system and consider it a<br />
lifestyle choice.</p>
<p><strong><u>Pros:</u></strong><br />
As with any product, there will always be pros and cons to consider before making a purchase. Computers are no exceptions. How well does Apple fair?</p>
<ul>
<li>Macs come preloaded with software known as Bootcamp. Bootcamp allows Mac users to dual boot, either booting to an OS X or to a Windows OS.</li>
<li>Tailored software that is designed to work efficiently on Apple machines.</li>
<li>Preloaded software doesn’t contain bloatware that slows the PC down.</li>
</ul>
<p><strong><u>Cons:</u></strong><br />
Surely, with all the greatness, Apple has some kind of shortcoming that makes it appear less desirable. Let’s see what they are.</p>
<ul>
<li>Limited upgradability. Apple machines have minimum upgrade options, leaving power users who require upgrades, empty-handed.</li>
<li>Shortage of certified resellers and repair technicians. Apple unlike PC does not have contracts with tons of outlets—offering repairs to their machines. Chances are you will have to visit the closest Apple store, wherever that may be. Apple stores are unique and cater only to Apple products. With this being the case, Apple also limits the number of stores they have available to the public, turning repairs into a hassle if you do not live near a large city.</li>
<li>Poor backwards compatibility. Apple machines can support newer OS X’s but some features may not be available for older Mac users. Apple users are forced to upgrade their machines in order to take advantage of newer software and OS.</li>
</ul>
<h2><strong>Getting into PC Business</strong></h2>
<p>In the world of the digital era, when you ask someone what type of computer they are using, 90 percent of them will respond with a Microsoft Windows computer. This doesn’t mean PCs are better than Macs. What this means is that Windows has more accessibility than Apple. There are greater means of exposure for Microsoft products. This is related to the partnerships and contracts they hold with other manufacturers like Sony, Samsung, HP, and Toshiba just to name a few. So, how does Windows stack up against Apple?</p>
<p><strong><u>Pros:<br />
</u></strong>Available in nearly every city, PC users take advantage of how easy they are to obtain for the general masses. So what makes PCs so great?</p>
<ul>
<li>Maximum interchangeability. PCs are known for the ability to upgrade, upgrade, and upgrade. Every component on the PC can be replaced or upgrade with very little struggle. This is a result of the numerous companies that have access to product PC parts and software outside of Microsoft’s thumb.</li>
<li>Repair shops are everywhere. Window users can stop by a wide-range of stores to get repairs and gadgets.</li>
<li>Compatible with the past. One of the most notable features of PCs that chump Macs is the ability for outdated PCs to support newer operating systems as well as newer PCs supporting forgotten software. Unlike Mac where older models lose features when upgrading to a new OS, PCs rarely experience this problem and upgrading between Windows is seamless and painless.</li>
</ul>
<p><strong><u>Cons:<br />
</u></strong>Where is Microsoft PCs dropping the ball?</p>
<ul>
<li>Poor resale value. Unlike Apple products, which hold their resale value for years, PCs lose their value quickly.</li>
<li>Bloatware slows down brand new PCs. Window computers are packed full of third party software known as bloatware. These ‘added bonuses’ do more harm to the computer than not having them. It causes the PC to slow down and reduces the performance of the PC.</li>
<li>Unfriendly user interface. Apple prides itself on ‘ease of use’ and is committed to making the user experience as simple as possible. PCs while to most seem straight forward are not as user-friendly. Once again this falls under a matter of preference.</li>
</ul>
<h2><strong>The Final Consensus</strong></h2>
<p>Whether if you are PC user or a Mac fanatic, both come with a reasonable list of pros and cons. There are no right or wrong reasons to purchase one over the other. It all boils down to a matter of preference. Each PC and Apple computer have their key features to attract certain users. Make a wise decision when choosing your next computer system by doing a little research. Do not make ill-informed purchases!</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>7 Tips every Windows 10 user should know</title>
		<link>/7-tips-every-windows-10-user-know/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=7-tips-every-windows-10-user-know</link>
		
		<dc:creator><![CDATA[Randy Bryan]]></dc:creator>
		<pubDate>Wed, 06 Jul 2016 15:04:30 +0000</pubDate>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">/?p=6392</guid>

					<description><![CDATA[<a href="/7-tips-every-windows-10-user-know/" title="7 Tips every Windows 10 user should know" rel="nofollow"><img width="600" height="400" src="/wp-content/uploads/2016/08/person-woman-desk-laptop-1.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="person woman desk laptop 1" loading="lazy" style="display: block; margin-bottom: 20px; clear:both;max-width: 100%;" link_thumbnail="1" srcset="/wp-content/uploads/2016/08/person-woman-desk-laptop-1.jpg 600w, /wp-content/uploads/2016/08/person-woman-desk-laptop-1-300x200.jpg 300w, /wp-content/uploads/2016/08/person-woman-desk-laptop-1-20x13.jpg 20w" sizes="(max-width: 600px) 100vw, 600px" /></a>As a Windows 10 user, you are probably familiar with the most basic concepts behind the new navigation and design; however, if you have yet to really dive deep into the OS then you may be missing out on some powerful features. If you can learn these seven tips that every Windows 10 user should...]]></description>
										<content:encoded><![CDATA[<a href="/7-tips-every-windows-10-user-know/" title="7 Tips every Windows 10 user should know" rel="nofollow"><img width="600" height="400" src="/wp-content/uploads/2016/08/person-woman-desk-laptop-1.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="person woman desk laptop 1" loading="lazy" style="display: block; margin-bottom: 20px; clear:both;max-width: 100%;" link_thumbnail="1" srcset="/wp-content/uploads/2016/08/person-woman-desk-laptop-1.jpg 600w, /wp-content/uploads/2016/08/person-woman-desk-laptop-1-300x200.jpg 300w, /wp-content/uploads/2016/08/person-woman-desk-laptop-1-20x13.jpg 20w" sizes="(max-width: 600px) 100vw, 600px" /></a><p>As a Windows 10 user, you are probably familiar with the most basic concepts behind the new navigation and design; however, if you have yet to really dive deep into the OS then you may be missing out on some powerful features. If you can learn these seven tips that every Windows 10 user should know, you will find that your productivity will increase making it possible to increase your workload, work flow, and your ability to work smarter.</p>
<ul>
<li>#1 &#8211; Screenshot Power<br />
Every Windows 10 user should know how to take a basic screenshot by using the buttons Windows + Prt Scn or Alt + Prt Scn on their keyboard. However, if you use the new Windows 10 Snipping Tool you can not only capture the standard full screenshot but also capture specific aspect ratios or draw your own rectangle to capture just what you need.</li>
<li>#2 &#8211; Cortana<br />
If you haven&#8217;t yet worked with Cortana, you need to start now. You can talk to Cortana like you would to an actual person and get help with everything from your calendar to directions and even help finding your latest download. This is a great feature for people who are less tech-savvy and need help finding items on their computer or for people who simply want to be more efficient with their tasks.</li>
<li>#3 &#8211; Metro Start Screen<br />
Were you frustrated with the latest task bar? Do you want to go back to the Windows 8 Start screen? Now you can. Windows 10 gives you the option of using the old Windows 8 touch-friendly start screen. Although the start screen has been updated, the basic &#8220;click and go&#8221; aspect remains the same as does the colorful block design.</li>
<li>#4 &#8211; Battery Saver Mode<br />
When you set the new battery saver mode feature to &#8220;on&#8221; in Windows 10, it makes the mode turn on automatically. When your device reaches a battery level less than 20%,Windows 10 will automatically go into battery saving mode and help you stay powered up longer so you have more time to work.</li>
<li>#5 &#8211; Find My Device Feature<br />
You can use the Find My Device feature in Windows 10 to find your device. Set up your Windows 10 related device and choose the &#8220;Change&#8221; button found in the Update &amp; Security section to &#8220;Save my device&#8217;s location periodically.&#8221; This will allow you to locate your device if it goes missing by reviewing the device&#8217;s last known location.</li>
<li>#6 &#8211; Edge Browser Can Now Cast Media<br />
With the new November Windows 10 update, the Edge browser can now cast the new media to Miracast, which can then play on your TV! You can cast Vimeo and YouTube videos easily but DRM-protected streams will not work such as Hulu and Netflix.</li>
<li>#7 &#8211; Schedule Updates and Restarts<br />
This may sound like a simple tip but the ability to schedule your update installation and you restarts means that you can choose a time when you are not actively using the Internet (such as while you are at work or while you are sleeping) to complete your updates. This means that your Internet connection never suffers and you don&#8217;t have to take a break from your screen when you are at home.</li>
</ul>
<p>With these seven power tips there is no limit to the amount of work and personal tasks that you can quickly zip through with the new and improved Windows 10 OS.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Can Your PC Handle the Upgrade to Windows 10?</title>
		<link>/can-your-pc-handle-the-upgrade-to-windows-10/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=can-your-pc-handle-the-upgrade-to-windows-10</link>
		
		<dc:creator><![CDATA[Randy Bryan]]></dc:creator>
		<pubDate>Fri, 10 Jul 2015 21:28:24 +0000</pubDate>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">/?p=5490</guid>

					<description><![CDATA[<a href="/can-your-pc-handle-the-upgrade-to-windows-10/" title="Can Your PC Handle the Upgrade to Windows 10?" rel="nofollow"><img width="900" height="600" src="/wp-content/uploads/2015/07/can-your-pc-handle-the-upgrade-to-windows-10.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Can Your PC Handle the Upgrade to Windows 10?" loading="lazy" style="display: block; margin-bottom: 20px; clear:both;max-width: 100%;" link_thumbnail="1" srcset="/wp-content/uploads/2015/07/can-your-pc-handle-the-upgrade-to-windows-10.jpg 900w, /wp-content/uploads/2015/07/can-your-pc-handle-the-upgrade-to-windows-10-600x400.jpg 600w, /wp-content/uploads/2015/07/can-your-pc-handle-the-upgrade-to-windows-10-300x200.jpg 300w, /wp-content/uploads/2015/07/can-your-pc-handle-the-upgrade-to-windows-10-20x13.jpg 20w" sizes="(max-width: 900px) 100vw, 900px" /></a>With Windows 10 coming out at the end of the month, we decided we&#8217;d take a few minutes to discuss whether or not your computer can handle it. Current users of Windows 7, 8, and 8.1 are eligible for a free upgrade to Microsoft&#8217;s latest operating system. Anyone running an older version Windows will have...]]></description>
										<content:encoded><![CDATA[<a href="/can-your-pc-handle-the-upgrade-to-windows-10/" title="Can Your PC Handle the Upgrade to Windows 10?" rel="nofollow"><img width="900" height="600" src="/wp-content/uploads/2015/07/can-your-pc-handle-the-upgrade-to-windows-10.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Can Your PC Handle the Upgrade to Windows 10?" loading="lazy" style="display: block; margin-bottom: 20px; clear:both;max-width: 100%;" link_thumbnail="1" srcset="/wp-content/uploads/2015/07/can-your-pc-handle-the-upgrade-to-windows-10.jpg 900w, /wp-content/uploads/2015/07/can-your-pc-handle-the-upgrade-to-windows-10-600x400.jpg 600w, /wp-content/uploads/2015/07/can-your-pc-handle-the-upgrade-to-windows-10-300x200.jpg 300w, /wp-content/uploads/2015/07/can-your-pc-handle-the-upgrade-to-windows-10-20x13.jpg 20w" sizes="(max-width: 900px) 100vw, 900px" /></a><p>With Windows 10 coming out at the end of the month, we decided we&#8217;d take a few minutes to discuss whether or not your computer can handle it. Current users of Windows 7, 8, and 8.1 are eligible for a free upgrade to Microsoft&#8217;s latest operating system. Anyone running an older version Windows will have to purchase a license. But before you make the switch, it&#8217;s important to look at your computers technical specifications to ensure the new OS will run smoothly on your machine.</p>
<h2>What Your System Needs</h2>
<p>If you&#8217;re running windows 8 or 8.1, we have good news: your machine should be good to go! And if your computer runs Windows 7, there&#8217;s a good chance it can handle 10 as well. However, you&#8217;ll need to look up the following information:</p>
<ul>
<li>Processor: 1GHz or faster</li>
<li>RAM: 1 gigabyte (for 32-bit) or 2 gigabytes (for 64-bit)</li>
</ul>
<h2>How to Check Your Specs</h2>
<p>If you aren&#8217;t sure about this info, here&#8217;s an easy way to check:</p>
<ol>
<li>Open your computer&#8217;s control panel (via the Start Menu, you may want to type &#8220;Control Panel&#8221; in the search to avoid hunting for it)</li>
<li>Type &#8220;System&#8221; in the Control Panel search bar and click the Green &#8220;System&#8221; link that pops up in the results (should be the first item in the list)</li>
<li>Look for a panel that looks similar to this:</li>
</ol>
<p><img loading="lazy" title="windows 10 upgrade specs" src="/wp-content/uploads/2015/07/windows-10-upgrade-specs.png" alt="Windows 10 Upgrade Specs" width="494" height="129" class=" size-full wp-image-5491 aligncenter" srcset="/wp-content/uploads/2015/07/windows-10-upgrade-specs.png 494w, /wp-content/uploads/2015/07/windows-10-upgrade-specs-20x5.png 20w" sizes="(max-width: 494px) 100vw, 494px" /></p>
<p>If the Processor is greater than 1GHz, and you have enough ram based on your system type (32-bit or 64bit), congratulations! You shouldn&#8217;t have any issues upgrading.</p>
<h2>How to Upgrade</h2>
<p>In order to reserve your free copy of the upgrade, you should see a little white Microsoft icon in the taskbar (near the clock) that says &#8220;Get Windows 10&#8221; when you hover over it. If you double click it, you can quickly reserve your copy (if you haven&#8217;t already), which should be available to download around the end of July.</p>
<p>Now, just because your system is capable of handling the newest iteration of Windows, it doesn&#8217;t mean everything is guaranteed to go off without a hitch. Be sure you backup all of your data in case something goes awry during the upgrade process. If you need help with backing up your machine, or you want to let a pro upgrade your computer to avoid any potential hassles, give tekRESCUE a call! We&#8217;d be happy to get your computer upgraded to the newest version so you don&#8217;t have to worry about any problems.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Windows 8.1: Here&#8217;s What&#8217;s New</title>
		<link>/windows-8-1-heres-whats-new-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-8-1-heres-whats-new-2</link>
		
		<dc:creator><![CDATA[Randy Bryan]]></dc:creator>
		<pubDate>Fri, 18 Oct 2013 12:37:56 +0000</pubDate>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">/?p=247</guid>

					<description><![CDATA[<a href="/windows-8-1-heres-whats-new-2/" title="Windows 8.1: Here&#8217;s What&#8217;s New" rel="nofollow"><img width="900" height="600" src="/wp-content/uploads/2018/03/featured-image-default.gif" class="webfeedsFeaturedVisual wp-post-image" alt="tekRESCUE logo" loading="lazy" style="display: block; margin-bottom: 20px; clear:both;max-width: 100%;" link_thumbnail="1" /></a>From Redmond Pie http://www.redmondpie.com/windows-8.1-changes-heres-whats-new/]]></description>
										<content:encoded><![CDATA[<a href="/windows-8-1-heres-whats-new-2/" title="Windows 8.1: Here&#8217;s What&#8217;s New" rel="nofollow"><img width="900" height="600" src="/wp-content/uploads/2018/03/featured-image-default.gif" class="webfeedsFeaturedVisual wp-post-image" alt="tekRESCUE logo" loading="lazy" style="display: block; margin-bottom: 20px; clear:both;max-width: 100%;" link_thumbnail="1" /></a><p>From Redmond Pie</p>
<p><a href="http://www.redmondpie.com/windows-8.1-changes-heres-whats-new/" target="_blank" rel="nofollow">http://www.redmondpie.com/windows-8.1-changes-heres-whats-new/</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Windows 8.1 is out! Free Upgrade for 8 Users</title>
		<link>/windows-8-1-is-out-free-upgrade-for-8-users/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-8-1-is-out-free-upgrade-for-8-users</link>
		
		<dc:creator><![CDATA[Randy Bryan]]></dc:creator>
		<pubDate>Fri, 18 Oct 2013 10:23:28 +0000</pubDate>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">/?p=243</guid>

					<description><![CDATA[<a href="/windows-8-1-is-out-free-upgrade-for-8-users/" title="Windows 8.1 is out! Free Upgrade for 8 Users" rel="nofollow"><img width="900" height="600" src="/wp-content/uploads/2018/03/featured-image-default.gif" class="webfeedsFeaturedVisual wp-post-image" alt="tekRESCUE logo" loading="lazy" style="display: block; margin-bottom: 20px; clear:both;max-width: 100%;" link_thumbnail="1" /></a>Download Windows 8.1 Final Version For Free Now! &#124; Redmond Pie http://www.redmondpie.com/download-windows-8.1-final-version-for-free-now/]]></description>
										<content:encoded><![CDATA[<a href="/windows-8-1-is-out-free-upgrade-for-8-users/" title="Windows 8.1 is out! Free Upgrade for 8 Users" rel="nofollow"><img width="900" height="600" src="/wp-content/uploads/2018/03/featured-image-default.gif" class="webfeedsFeaturedVisual wp-post-image" alt="tekRESCUE logo" loading="lazy" style="display: block; margin-bottom: 20px; clear:both;max-width: 100%;" link_thumbnail="1" /></a><p>Download Windows 8.1 Final Version For Free Now! | Redmond Pie</p>
<p><a href="http://www.redmondpie.com/download-windows-8.1-final-version-for-free-now/" target="_blank" rel="nofollow">http://www.redmondpie.com/download-windows-8.1-final-version-for-free-now/</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Download the Windows 8.1 Preview Now</title>
		<link>/download-the-windows-8-1-preview-now/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=download-the-windows-8-1-preview-now</link>
		
		<dc:creator><![CDATA[Randy Bryan]]></dc:creator>
		<pubDate>Sun, 30 Jun 2013 00:52:01 +0000</pubDate>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">/?p=202</guid>

					<description><![CDATA[<a href="/download-the-windows-8-1-preview-now/" title="Download the Windows 8.1 Preview Now" rel="nofollow"><img width="900" height="600" src="/wp-content/uploads/2018/03/featured-image-default.gif" class="webfeedsFeaturedVisual wp-post-image" alt="tekRESCUE logo" loading="lazy" style="display: block; margin-bottom: 20px; clear:both;max-width: 100%;" link_thumbnail="1" /></a>http://feedly.com/k/138BDFd]]></description>
										<content:encoded><![CDATA[<a href="/download-the-windows-8-1-preview-now/" title="Download the Windows 8.1 Preview Now" rel="nofollow"><img width="900" height="600" src="/wp-content/uploads/2018/03/featured-image-default.gif" class="webfeedsFeaturedVisual wp-post-image" alt="tekRESCUE logo" loading="lazy" style="display: block; margin-bottom: 20px; clear:both;max-width: 100%;" link_thumbnail="1" /></a><p><a href="http://feedly.com/k/138BDFd" target="_blank" rel="nofollow">http://feedly.com/k/138BDFd</a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
