<?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 shortcut Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/windows-shortcut/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 12 Jan 2021 01:04:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to open several programs with a single click in Windows 10</title>
		<link>https://www.osradar.com/how-to-open-several-programs-with-a-single-click-in-windows-10/</link>
					<comments>https://www.osradar.com/how-to-open-several-programs-with-a-single-click-in-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Sat, 16 Jan 2021 22:52:00 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[batch file]]></category>
		<category><![CDATA[several programs single click]]></category>
		<category><![CDATA[windows shortcut]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=27638</guid>

					<description><![CDATA[<p>Hello! Computers are used for multiple tasks. In fact, most users usually open the same programs when they start Windows. However, if there are few of them, there is no problem. However, it can be frustrating to always open the same programs each time. Therefore, today we will teach you a practical trick. Stay with [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-open-several-programs-with-a-single-click-in-windows-10/">How to open several programs with a single click in Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello! Computers are used for multiple tasks. In fact, most users usually open the same programs when they start Windows. However, if there are few of them, there is no problem. However, it can be frustrating to always open the same programs each time. Therefore, today we will teach you a practical trick. Stay with us to see how to open multiple programs with one click in <a href="https://www.osradar.com/category/windows/" target="_blank" rel="noreferrer noopener">Windows 10.</a></p>



<h2>Learn how to easily open various programs with a single click in Windows 10.</h2>



<p>Some users choose to open the programs. And then leave the computer in sleep mode. This way, when the system is restarted, the programs will already be open. However, the disadvantage is in the energy expenditure. Therefore, it is not a long term solution. Hence, what we will do is create a .bat file. This item will be responsible for running all the apps at once. In addition, we will create a shortcut for practical purposes. Please follow the steps below to do so easily.</p>



<h3>Using file location.</h3>



<p>The first step is to know the location of the programs you want to launch. Indeed, you need the path of the executable file of each of them. The first step is to know the location of the programs you want to launch. Indeed, you need the path of the executable file of each of them. This is very important, since the information will be added to the file. With this in mind, please do the following:</p>



<ul><li>Locate the app icon on your desktop.</li><li>Then, right click on it.</li><li>Now click on <strong>Properties</strong>. Alternatively, you can click on <strong>Open File Location.</strong> This will cause the Windows File Explorer to open in the path where that program&#8217;s executable file is located.</li></ul>



<figure class="wp-block-image size-large"><img loading="lazy" width="536" height="652" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/01/click.jpg" alt="" class="wp-image-27639" srcset="https://www.osradar.com/wp-content/uploads/2021/01/click.jpg 536w, https://www.osradar.com/wp-content/uploads/2021/01/click-247x300.jpg 247w" sizes="(max-width: 536px) 100vw, 536px" /><figcaption>Entering the file properties.</figcaption></figure>



<ul><li>Now you must click on the Direct Access tab. Please note the path and file name used to run the program. Please note that this info will be needed to create the file.</li></ul>



<figure class="wp-block-image size-large"><img loading="lazy" width="361" height="552" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/01/click2.png" alt="Name and executable path of the selected program " class="wp-image-27641" srcset="https://www.osradar.com/wp-content/uploads/2021/01/click2.png 361w, https://www.osradar.com/wp-content/uploads/2021/01/click2-196x300.png 196w" sizes="(max-width: 361px) 100vw, 361px" /><figcaption>Name and executable path of the selected program</figcaption></figure>



<p>This process must be done with all the programs you want to add. Anyway, this info can be edited later.</p>



<h2>How to create the file.</h2>



<p>After collecting the data from the apps, it is time to create the file.</p>



<ul><li>First it is necessary to create a new text file. This can be done in different ways. You can open Notepad, which is the Windows text editor. Or use an alternative editor like Notepad++. It is also possible to right-click on an empty space on the desktop. Then click on <strong>New</strong> and finally on <strong>Text document.</strong></li></ul>



<figure class="wp-block-image size-large"><img loading="lazy" width="647" height="554" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/01/click3.jpg" alt="Creating a new text document. " class="wp-image-27643" srcset="https://www.osradar.com/wp-content/uploads/2021/01/click3.jpg 647w, https://www.osradar.com/wp-content/uploads/2021/01/click3-300x257.jpg 300w" sizes="(max-width: 647px) 100vw, 647px" /><figcaption>Creating a new text document.</figcaption></figure>



<ul><li>In the first line of the text file, add the following:</li></ul>



<pre class="wp-block-code"><code>@echo off</code></pre>



<ul><li>Press enter and add the next line:</li></ul>



<pre class="wp-block-code"><code>cd "C:\Program Files\Mozilla Firefox\firefox.exe"</code></pre>



<p>Please remember to replace <em>Firefox</em> with the path to your programs.</p>



<ul><li>After pressing enter, enter the next line:</li></ul>



<pre class="wp-block-code"><code>start firefox.exe</code></pre>



<p>Once again, replace <em>firefox.exe</em> with your programs&#8217; executable file.</p>



<ul><li>Now repeat this pair of lines for each program you want to add.</li><li>When you have finished adding the programs, please enter the following line:</li></ul>



<pre class="wp-block-code"><code>exit</code></pre>



<p>It is a very simple procedure to follow. See how my file looks like:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="289" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/01/click4-1024x289.png" alt="" class="wp-image-27644" srcset="https://www.osradar.com/wp-content/uploads/2021/01/click4-1024x289.png 1024w, https://www.osradar.com/wp-content/uploads/2021/01/click4-300x85.png 300w, https://www.osradar.com/wp-content/uploads/2021/01/click4-768x217.png 768w, https://www.osradar.com/wp-content/uploads/2021/01/click4-696x196.png 696w, https://www.osradar.com/wp-content/uploads/2021/01/click4-1068x301.png 1068w, https://www.osradar.com/wp-content/uploads/2021/01/click4.png 1279w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>After completion, it is time to save the file. Please click on <strong>Save As</strong>. On the next screen click on <strong>All types.</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="789" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/01/click5-1024x789.png" alt="Saving the file as " class="wp-image-27645" srcset="https://www.osradar.com/wp-content/uploads/2021/01/click5-1024x789.png 1024w, https://www.osradar.com/wp-content/uploads/2021/01/click5-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2021/01/click5-768x592.png 768w, https://www.osradar.com/wp-content/uploads/2021/01/click5-696x536.png 696w, https://www.osradar.com/wp-content/uploads/2021/01/click5-1068x823.png 1068w, https://www.osradar.com/wp-content/uploads/2021/01/click5.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Saving the file as</figcaption></figure>



<p>Finally, assign any name but with the ending .bat. Also, save it on the desktop.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="626" height="505" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/01/click6.png" alt="Saving the .bat file" class="wp-image-27646" srcset="https://www.osradar.com/wp-content/uploads/2021/01/click6.png 626w, https://www.osradar.com/wp-content/uploads/2021/01/click6-300x242.png 300w" sizes="(max-width: 626px) 100vw, 626px" /><figcaption>Saving the .bat file</figcaption></figure>



<p>Finally, you have created the file. Just double-click on it. If you did everything correctly, the programs in it will be launched.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="608" height="775" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/01/click7.jpg" alt="" class="wp-image-27647" srcset="https://www.osradar.com/wp-content/uploads/2021/01/click7.jpg 608w, https://www.osradar.com/wp-content/uploads/2021/01/click7-235x300.jpg 235w" sizes="(max-width: 608px) 100vw, 608px" /></figure>



<p>Ultimately, we have learned how to open several programs with a single click in <a href="https://www.microsoft.com/en-us/software-download/windows10" target="_blank" rel="noreferrer noopener">Windows 10.</a> In this way, we increase productivity in the system. Bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-open-several-programs-with-a-single-click-in-windows-10/">How to open several programs with a single click in Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-open-several-programs-with-a-single-click-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Shut down, reboot, suspend or hibernate Windows with these shortcuts</title>
		<link>https://www.osradar.com/shut-down-reboot-suspend-or-hibernate-windows-with-these-shortcuts/</link>
					<comments>https://www.osradar.com/shut-down-reboot-suspend-or-hibernate-windows-with-these-shortcuts/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Sat, 21 Nov 2020 22:36:00 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows reboot shortcut]]></category>
		<category><![CDATA[windows shortcut]]></category>
		<category><![CDATA[windows shortcuts]]></category>
		<category><![CDATA[windows shutdown shortcut]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=25549</guid>

					<description><![CDATA[<p>Hello! To turn off the computer we have always used the start menu. Indeed, there are the main power options. For example, shut down, restart, suspend and hibernate if necessary. For this reason, it is possible to access it with a couple of clicks. However, it is possible to simplify the process by creating a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/shut-down-reboot-suspend-or-hibernate-windows-with-these-shortcuts/">Shut down, reboot, suspend or hibernate Windows with these shortcuts</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello! To turn off the computer we have always used the start menu. Indeed, there are the main power options. For example, shut down, restart, suspend and hibernate if necessary. For this reason, it is possible to access it with a couple of clicks. However, it is possible to simplify the process by creating a shortcut on the desktop. It is even possible to customize it by adding a message or setting a countdown so that the shutdown is not instantaneous. Sounds interesting, doesn&#8217;t it? Well, today we will see how to turn off, reboot, suspend or hibernate <a href="https://www.microsoft.com/software-download/windows10" target="_blank" rel="noreferrer noopener">Windows</a> with shortcuts.</p>



<h2>How to shut down Windows with these shortcuts</h2>



<p>The first thing you have to do is right-click on the desktop and follow the path: <strong>New&gt;Shortcut</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="717" height="729" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/sh.jpg" alt="Creating a new shortcut" class="wp-image-25550" srcset="https://www.osradar.com/wp-content/uploads/2020/11/sh.jpg 717w, https://www.osradar.com/wp-content/uploads/2020/11/sh-295x300.jpg 295w, https://www.osradar.com/wp-content/uploads/2020/11/sh-696x708.jpg 696w" sizes="(max-width: 717px) 100vw, 717px" /><figcaption>Creating a new shortcut</figcaption></figure>



<p>Immediately a wizard will be displayed, please add the following command:</p>



<pre class="wp-block-preformatted">C:/Windows/System32/shutdown.exe -s -t 00</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="614" height="454" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/sh2.png" alt="" class="wp-image-25552" srcset="https://www.osradar.com/wp-content/uploads/2020/11/sh2.png 614w, https://www.osradar.com/wp-content/uploads/2020/11/sh2-300x222.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/sh2-485x360.png 485w" sizes="(max-width: 614px) 100vw, 614px" /></figure>



<p>In the next window you must assign the name for the shortcut. Don&#8217;t worry, you can change this value later.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="614" height="454" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/sh3.png" alt="Assigned the name to the shortcut" class="wp-image-25553" srcset="https://www.osradar.com/wp-content/uploads/2020/11/sh3.png 614w, https://www.osradar.com/wp-content/uploads/2020/11/sh3-300x222.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/sh3-485x360.png 485w" sizes="(max-width: 614px) 100vw, 614px" /><figcaption>Assigned the name to the shortcut</figcaption></figure>



<p>When you press finish you will have the direct access to turn off the computer.</p>



<h2>Creating shortcuts to restart windows.</h2>



<p>To create a shortcut for rebooting the computer, the process is very similar to the above. What varies is the command you must add:</p>



<pre class="wp-block-preformatted">C:/Windows/System32/shutdown.exe -r -t 00</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="614" height="454" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/sh4.png" alt="" class="wp-image-25555" srcset="https://www.osradar.com/wp-content/uploads/2020/11/sh4.png 614w, https://www.osradar.com/wp-content/uploads/2020/11/sh4-300x222.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/sh4-485x360.png 485w" sizes="(max-width: 614px) 100vw, 614px" /></figure>



<p>Then add the name of the shortcut corresponding to the system reboot. In effect, double-clicking on it will restart the computer.</p>



<h2>Creating a shortcut to sleep the computer</h2>



<p>To slepp the computer is to put it in low energy consumption, to wake it up at the moment of need. With this in mind, add the following command for direct access:</p>



<pre class="wp-block-preformatted">C:/Windows/System32/Rundll32.exe powrprof.dll, SetSuspendState</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="614" height="454" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/sh5-1.png" alt="" class="wp-image-25559" srcset="https://www.osradar.com/wp-content/uploads/2020/11/sh5-1.png 614w, https://www.osradar.com/wp-content/uploads/2020/11/sh5-1-300x222.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/sh5-1-485x360.png 485w" sizes="(max-width: 614px) 100vw, 614px" /></figure>



<p>Once again add the name to differentiate the shortcut. Consequently, when you double-click, the system will go into sleep mode.</p>



<h2>Create a shortcut for Windows hibernation</h2>



<p>The hibernation state is similar to the sleep mode in Windows 10. The difference is that Windows dumps all the RAM memory to the hard disk and shuts down the computer completely. Consequently, when you turn it on again, the computer will not start from scratch. In fact, it will load the RAM dump and, in an instant, the PC will be ready to start using it as it was at the moment it went into hibernation. With this in mind, add the following command to the shortcut.</p>



<pre class="wp-block-preformatted">C:/Windows/System32/shutdown.exe -h -t 00</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="614" height="454" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/sh6.png" alt="" class="wp-image-25558" srcset="https://www.osradar.com/wp-content/uploads/2020/11/sh6.png 614w, https://www.osradar.com/wp-content/uploads/2020/11/sh6-300x222.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/sh6-485x360.png 485w" sizes="(max-width: 614px) 100vw, 614px" /></figure>



<h2>Changing the icon to the shortcuts.</h2>



<p>As you can see, the procedure for shortcuts to shut down, suspend and hibernate Windows is very simple. However, the shutdown.exe command has no associated icon. Consequently, it is assigned a generic icon. Therefore, it is possible to assign a personal touch by modifying the icon. With this in mind, enter the icon properties from the context menu and then click on change icon.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="390" height="527" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/sh7.png" alt="Please change the icon." class="wp-image-25561" srcset="https://www.osradar.com/wp-content/uploads/2020/11/sh7.png 390w, https://www.osradar.com/wp-content/uploads/2020/11/sh7-222x300.png 222w" sizes="(max-width: 390px) 100vw, 390px" /><figcaption>Please change the icon.</figcaption></figure>



<p>You can then browse through the icon library. You can even download one online or create one. After selecting it, you just have to click on accept and that&#8217;s it!</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="388" height="529" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/sh8.png" alt="Please assign the corresponding icon. " class="wp-image-25563" srcset="https://www.osradar.com/wp-content/uploads/2020/11/sh8.png 388w, https://www.osradar.com/wp-content/uploads/2020/11/sh8-220x300.png 220w" sizes="(max-width: 388px) 100vw, 388px" /><figcaption>Please assign the corresponding icon.</figcaption></figure>



<h2>Parameters of the shutdown.exe command</h2>



<p>We have seen that the command shutdown.exe is responsible for shutting down the computer. As applied at the beginning of the post, its function is only to shut down the computer. However, it is possible to add some parameters to customize its performance. There are several options, but for now I&#8217;ll show you a couple:</p>



<ul><li><strong>-t</strong>: allows you to specify a countdown to turn off the PC. If the parameter is not used, by default the countdown will be 30 seconds. Additionally, it is possible to assign a value from 0 seconds to 600 seconds. To turn off the computer directly, the parameter would be <em>-t 00.</em></li><li><strong>-c</strong>: allows you to specify, a comment that will appear when the shortcut is executed.</li></ul>



<figure class="wp-block-image size-large"><img loading="lazy" width="788" height="235" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/sh9.png" alt="" class="wp-image-25598" srcset="https://www.osradar.com/wp-content/uploads/2020/11/sh9.png 788w, https://www.osradar.com/wp-content/uploads/2020/11/sh9-300x89.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/sh9-768x229.png 768w, https://www.osradar.com/wp-content/uploads/2020/11/sh9-696x208.png 696w" sizes="(max-width: 788px) 100vw, 788px" /></figure>



<h2>How to cancel the shutdown or restart</h2>



<p>Suppose you have chosen the countdown shutdown, and you regret the action. Then just open a CMD and run the following command:</p>



<pre class="wp-block-preformatted">shutdown.exe -a</pre>



<p>You will see a message like the one below indicating that the shutdown process has been cancelled.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="461" height="259" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/sh10.png" alt="" class="wp-image-25600" srcset="https://www.osradar.com/wp-content/uploads/2020/11/sh10.png 461w, https://www.osradar.com/wp-content/uploads/2020/11/sh10-300x169.png 300w" sizes="(max-width: 461px) 100vw, 461px" /></figure>



<p>This way we have seen how to turn off, reboot, suspend or hibernate Windows with these shortcuts. It is a process that allows to speed up the tasks of turning off and turning on the computer. In addition, it is possible to play with some options to give it a personal touch. All right, that&#8217;s all for now, before I say goodbye I invite you to check our post about how to speed up the <a href="https://www.osradar.com/how-to-speed-up-the-internet-in-windows-10/" target="_blank" rel="noreferrer noopener">internet</a> in Windows 10. See you soon!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/shut-down-reboot-suspend-or-hibernate-windows-with-these-shortcuts/">Shut down, reboot, suspend or hibernate Windows with these shortcuts</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/shut-down-reboot-suspend-or-hibernate-windows-with-these-shortcuts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Make your life easier with this top 5 shortcuts with the Windows key</title>
		<link>https://www.osradar.com/make-your-life-easier-with-this-top-5-shortcuts-with-the-windows-key/</link>
					<comments>https://www.osradar.com/make-your-life-easier-with-this-top-5-shortcuts-with-the-windows-key/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Sun, 02 Aug 2020 23:43:00 +0000</pubDate>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[keyboard shortcut]]></category>
		<category><![CDATA[windows shortcut]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=22156</guid>

					<description><![CDATA[<p>Windows has many access tricks that make it easy to use. Usually, common users are unaware of most of them. The shortcuts is included in this package. The shortcuts is the key combination that allows you to perform a quick action. This is done without clicking on the screen with the mouse. This option shortens [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/make-your-life-easier-with-this-top-5-shortcuts-with-the-windows-key/">Make your life easier with this top 5 shortcuts with the Windows key</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><a href="https://www.microsoft.com/en-us/windows" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">Windows </a>has many access tricks that make it easy to use. Usually, common users are unaware of most of them. The shortcuts is included in this package. The shortcuts is the key combination that allows you to perform a quick action. This is done without clicking on the screen with the mouse. This option shortens processes and facilitates access to windows. Also, it makes it easier to execute functions.</p>



<p>This tool simplifies the life of the users. In it, speed and simplicity go hand in hand. The working time is reduced and you only need your fingers to use it. In this post we present the top 5 shortcuts only with the &#8216;Windows&#8217; key. The &#8216;Windows&#8217; key is located in the row of the space bar. Depending on the keyboard, it is usually between the function or &#8216;fn&#8217; key, the &#8216;ctrl&#8217; key and the &#8216;alt&#8217; key. It is easy to recognize because it has the famous Windows icon engraved on it. If you still can&#8217;t place it properly, it looks like this:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="683" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/07/pexels-freestocksorg-1122528-1024x683.jpg" alt="Windows key" class="wp-image-22165" srcset="https://www.osradar.com/wp-content/uploads/2020/07/pexels-freestocksorg-1122528-1024x683.jpg 1024w, https://www.osradar.com/wp-content/uploads/2020/07/pexels-freestocksorg-1122528-300x200.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/07/pexels-freestocksorg-1122528-768x512.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/07/pexels-freestocksorg-1122528-1536x1024.jpg 1536w, https://www.osradar.com/wp-content/uploads/2020/07/pexels-freestocksorg-1122528-2048x1365.jpg 2048w, https://www.osradar.com/wp-content/uploads/2020/07/pexels-freestocksorg-1122528-696x464.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/07/pexels-freestocksorg-1122528-1068x712.jpg 1068w, https://www.osradar.com/wp-content/uploads/2020/07/pexels-freestocksorg-1122528-1920x1280.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Windows key</figcaption></figure>



<p>The Windows key alone has a function. Pressing it shows or hides the start menu. As it happens when we click on the Windows icon in the lower left corner of the screen.</p>



<p>It looks silly, but simple actions make a difference. Users who use these simple shortcuts save time. Also, the execution of tasks is speeded up. Over time, using them will come naturally and you can discover more. Some shortcuts are added or modified in the updates. However, to begin with, the list of the 5 most useful shortcuts.</p>



<h2>Top 5 shortcuts with the Windows key</h2>



<div class="wp-block-cover has-background-dim" style="background-image:url(//1081754738.rsc.cdn77.org/wp-content/uploads/2020/07/Screenshot-2.png)"><div class="wp-block-cover__inner-container">
<p class="has-text-align-center has-large-font-size">Windows + D key</p>
</div></div>



<p><font style="vertical-align: inherit;"><font style="vertical-align: inherit;"><span class="td_text_columns_two_cols"><strong><em>Show and hide the desktop</em></strong></span>Normally, we look at the desktop by clicking on the lower right corner of the screen. This involves using the cursor. With this shortcut you can look at the desktop. Then, when you want to go back to the previous window, you use the same command and go back.</font></font></p>



<div class="wp-block-cover has-background-dim" style="background-image:url(https://www.osradar.com/wp-content/uploads/2020/07/WhatsApp-Image-2020-07-31-at-7.18.47-AM.jpeg)"><div class="wp-block-cover__inner-container">
<p class="has-text-align-center has-large-font-size">Windows key + L</p>
</div></div>



<p class="has-text-align-right"><font style="vertical-align: inherit;"><font style="vertical-align: inherit;"><span class="td_text_columns_two_cols"><strong>Lock your PC or change your account</strong></span>This shortcut serves to suspend or lock your computer. In the same order, it works if you suddenly need to change user. When you use it, the initial screen that we observe when we turn on the computer appears.  </font></font><br></p>



<div class="wp-block-cover has-background-dim" style="background-image:url(//1081754738.rsc.cdn77.org/wp-content/uploads/2020/07/Screenshot-4-2.png)"><div class="wp-block-cover__inner-container">
<p class="has-text-align-center has-large-font-size">Windows key + TAB</p>
</div></div>



<p> <span class="td_text_columns_two_cols"><strong>Access all desktops and applications with the task viewer</strong></span>With this combination you visualize and choose the active screens on the computer. If you are doing several tasks at once, this shortcut is ideal and practical.</p>



<div class="wp-block-cover has-background-dim" style="background-image:url(https://www.osradar.com/wp-content/uploads/2020/07/Screenshot-8-e1596176795392.png)"><div class="wp-block-cover__inner-container">
<p class="has-text-align-center has-large-font-size">Windows key + M</p>
</div></div>



<p class="has-text-align-right"><span class="td_text_columns_two_cols"><strong>Minimize all windows</strong></span> This shortcut saves the cumbersome job of minimizing window by window. Also, you can avoid prying eyes and quickly disappear the windows. Without leaving any trace of what you were doing.</p>



<div class="wp-block-cover has-background-dim" style="background-image:url(//1081754738.rsc.cdn77.org/wp-content/uploads/2020/07/Screenshot-9.png)"><div class="wp-block-cover__inner-container">
<p class="has-text-align-center has-large-font-size">Windows key + PrtSc or impPnt</p>
</div></div>



<p><span class="td_text_columns_two_cols"><strong>Make a screenshot and save it in the Screenshots folder.</strong></span> The screenshot is practically a necessity. Screenshots save information in an image at once. This option avoids copying and pasting. It also covers everything in the windows. Several programs and other key combinations make screenshots. But the fastest option is this one. Because it also automatically saves the capture in the screenshots folder.</p>



<p>After knowing these top 5 shortcuts you will surely want to know more. Avoid complications and add more key combinations. It&#8217;s sure to make your daily work easier. As you use them, you will discover more. Soon they will be an essential part of your Windows experience. If you liked this article, remember to check out our latest post about securely <a href="https://www.osradar.com/how-to-securely-delete-files-in-windows-10/" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">delete files</a> in Windows 10. Bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/make-your-life-easier-with-this-top-5-shortcuts-with-the-windows-key/">Make your life easier with this top 5 shortcuts with the Windows key</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/make-your-life-easier-with-this-top-5-shortcuts-with-the-windows-key/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
