<?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; eFriend Magazine</title>
	<atom:link href="https://efriend.in/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://efriend.in</link>
	<description>Your Technology Advisor</description>
	<lastBuildDate>Sun, 23 Aug 2026 14:20:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://efriend.in/picsy/2026/02/efriend-favicon-250x250.png</url>
	<title>Windows &#8211; eFriend Magazine</title>
	<link>https://efriend.in</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Most Useful Run Commands Every Windows User Should Know</title>
		<link>https://efriend.in/most-useful-run-commands-every-windows-user-should-know/</link>
		
		<dc:creator><![CDATA[efriend]]></dc:creator>
		<pubDate>Sun, 23 Aug 2026 14:15:21 +0000</pubDate>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://efriend.in/?p=7154</guid>

					<description><![CDATA[The Windows Run dialog is one of the fastest ways to reach system tools, settings, and apps — if you know what to type. Here are the most useful Run commands every Windows user should have up their sleeve.]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">There is a small box hiding inside every Windows PC that can save you a surprising amount of time. Press <strong>Windows key + R</strong>, type a short command, hit Enter, and you jump straight to a tool or setting — no clicking through menus, no hunting in the Start menu. That box is the <strong>Run dialog</strong>, and once you build the habit of using it, you will wonder how you managed without it.</p>



<p class="wp-block-paragraph">This guide covers the most genuinely useful Run commands, grouped by what they do. Bookmark it, print it, or pin it somewhere you can glance at it while you work.</p>



<h2 class="wp-block-heading">How to Open the Run Dialog</h2>



<p class="wp-block-paragraph">Three ways to get there:</p>



<ul class="wp-block-list">
<li>Press <strong>Windows key + R</strong> (fastest)</li>



<li>Right-click the Start button and choose <strong>Run</strong></li>



<li>Search for &#8220;Run&#8221; in the Start menu</li>
</ul>



<p class="wp-block-paragraph">Type your command, press <strong>Enter</strong> to open it normally or press <strong>Ctrl + Shift + Enter</strong> to open it as an administrator, useful for tools that need elevated permissions.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-layzr="https://efriend.in/picsy/2026/08/run.png" alt="" class="wp-image-7158"/></figure>
</div>


<h2 class="wp-block-heading">System Tools You Will Use All the Time</h2>



<h3 class="wp-block-heading">msconfig — System Configuration</h3>



<p class="wp-block-paragraph">Type <strong>msconfig</strong> and you get the System Configuration window. This is where you manage startup options, boot settings, and which services run when Windows starts. If your PC feels sluggish at boot, this is your first stop.</p>



<h3 class="wp-block-heading">msinfo32 — System Information</h3>



<p class="wp-block-paragraph">Need to know your exact Windows version, how much RAM is installed, or what processor you have? Type <strong>msinfo32</strong> and you get a full snapshot of your hardware and software environment — handy before calling tech support or buying new software.</p>



<h3 class="wp-block-heading">devmgmt.msc — Device Manager</h3>



<p class="wp-block-paragraph">Drivers acting up? A device not recognised? Type <strong>devmgmt.msc</strong> to open Device Manager instantly. You can update, disable, or uninstall drivers from here without digging through Control Panel.</p>



<h3 class="wp-block-heading">taskmgr — Task Manager</h3>



<p class="wp-block-paragraph">Yes, <strong>Ctrl + Alt + Delete</strong> works too, but typing <strong>taskmgr</strong> in Run opens Task Manager directly. Useful when the keyboard shortcut route feels slow or when you are already at the Run dialog for something else.</p>



<h3 class="wp-block-heading">eventvwr — Event Viewer</h3>



<p class="wp-block-paragraph">When something crashes or behaves oddly, <strong>eventvwr</strong> opens the Event Viewer, which logs system warnings, errors, and information events. It takes a little reading, but it is often the fastest way to understand why something went wrong.</p>



<h2 class="wp-block-heading">File and Folder Shortcuts</h2>



<h3 class="wp-block-heading">explorer — File Explorer</h3>



<p class="wp-block-paragraph">Just typing <strong>explorer</strong> opens a new File Explorer window. Not earth-shattering, but useful if your taskbar icon has somehow disappeared or you need a fresh window quickly.</p>



<h3 class="wp-block-heading">. (a single dot) — Current User Folder</h3>



<p class="wp-block-paragraph">Type a single <strong>.</strong> (full stop) in the Run box and press Enter. Windows opens your personal user folder — the one that contains Desktop, Documents, Downloads, Pictures, and so on. A tiny trick that saves real time.</p>



<h3 class="wp-block-heading">.. (two dots) — Users Folder</h3>



<p class="wp-block-paragraph">Two dots (<strong>..</strong>) takes you one level up to the Users folder, where all user profiles on the machine live. Useful on shared or work computers.</p>



<h3 class="wp-block-heading">%appdata% — AppData Roaming Folder</h3>



<p class="wp-block-paragraph">Many applications store their settings and data in the hidden AppData folder. Type <strong>%appdata%</strong> to jump straight to the Roaming subfolder. This is where you find saved data for apps like Discord, Spotify, and many others — helpful when you need to back up or troubleshoot app settings.</p>



<h3 class="wp-block-heading">%localappdata% — Local AppData Folder</h3>



<p class="wp-block-paragraph">Similar to the above, <strong>%localappdata%</strong> opens the Local subfolder of AppData, which stores app caches and local configuration files. Clearing cache folders here can sometimes fix misbehaving apps.</p>



<h3 class="wp-block-heading">%temp% — Temporary Files Folder</h3>



<p class="wp-block-paragraph">Type <strong>%temp%</strong> to open the folder where Windows and applications dump temporary files. You can safely delete everything inside (Windows will skip anything currently in use). Doing this occasionally frees up disk space and can speed things up a little.</p>



<h2 class="wp-block-heading">Control Panel and Settings Shortcuts</h2>



<h3 class="wp-block-heading">control — Control Panel</h3>



<p class="wp-block-paragraph">The classic <strong>control</strong> command opens the full Control Panel. Microsoft has moved many settings to the modern Settings app, but Control Panel still holds tools that have not made the jump — like advanced network settings and legacy hardware options.</p>



<h3 class="wp-block-heading">appwiz.cpl — Programs and Features</h3>



<p class="wp-block-paragraph">Want to uninstall a program without navigating through Settings? Type <strong>appwiz.cpl</strong> and the old-school Programs and Features window opens immediately. It is often faster than the modern Apps list in Settings.</p>



<h3 class="wp-block-heading">ncpa.cpl — Network Connections</h3>



<p class="wp-block-paragraph">Type <strong>ncpa.cpl</strong> to see all your network adapters — Wi-Fi, Ethernet, VPN connections, and more. Right-click any adapter to disable it, check its status, or change its properties. This is far quicker than hunting through Network Settings.</p>



<h3 class="wp-block-heading">firewall.cpl — Windows Defender Firewall</h3>



<p class="wp-block-paragraph">Opens the firewall settings directly. Useful if an app is being blocked and you need to add an exception, or if you want to check that the firewall is active.</p>



<h3 class="wp-block-heading">sysdm.cpl — System Properties</h3>



<p class="wp-block-paragraph">This opens the System Properties dialog, which gives you access to computer name, domain settings, hardware profiles, and the all-important <strong>Environment Variables</strong> — essential if you do any development work.</p>



<h3 class="wp-block-heading">timedate.cpl — Date and Time Settings</h3>



<p class="wp-block-paragraph">A quick way to check or change your system clock and time zone. Handy if your clock has drifted and is causing certificate or sync errors.</p>



<h2 class="wp-block-heading">Disk and Performance Tools</h2>



<h3 class="wp-block-heading">diskmgmt.msc — Disk Management</h3>



<p class="wp-block-paragraph">Type <strong>diskmgmt.msc</strong> to see every drive and partition on your system. You can resize, format, or assign drive letters here. Essential when adding a new drive or troubleshooting a missing partition.</p>



<h3 class="wp-block-heading">cleanmgr — Disk Cleanup</h3>



<p class="wp-block-paragraph">The built-in <strong>Disk Cleanup</strong> tool. It scans for temporary files, old Windows update files, and other junk you can safely remove. Not as thorough as third-party tools, but it is free, safe, and already on your machine.</p>



<h3 class="wp-block-heading">perfmon — Performance Monitor</h3>



<p class="wp-block-paragraph">For those who want to go deeper, <strong>perfmon</strong> opens Performance Monitor, where you can track CPU, memory, disk, and network usage in real time or over a recorded period. It is more detailed than Task Manager.</p>



<h2 class="wp-block-heading">Quick Access to Common Applications</h2>



<p class="wp-block-paragraph">Run commands are not limited to system tools. You can also open standard Windows apps directly:</p>



<ul class="wp-block-list">
<li><strong>calc</strong> — Calculator</li>



<li><strong>notepad</strong> — Notepad</li>



<li><strong>mspaint</strong> — Paint</li>



<li><strong>wordpad</strong> — WordPad</li>



<li><strong>snippingtool</strong> — Snipping Tool</li>



<li><strong>cmd</strong> — Command Prompt</li>



<li><strong>powershell</strong> — Windows PowerShell</li>



<li><strong>mstsc</strong> — Remote Desktop Connection</li>



<li><strong>osk</strong> — On-Screen Keyboard</li>



<li><strong>magnify</strong> — Magnifier</li>
</ul>



<p class="wp-block-paragraph">The hardest part is remembering these commands exist. A good approach is to pick just two or three that match tasks you do every week — uninstalling software, clearing temp files, checking network adapters and use the Run dialog for those until it becomes second nature. The rest will follow.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Delete Temporary Files on Windows</title>
		<link>https://efriend.in/how-to-delete-temporary-files-on-windows/</link>
		
		<dc:creator><![CDATA[efriend]]></dc:creator>
		<pubDate>Sun, 23 Aug 2026 13:53:22 +0000</pubDate>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://efriend.in/?p=7148</guid>

					<description><![CDATA[Temporary files pile up quietly on every Windows PC, eating disk space and sometimes slowing things down. This guide walks you through five safe, built-in ways to find and delete them.]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Your PC has been feeling sluggish lately. Apps take longer to open, searches crawl, and the hard drive light blinks like it&#8217;s working overtime. Before you blame aging hardware or reach for your wallet, check one thing first: temporary files. Windows quietly piles them up over time, and clearing them out is one of the quickest, safest ways to reclaim disk space and give your system a little breathing room.</p>



<p class="wp-block-paragraph">This guide walks you through several methods — from the built-in tools Windows already gives you to a few manual tricks worth knowing. Pick whichever approach suits you best.</p>



<h2 class="wp-block-heading">What Are Temporary Files, Exactly?</h2>



<p class="wp-block-paragraph">Temporary files are created by Windows and your applications as they work. Installers unpack files they need only during setup. Browsers cache images and scripts so pages load faster on your next visit. Windows Update keeps old copies of system files in case something goes wrong. These files are meant to be short-lived, but Windows doesn&#8217;t always clean them up automatically.</p>



<p class="wp-block-paragraph">Common types include:</p>



<ul class="wp-block-list">
<li><strong>System temp files</strong> — stored in <code>C:\Windows\Temp</code></li>



<li><strong>User temp files</strong> — stored in <code>%AppData%\Local\Temp</code></li>



<li><strong>Browser cache</strong> — varies by browser, but usually several hundred megabytes</li>



<li><strong>Windows Update cache</strong> — can grow to several gigabytes after major updates</li>



<li><strong>Recycle Bin contents</strong> — files you deleted but haven&#8217;t permanently removed</li>



<li><strong>Thumbnail cache</strong> — previews Windows generates for images and videos</li>
</ul>



<p class="wp-block-paragraph">None of these are essential to keep. Deleting them is safe.</p>



<h2 class="wp-block-heading">Method 1: Use Storage Sense </h2>



<p class="wp-block-paragraph">Storage Sense is Microsoft&#8217;s built-in cleanup tool. It can run automatically on a schedule, which means you can set it once and largely forget about it.</p>



<h3 class="wp-block-heading">Turn on Storage Sense</h3>



<ol class="wp-block-list">
<li>Open <strong>Settings</strong> (press <strong>Windows + I</strong>).</li>



<li>Go to <strong>System</strong> > <strong>Storage</strong>.</li>



<li>Toggle <strong>Storage Sense</strong> to <strong>On</strong>.</li>



<li>Click <strong>Storage Sense</strong> (the text link, not just the toggle) to open its settings.</li>



<li>Choose how often it should run — options include every day, every week, or every month. <strong>Every month</strong> is a sensible default for most people.</li>



<li>Set when to delete files in your Recycle Bin and Downloads folder automatically, if you want that.</li>
</ol>



<h3 class="wp-block-heading">Run it manually right now</h3>



<p class="wp-block-paragraph">At the bottom of the Storage Sense settings page, you&#8217;ll see a <strong>Run Storage Sense now</strong> button. Click it for an immediate cleanup without waiting for the schedule.</p>



<h2 class="wp-block-heading">Method 2: Disk Cleanup </h2>



<p class="wp-block-paragraph">Disk Cleanup has been part of Windows for decades. It&#8217;s straightforward and gives you a clear list of what it will delete before it does anything.</p>



<ol class="wp-block-list">
<li>Press <strong>Windows + S</strong> and type <strong>Disk Cleanup</strong>, then open it.</li>



<li>Select the drive you want to clean — usually <strong>C:</strong> — and click <strong>OK</strong>.</li>



<li>Windows scans the drive and shows you a list of file categories with checkboxes. Each one shows how much space you&#8217;ll recover.</li>



<li>Tick the categories you want to remove. Safe choices include <strong>Temporary files</strong>, <strong>Temporary Internet Files</strong>, <strong>Recycle Bin</strong>, and <strong>Thumbnails</strong>.</li>



<li>Click <strong>OK</strong>, then <strong>Delete Files</strong> to confirm.</li>
</ol>



<h3 class="wp-block-heading">Clean up system files too</h3>



<p class="wp-block-paragraph">For a deeper clean, click <strong>Clean up system files</strong> in the same window. This requires administrator rights and scans for larger items like <strong>Windows Update Cleanup</strong> — old update files that Windows keeps around after installing patches. This category alone can free up several gigabytes on a system that&#8217;s been running for a while.</p>



<h2 class="wp-block-heading">Method 3: Delete Temp Files Manually</h2>



<p class="wp-block-paragraph">Sometimes you want to go straight to the source. Here&#8217;s how to clear the temp folders directly.</p>



<h3 class="wp-block-heading">Clear the user temp folder</h3>



<ol class="wp-block-list">
<li>Press <strong>Windows + R</strong> to open the Run dialog.</li>



<li>Type <strong>%temp%</strong> and press Enter. This opens your personal temp folder.</li>



<li>Press <strong>Ctrl + A</strong> to select everything, then press <strong>Delete</strong>.</li>



<li>Windows may warn you that some files are in use — click <strong>Skip</strong> for those. Active processes lock their temp files, and that&#8217;s fine to leave.</li>
</ol>



<h3 class="wp-block-heading">Clear the system temp folder</h3>



<ol class="wp-block-list">
<li>Press <strong>Windows + R</strong> again.</li>



<li>Type <strong>temp</strong> (without the percent signs) and press Enter.</li>



<li>Select all and delete as before, skipping any files that are in use.</li>
</ol>



<p class="wp-block-paragraph">You won&#8217;t break anything by doing this. If an app needs a temp file that you deleted, it will simply create a new one.</p>



<h2 class="wp-block-heading">Method 4: Clear the Windows Update Cache</h2>



<p class="wp-block-paragraph">Windows keeps downloaded update files in a folder called <code>SoftwareDistribution</code>. Once updates are installed, those files serve no purpose — but they can take up a lot of space. Clearing them is safe, though it does mean Windows will have to re-download updates if it needs to reinstall them for any reason.</p>



<ol class="wp-block-list">
<li>Press <strong>Windows + S</strong> and search for <strong>Command Prompt</strong>. Right-click it and choose <strong>Run as administrator</strong>.</li>



<li>Type the following commands one at a time, pressing Enter after each:<br />    <ul><br />      <li><code>net stop wuauserv</code></li><br />      <li><code>net stop bits</code></li><br />    </ul><br />    These stop the Windows Update services so you can safely delete the files.<br />  </li>



<li>Open File Explorer and navigate to <strong>C:\Windows\SoftwareDistribution\Download</strong>.</li>



<li>Select all files and delete them.</li>



<li>Go back to the Command Prompt and restart the services:
<ul class="wp-block-list">
<li><code>net start wuauserv</code></li>



<li><code>net start bits</code></li>
</ul>
</li>
</ol>



<p class="wp-block-paragraph">This is the most involved method here, but it&#8217;s worth doing if your C: drive is running low and Disk Cleanup alone didn&#8217;t free enough space.</p>



<h2 class="wp-block-heading">Method 5: Clear Your Browser Cache</h2>



<p class="wp-block-paragraph">Browser caches aren&#8217;t technically Windows temp files, but they live on your drive and can grow surprisingly large. Here&#8217;s the quick path for the most common browsers:</p>



<ul class="wp-block-list">
<li><strong>Chrome:</strong> Press <strong>Ctrl + Shift + Delete</strong> > set time range to <em>All time</em> > tick <em>Cached images and files</em> > click <strong>Clear data</strong>.</li>



<li><strong>Edge:</strong> Same shortcut — <strong>Ctrl + Shift + Delete</strong> — and the same steps.</li>



<li><strong>Firefox:</strong> <strong>Ctrl + Shift + Delete</strong> > choose <em>Everything</em> from the dropdown > tick <em>Cache</em> > click <strong>Clear Now</strong>.</li>
</ul>



<p class="wp-block-paragraph">Clearing the cache means some websites will load slightly slower on your next visit while they rebuild it. That&#8217;s a temporary trade-off.</p>



<h2 class="wp-block-heading">How Often Should You Do This?</h2>



<p class="wp-block-paragraph">If you turn on Storage Sense with a monthly schedule, you mostly don&#8217;t need to think about it. For everyone else, a manual cleanup every one to three months is reasonable. If your drive is consistently near capacity, check more often — or consider whether it&#8217;s time for a larger drive or cloud storage for your files. Cleaning temp files is a maintenance task, but if your PC is genuinely slow, other factors — too many startup programs, outdated drivers, or insufficient RAM — may be the real culprits. But clearing out the clutter is always a good first step, and now you know exactly how to do it.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Restart Your Windows Computer Using the Keyboard</title>
		<link>https://efriend.in/how-to-restart-your-windows-computer-using-the-keyboard/</link>
		
		<dc:creator><![CDATA[efriend]]></dc:creator>
		<pubDate>Sun, 01 Sep 2024 15:51:31 +0000</pubDate>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://efriend.in/?p=6917</guid>

					<description><![CDATA[If your computer behaves sluggish, blank windows shown app when running some applications, freezes from time to tile, restarting might &#8230; ]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">If your computer behaves sluggish, blank windows shown app when running some applications, freezes from time to tile, restarting might be the final option before you. Restarting a computer can also resolve issues with different drivers. It is only when you restart your PC that the PC truly shuts down and flushes the RAM. Restarting your computer helps to freeing up memory, reducing energy consumption and also helps in software updates. Sometimes you need to restart only through your computer keyboard. </p>



<p class="wp-block-paragraph">You can restart your Windows computer using just the keyboard using different techniques.</p>



<p class="wp-block-paragraph"><strong><em>Restart using the Power User Menu</em></strong><br />You can restart the computer using power user menu, <br />Press <strong><em>Win + X</em></strong> to open the Power User menu. <br />Press <strong><em>U</em></strong> to open the Shut down or sign out menu. <br />Press <strong><em>R</em></strong> to restart your computer.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-layzr="https://f002.backblazeb2.com/file/Coolefriend/picsy/2024/09/power_usermenu.webp" alt=""/></figure>



<p class="wp-block-paragraph"><strong><em>Restart using the Ctrl + Alt + Delete </em></strong><br />Press <strong><em>Ctrl + Alt + Delete </em></strong>simultaneously. <br />Press the <strong><em>Tab key</em></strong> until the Power button is selected. <br />Press <strong><em>Enter</em></strong> button to open the Power menu. <br />Use the <strong><em>arrow keys</em></strong> to select Restart and press <strong><em>Enter</em></strong> button on the keyboard.</p>



<p class="wp-block-paragraph"><strong><em>Restart using the Alt + F4 shortcut</em></strong><br />You can close all the opened applications by pressing <strong><em>Alt + F4</em></strong> repeatedly. <br />Once all applications are closed, press <strong><em>Alt + F4</em></strong> again to open the Shut Down Windows dialog. <br />Use the<strong><em> arrow keys </em></strong>to select Restart and press <strong><em>Enter</em></strong> button on the keyboard.</p>



<p class="wp-block-paragraph">Using any of the methods helps you to restart your Windows computer without touching the mouse. Do it yourself to experience the keyboard combinations to perform a smooth restart. It may help you when your computer freezes or in a moment you couldn&#8217;t use your mouse to restart your computer or do anything on your computer screen with your mouse. <br /></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Automatically lock your screen in Windows</title>
		<link>https://efriend.in/automatically-lock-screen-windows/</link>
		
		<dc:creator><![CDATA[efriend]]></dc:creator>
		<pubDate>Sun, 31 Dec 2017 12:46:17 +0000</pubDate>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://coolefriend.com/?p=3452</guid>

					<description><![CDATA[Sometimes w may want to leave our computer for a short time without want to close our current work. Normally, &#8230; ]]></description>
										<content:encoded><![CDATA[<p>Sometimes w may want to leave our computer for a short time without want to close our current work. Normally, what we are doing is leave it as it is. Sometimes we may turn off the monitor and leave for some other task. If didn&#8217;t turn off the monitor it goes to sleep mode and the computer after a preferred defined time.</p>
<p><a href="https://coolefriend.com/picsy/2017/12/Windows-10.jpg"><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-3454" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-layzr="https://coolefriend.com/picsy/2017/12/Windows-10.jpg" alt="" width="800" height="420" /></a></p>
<p>But your work is still accessible to anybody by just by waking up the monitor or computer from the sleep. To setup the power and sleep setting, go to &#8216;Power &amp; sleep&#8217; in System Settings. Click  &#8216;Power &amp; sleep&#8217; , there you can see the screen turn off time, you can change the time to turn off the screen to sleep when not in use. The same way you can change the sleep mode time.</p>
<p><a href="https://coolefriend.com/picsy/2017/12/sleep_mode.jpg"><img decoding="async" class="aligncenter size-full wp-image-3456" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-layzr="https://coolefriend.com/picsy/2017/12/sleep_mode.jpg" alt="" width="617" height="519" /></a></p>
<p>Now how to protect quickly from unauthorized access in our computer. You can setup a password to login your windows operating system. To set up a password on Windows, go to settings, then select &#8216;Accounts&#8217;, change your password by clicking &#8216;Change&#8217; in &#8216;Password&#8217;. You can also create a PIN to login or you can use picture password to login to your PC.</p>
<p><a href="https://coolefriend.com/picsy/2017/12/password_Windows.jpg"><img decoding="async" class="aligncenter wp-image-3457" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-layzr="https://coolefriend.com/picsy/2017/12/password_Windows.jpg" alt="" width="638" height="531" /></a>To Lock PC you can use any of these methods,</p>
<p><strong>Method 1 : Windows+L</strong><br />
Use the <strong>Windows key</strong> in keyboard and the <strong>L</strong> key. Just press Windows+L to lock your PC fast, to unlock hit enter and give the password.</p>
<p><strong>Method 2 : Ctrl+Alt+Del</strong><br />
You can press Ctrl+Alt+Delete. A new full screen menu appears with blue background just click the first item in the menu, &#8216;Lock&#8217;.  Screen is locked now.</p>
<p><strong>Method 3 : Use the Windows Start button</strong><br />
Click the Windows Start button located at the bottom-left corner of your PC&#8217;s screen. Click the user icon, a new menu popup select Lock. Screen will be locked.</p>
<p><strong>Method 4 : Automatic locking</strong><br />
Do you want to automatically lock your screen. Go to windows Control Panel  (if you can&#8217;t find it, just search Control Panel), in &#8216;Control Panel&#8217; click &#8216;Appearance &amp; Personalization&#8217;. Then select &#8216;Change screen saver&#8217; , there you can find a check box asking for &#8216;On resume, display logon screen&#8217;. The time to wait to start the screen saver can also can be set by giving the time in minutes to wait. See the screenshot to find the settings.</p>
<p><a href="https://coolefriend.com/picsy/2017/12/screensaver.jpg"><img loading="lazy" decoding="async" class="aligncenter wp-image-3458" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-layzr="https://coolefriend.com/picsy/2017/12/screensaver.jpg" alt="" width="368" height="406" /></a><br />
Which method you are using? Is there any other ways to lock the screen, if there please let us know.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Protect your Windows 10 PC</title>
		<link>https://efriend.in/protect-your-windows-10-pc/</link>
		
		<dc:creator><![CDATA[efriend]]></dc:creator>
		<pubDate>Sun, 19 Nov 2017 16:54:25 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://coolefriend.com/?p=3364</guid>

					<description><![CDATA[In these days people are more frightened to search on internet or at the time of installing an unknown software. &#8230; ]]></description>
										<content:encoded><![CDATA[<p>In these days people are more frightened to search on internet or at the time of installing an unknown software. There is a great chance to come out a ransomware virus or a malicious program to your PC. There are plenty of Antivirus applications available on the market. But if you are having the latest version of windows like Windows 8.1 or Windows 10, Windows Defender Antivirus comes with the operating system. You just want to enable it and update it regularly to get protection from Microsoft.</p>
<p>Keep your PC safe with Windows Defender Antivirus which is built-in to Windows 10, that delivers comprehensive, ongoing and real-time protection against viruses, malware and spyware across email, apps, the cloud and the web. If you are having a third party antivirus installed on your PC, just uninstall all of your other antivirus programs first, Windows Defender Antivirus will automatically turn on (You may be asked to restart your device.).</p>
<p><a href="http://img.coolefriend.com/eguru/box/2017/11/Protect-your-Windows-10-PC_130B4/defender_windows.png"><img loading="lazy" decoding="async" style="border: 0px currentcolor; margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" title="defender_windows" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-layzr="http://img.coolefriend.com/eguru/box/2017/11/Protect-your-Windows-10-PC_130B4/defender_windows_thumb.png" alt="defender_windows" width="240" height="137" border="0" /></a></p>
<p><strong>Windows Defender</strong></p>
<p>Windows Defender Antivirus is built-in to Windows 10, that scan and protect your computer against viruses and threats in real-time. Windows Defender uses real-time protection to scan everything you download or run on your PC. It also uses cloud-based protection (if enabled) to detect and block threats. Windows Defender will use the cloud to analyze the suspicious program, if you enabled the cloud based protection in Windows defender update and security settings. Windows Defender with cloud-based protection and automatic sample submission turned on, Windows defender sends samples to Microsoft malware sample and it will eventually help Microsoft to catch the threats earlier.</p>
<p><a href="http://img.coolefriend.com/eguru/box/2017/11/Protect-your-Windows-10-PC_130B4/windows_defence_security.png"><img loading="lazy" decoding="async" style="border: 0px currentcolor; margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" title="windows_defence_security" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-layzr="http://img.coolefriend.com/eguru/box/2017/11/Protect-your-Windows-10-PC_130B4/windows_defence_security_thumb.png" alt="windows_defence_security" width="240" height="119" border="0" /></a></p>
<p><strong>Turn-on Realtime Protection</strong></p>
<p>When turn on realtime protection (go to Windows defender settings), defender can detect and stop malware from installing and running on your PC. You can turn this off temporarily, but it will turn-on automatically after some time. Select the Start button, then select Settings, go to Update &amp; Security.<br />
Select Windows Defender, then turn Real-time protection on or off.</p>
<p><strong>Schedule a scan in Windows Defender</strong></p>
<p>Windows Defender regularly scans your PC, but if you want to set your own scan schedule here is a trick.</p>
<p>Search for and open Schedule tasks.<br />
In the left pane, expand Task Scheduler Library &gt; Microsoft &gt; Windows and then scroll down and double-click the Windows Defender folder.<br />
In the top-center pane, double-click Windows Defender Scheduled Scan.?<br />
Select the Triggers tab, and then select New.<br />
Set your time and frequency, and then select OK.</p>
<p><strong>Types of Scans on Windows Defender</strong></p>
<p>You can run a quick scan or advanced scan to check your device’s safety.</p>
<ul>
<li><strong>Quick scan</strong></li>
</ul>
<p>If you’re concerned that you may have done something to introduce a suspicious file or virus to your device, use a quick scan to immediately check your device. Quick scan also saves you time when you don’t want to run a full scan on all your files and folders.</p>
<ul>
<li><strong>Full scan</strong></li>
</ul>
<p>Checks the files and programs that are currently running on your device.</p>
<ul>
<li><strong>Custom scan</strong></li>
</ul>
<p>Scan specific files or folders on your device.</p>
<ul>
<li><strong>Windows Defender Offline scan </strong></li>
</ul>
<p>Run this scan when you are concerned that your device has been, or could potentially be, infected by a virus or malware. Run an offline scan to find and remove malware that can’t be found with a normal scan. To do this, select <strong><em>Scan offline</em></strong> in the <strong><em>Windows Defender settings</em></strong>.</p>
<p><strong>Use enhanced notifications</strong></p>
<p>If enhanced notification is off, you&#8217;ll get only critical notifications when a threat is found. If the enhanced notification is on, you&#8217;ll get critical notifications and additional notifications, like completed scans and recent Windows Defender activity. You can also see the results of your previous scans, and get the latest protection offered by Windows Defender Antivirus.</p>
<p><strong><br />
Ransomware protection</strong></p>
<p>You can protect your valuable data and documents from ransomware attacks by using controlled folder access.</p>
<p><strong><br />
Windows Defender Security Center offers five type protections</strong></p>
<ul>
<li><strong>Virus &amp; threat protection</strong></li>
</ul>
<p>This will monitor threats to your computer, run scans, and get updates to help detect the latest threats.</p>
<ul>
<li><strong>Device performance &amp; health</strong></li>
</ul>
<p>See status about your device’s performance health and keep your device clean and up to date with the latest version of Windows 10.</p>
<ul>
<li><strong>Firewall &amp; network protection</strong></li>
</ul>
<p>Manage the settings for Windows Defender Firewall, and monitor what’s happening with your networks and Internet connections.</p>
<ul>
<li><strong>App and browser control</strong></li>
</ul>
<p>Lets you use Windows Defender SmartScreen to help protect your device against potentially dangerous apps, files, sites, and downloads. Also provides exploit protection where you can customize protection settings for your devices.</p>
<ul>
<li><strong>Family options</strong></li>
</ul>
<p>Provides easy access to managing your childrens’ online experiences and the devices in your household.</p>
<p>Did you configured your Windows defender for realtime virus protection, did you regularly update the virus database ? Which antivirus you are using, can you tell is it provide you adequate protection from all threats and ransomware&#8217;s.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
