<?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>passwords &#8211; tekRESCUE</title>
	<atom:link href="/tag/passwords/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:59:17 +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>passwords  - 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>Tips for Securing Remote Workers</title>
		<link>/securing-remote-workers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=securing-remote-workers</link>
		
		<dc:creator><![CDATA[Randy Bryan]]></dc:creator>
		<pubDate>Fri, 12 Jun 2020 18:27:45 +0000</pubDate>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[cyber security]]></category>
		<category><![CDATA[passwords]]></category>
		<guid isPermaLink="false">/?p=14265</guid>

					<description><![CDATA[<a href="/securing-remote-workers/" title="Tips for Securing Remote Workers" rel="nofollow"><img width="900" height="600" src="/wp-content/uploads/2020/06/securing-remote-workers.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Illustration of a laptop with a padlock over a world map" loading="lazy" style="display: block; margin-bottom: 20px; clear:both;max-width: 100%;" link_thumbnail="1" srcset="/wp-content/uploads/2020/06/securing-remote-workers.jpg 900w, /wp-content/uploads/2020/06/securing-remote-workers-600x400.jpg 600w, /wp-content/uploads/2020/06/securing-remote-workers-300x200.jpg 300w" sizes="(max-width: 900px) 100vw, 900px" /></a>Times are changing, and businesses are coming up with digitized ways of doing work. Meanwhile, remote working is becoming the norm for modern organizations that look forward to managing their workforce at the lowest cost. However, working remotely presents a unique challenge because of the information security threat. When employees work from home, they are...]]></description>
										<content:encoded><![CDATA[<a href="/securing-remote-workers/" title="Tips for Securing Remote Workers" rel="nofollow"><img width="900" height="600" src="/wp-content/uploads/2020/06/securing-remote-workers.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Illustration of a laptop with a padlock over a world map" loading="lazy" style="display: block; margin-bottom: 20px; clear:both;max-width: 100%;" link_thumbnail="1" srcset="/wp-content/uploads/2020/06/securing-remote-workers.jpg 900w, /wp-content/uploads/2020/06/securing-remote-workers-600x400.jpg 600w, /wp-content/uploads/2020/06/securing-remote-workers-300x200.jpg 300w" sizes="(max-width: 900px) 100vw, 900px" /></a>
<p class="has-drop-cap">Times are changing, and businesses are coming up with digitized ways of doing work. Meanwhile, remote working is becoming the norm for modern organizations that look forward to managing their workforce at the lowest cost. However, working remotely presents a unique challenge because of the information security threat. When employees work from home, they are exposed to cyber attacks due to the lack of security controls afforded by an office network environment. Here are some strategies your business can implement to protect your employees when they work outside the office.</p>



<h3>Discourage Use of Public Wi-Fi</h3>



<p>While most employees isolate themselves socially while working from home, the use of public Wi-Fi is very common among remote workers. A pubic connection increases security risk because other people can access the same network. This potentially allows anyone to easily access crucial company data if there is no firewall. In addition to this, an interested party on the same public system may monitor your workplace data hits and traffic. It is therefore safer to encourage the use of personal networks or hot spots that will ensure that your employees’ data is encrypted.</p>



<h3>Enforce Strong Password Security</h3>



<p>Password safety is a very reliable means of protecting organizational data. As such, offering password security training is an important step in ensuring that your remote employees’ data is protected. Changing passwords regularly is more crucial now than ever before to ensure maximum security; this should be done every month or after a few months.</p>



<p>Another way to mitigate data security risk is by using a password manager that randomly generates passwords while also storing all the passwords safely. This way, employees will access the company data securely without needing to struggle with remembering all those different passwords every day.</p>



<h3>Enforce Use of 2-Factor Authentication</h3>



<p>Most companies are currently relying on a two-factor authentication (2FA) approach to secure their data. This ensures that the user&#8217;s identity is first confirmed through username and password, then another piece of information is requested, such as a PIN or a “secret question.” With 2FA, passwords cannot be stolen or compromised since it is unlikely that an attacker can guess the correct PIN or question’s answer. You may take a step further by considering a multi-factor authentication, which requires additional verification, such as voice, fingerprint, or retina verification.</p>



<h3>Educate your Workforce</h3>



<p>Another way of ensuring that your remote workers’ data is safe is to make sure they know how to recognize and stop any security threats. This may require a long-term training and refreshers that help the staff identify the changing risks in the digital working arena. Also, you need a remote work policy that includes security updates, internet access guidelines, and particular messaging applications that would ensure every employee avoids any insecure data access methods. The more informed your team is about cyber security, the more they will be keen on data protection.</p>



<h3>Use Encryption Software</h3>



<p>Another way to protect remote workers is through the use of encryption software. In case an individual’s device is lost or stolen, the information on the device should never find its way into the wrong hands or cause data breaches. By using encryption software, you will be able to protect the company data against any unauthorized access. Additionally, the programs used for communication should have end-to-end encryption to avoid data leakage.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Benefits Of Using A Password Manager For Your Business</title>
		<link>/benefits-of-using-a-password-manager-for-your-business/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=benefits-of-using-a-password-manager-for-your-business</link>
		
		<dc:creator><![CDATA[Drew Harrison]]></dc:creator>
		<pubDate>Tue, 20 Aug 2019 21:41:01 +0000</pubDate>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">/?p=12200</guid>

					<description><![CDATA[<a href="/benefits-of-using-a-password-manager-for-your-business/" title="Benefits Of Using A Password Manager For Your Business" rel="nofollow"><img width="900" height="600" src="/wp-content/uploads/2019/08/business-padlock.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Person holding lock amidst cloud of web design icons in San Marcos TX" loading="lazy" style="display: block; margin-bottom: 20px; clear:both;max-width: 100%;" link_thumbnail="1" srcset="/wp-content/uploads/2019/08/business-padlock.jpg 900w, /wp-content/uploads/2019/08/business-padlock-600x400.jpg 600w, /wp-content/uploads/2019/08/business-padlock-300x200.jpg 300w, /wp-content/uploads/2019/08/business-padlock-20x13.jpg 20w" sizes="(max-width: 900px) 100vw, 900px" /></a>Whether for business or personal use, the passwords you choose to protect your various accounts matter. Even for seemingly harmless social media sites, there is a lot of personal information that, in the wrong hands, could be used in negative ways. When you are dealing with a business, the risks are that much greater. This...]]></description>
										<content:encoded><![CDATA[<a href="/benefits-of-using-a-password-manager-for-your-business/" title="Benefits Of Using A Password Manager For Your Business" rel="nofollow"><img width="900" height="600" src="/wp-content/uploads/2019/08/business-padlock.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Person holding lock amidst cloud of web design icons in San Marcos TX" loading="lazy" style="display: block; margin-bottom: 20px; clear:both;max-width: 100%;" link_thumbnail="1" srcset="/wp-content/uploads/2019/08/business-padlock.jpg 900w, /wp-content/uploads/2019/08/business-padlock-600x400.jpg 600w, /wp-content/uploads/2019/08/business-padlock-300x200.jpg 300w, /wp-content/uploads/2019/08/business-padlock-20x13.jpg 20w" sizes="(max-width: 900px) 100vw, 900px" /></a>
<p class="has-drop-cap">Whether for business or personal use, the passwords you choose to protect your various accounts matter. Even for seemingly harmless social media sites, there is a lot of personal information that, in the wrong hands, could be used in negative ways. When you are dealing with a business, the risks are that much greater. This is why many businesses are choosing to use password managers, and if you haven’t already, it is definitely something to look into!</p>



<h3>What’s the Deal with Passwords, Anyways?</h3>



<p>Even though it is a pretty common understanding that poor cyber security leaves a lot at risk, too many people exercise some of the worst password habits. In fact, many people use the same very common passwords for Facebook, personal banking, work log ins, and more. Over 60% of data breaches are a result of either weak, overused, or unguarded passwords. If you consider the type of data you have in various online accounts, then strengthening your password security will begin to become more of a priority.&nbsp;Need to improve your cyber security? Learn about <a href="/top-reasons-to-use-a-managed-service-provider/">managed IT services in San Marcos, TX</a>.</p>



<h3>What Does a Password Manager Do?</h3>



<p>Because using a different login for each account is an important part of cyber security, it can be hard to keep track of all of your different usernames and passwords, especially considering that the average person has around 90 different accounts. A password manager is an application that organizes and securely stores this information for you, so you can access the information when you need it, but it is still safe from outside threats. Password managers also make it possible to share passwords in an encrypted form. This way, when you need a login from a coworker or your San Marcos managed IT company, it can be shared securely.</p>



<h3>Why is a Password Manager Good for Business?</h3>



<p>While using a password manager is great for an individual, it is that much more important to utilize one when you are running a business. When it comes to cyber security, there really isn’t a length too far to go for your company. Not only do you have your employee’s and team member’s info, but your client’s as well. Once implementing a password manager, you will start to experience the benefits on many fronts.</p>



<h3>Web development companies in Texas As Resources</h3>



<p>Because keeping track of complex passwords has thwarted many people in the past, a lot of time is wasted resetting logins. By having access to their login information, your employees will not have to submit as many new requests to your IT department to reset their passwords. While a password manager might seem like too easy and simple of a solution, it can really offer your IT department a lot of space to focus on more important aspects of the company. Many large IT and web development companies in Texas utilize password managers not only because of the vast improvement to security, but also as a time and resource saver.</p>



<h3>Consistency&nbsp;</h3>



<p>Any one of your employees probably has a couple dozen other personal accounts that they keep track of. The risk of having a repeated password used in your business could end up costing you, but then again, remembering so many new unique passwords is almost impossible. Because of this, your team members are probably already using some method of keeping track of their logins. The question is whether or not their method is one that you want them to be using. Have you ever seen someone (or even been someone to) scribble down their username and password on a post it note and stick it on their desk? A shocking 30% of employees save their info like this. By utilizing a password manager, you are giving some much needed uniformity to the system. When it comes to cyber security, you don’t want to throw caution to the wind. Give your associates a secure system that guarantees an accurate record of any login associated with your company!</p>



<p>Looking for more tips about improving security for your business? Contact tekRESCUE, a San Marcos technology company to learn more about <em><strong>security</strong></em>, <em><strong>website design</strong></em>, and <em><strong>web hosting in San Marcos, TX</strong></em>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
