Skip to main content

Tips and tricks that Windows users should know


Microsoft Windows provides a lot of handy features and commands that we may never use because we don't need them in our day-to-day lives. However, the operating system also offers a bunch of quick ways of doing various things which come very handy for those who are or strive to be power users. I've been using various Windows versions for 15 years now, and I'm still learning new stuff about the OS. So, I've decided to share a few of the things I've picked up over the years with all of you. Here is a list of nifty tricks that can save you a lot of time when you're in a hurry or at a work. (The commands and shortcuts presented in this article are not that specific and will work with most versions of the operating system.)

Taskbar commands

Windows Taskbar is one of the most helpful tools for regular users as it provides them with quick access to the applications we use the most often. Here are a few keyboard shortcuts and other tricks that will make the Taskbar even easier to use and more helpful.

Taskbar selection


I'm guessing that everyone who reads this already knows the Alt + Tab command which allows you to easily cycle through the applications running your PC. However, what a lot of people don't know is that there is a somewhat similar command which allows them to cycle through the applications present in their Taskbar without using their mouse. All you have to do is to keep the Winkey on your keyboard pressed (the one with the Windows logo on it) and keep pressing until you get to the application that you desire. Additionally, you can press the Win + T combination once, then use the directional keys to move around and press 'Enter' whenever you land upon the item that interests you. (Using the arrow keys also allows you to switch between multiple instances of the same application.

Launch Taskbar shortcuts


Some of you probably already know this, but there are a lot of people who don't, so I have to mention it. Most of us use the Taskbar because you can launch applications with just one click, but there's something even better. You can run any of the items stored on it simply by keeping your finger on the Win key and then pressing the corresponding number on your keyboard. Look at the image; in my case, if I wanted to launch the File Explorer, I would press Win + 1, and if I wanted to launch Firefox, it would be Win +2, Open Office - Win + 3, and so on. Unfortunately, if you have more than 10 shortcuts on the Taskbar, you will need to use your mouse for the last ones, as you will run out of digits.


Launch new instance


If you need a quick way to launch a new instance of an application from your Taskbar which is already running, you can also do this by just using your keyboard. Simply press the previous key combination, but add the Shift key into the mix. For example (once again, look at the image), when I press Shift + Win + 2, a new instance of Firefox will be launched.




Jump Lists


In case if you don't know what Jump Lists are, I'll tell you: whenever you right-click an item from your Taskbar, a list will pop-up with your most recent activity in that application. Depending on the shortcuts on your Taskbar, this can provide a very quick way to access a specific document you've been working on lately, visit recently opened folders, etc. Furthermore, you can pin items to Jump Lists simply by dragging them into  respective icons. For example, the Art folder is where I save all the photos I need for the articles and news that I write. As you can see in the image, I chose to pin it on File Explorer's Jump List, so that I can quickly access it at anytime. If you need to, you can also increase the number of maximum items in the Jump List by right-clicking the Taskbar, going to Properties --> Jump Lists and modifying the number, but having too many can make you lose time instead of saving it.

Context Menu tricks

In case if you didn't already know, what we call the context menu is the pop-up menu which appears when you right-click on your desktop, shortcut, etc. The thing that will most likely surprise most of you is that the context menu holds a bunch of useful things that are hidden from plain site so that they don't confuse beginners too much. Here are a few context menu related tricks you might not know.

Other hidden right-click commands


Actually, if you keep the Shift button pressed while right-clicking, you will probably notice that there are several new entries added to the menu which normally wouldn't be there. For example, right-clicking a folder while Shift is pressed will allow you to launch a Command Prompt window, and right-clicking an application will enable you to run it as a different user. Additionally, if you right-click a file or a folder while you're holding down Shift, you have the option of copying its path to the clipboard, which can come in very handy many times.

A couple of general tips

I have a couple more tips to give you guys. Even though some of you may know them, they will come in very handy for those of who don't.
  • Undo works in Windows: no matter what you did wrong, before panicking try pressing the Ctrl + key combination, as it works in File Explorer as well as on your desktop. This is incredibly handy when you've accidentally sent a file to God knows where, or when you've unwillingly created a bunch of copies to your files. Always try to undo first, and if that doesn't work, then start searching for a different solution.
  • Ctrl + Shift + Esc is a quicker way to access the Task Manager than Ctrl + Alt + Del.

Comments

Popular posts from this blog

How to Remove Powered by Blogger – Attribution Widget?

In this article, I will be demonstrating how to remove or hide attribution widget ‘Powered by Blogger’ in footer of blogger blogspot blogs.  Before going to the process,  backup your blogger template , while editing html code if anything goes wrong or template modified design doesn’t work or looks good you can restore from backed up template.  Here I have demonstrated you two methods for removing attribution widget. Some blogger templates may not support method 1 then you need to follow method 2 for successfully removing attribution widget. Method 1: Remove ‘Powered by Blogger’ by unlocking Attribution widget Step 1 : Go to your blog “Template” | click on “Edit HTML”. Step 2 : Here on drop-down “jump to widget” option and select Attribution 1 as shown below Step 3: After selecting Attribution 1 widget you will be able to see this line <b:widget id=’Attribution1′ locked=’true’ title=” type=’Attribution’>  on your blogger template. Step 5: Once done click on...

How to get Google Assistant on your Windows, Mac, or Linux Machine

Google Assistant is Google’s answer to Amazon’s Alexa smart home assistant. Initially only available with limited functionality in the Google Allo application, Google Assistant later rolled out with the Google Home and Pixel smartphones to bring the full power of Google’s assistant to consumers. After a few months of waiting, smartphones running Android 6.0+ also received Google Assistant, and just a few days ago Google launched the Google Assistant SDK which allows Assistant to be run on basically any platform. Today, we will show you how to install Google Assistant onto your Windows, Mac, or Linux machine using Python. Note: at this point in time, this is purely for educational purposes. There’s no fancy GUI for you to play with, and installing Assistant requires you to use the command line. Get Google Assistant on Windows/Mac/Linux Machines Requirements: Python 3 You’ll need to have Python installed no matter whether or not you are using W...

Fix for NET Framework 3.5 not installing on Windows 10

I'm a gamer at heart, so you can imagine how annoyed I was when I saw that a Windows 10 error was preventing me from running certain titles. Many modern games require  NET Framework 3.5 in order to run, but... whenever I tried to install it on my Windows 10, I got the " DISM failed. No operation was performed ." error message. Since I'm sure I'm not the only one facing this problem, I've decided to show everyone how to fix it. For those of you who are interested, the Net Framework is a programming infrastructure that Microsoft created to help developers build and deploy products that use .NET technology. Since there are a lot of applications and services that rely on .NET (Dot Net) for their functionality, you can imagine that this kind of error can be quite irritating. Here are a few solutions that you should try: Solution One This is the one that takes the least time, but you need to have the USB stick that contains the Windows 10 installer plugged into your...