Skip to main content

Best Computer Tricks Everyone Should Know About

This list is about the Best Computer Tricks Everyone Should Know About. We will try our best so that you understand this list Best Computer Tricks Everyone Should Know About. I hope you like this list Best Computer Tricks Everyone Should Know About. So lets begin:


Navigate everything with your keyboard

There are some basic keyboard shortcuts that everyone should know, but if you really want to use your computer more efficiently, you can go much further. Learn the most common shortcuts for your favorite programs, like Gmail, Microsoft Word, basic text boxes, and even Facebook. After a while, you’ll be able to navigate through menus and text boxes with incredible speed. Check out our guide to becoming a keyboard ninja, along with a bunch of cheat sheets to help you escape.

take a screenshot

  • On a Mac, CMD Shift 3 takes a full screen photo, or you can tap the Print Screen button on the Windows PC keyboard, and the screenshot can be pasted into any photo editing software, such as Paint or Photoshop .
  • On a Mac, CMD Shift 4 allows you to use your mouse to select a part of your screen to capture a screenshot. On your computer, you can use the Snipping Tool, a program in Windows, to select a specific area of ​​your screen to take a screenshot.

Windows button + L locks your screen

  • One way to lock a Windows PC from your keyboard is by pressing Ctrl + Alt + Delete and then selecting “Lock”.
  • If you only want to use the keyboard, you can lock Windows with Windows Key + L.
  • Once Windows is locked, you’ll need to use your account password to reopen it.

Aside from locking it from the Start menu, letting it automatically lock after a period of inactivity, and even using Bluetooth to lock it when it seems like you’re not there, there are two ways to lock Windows with quick keyboard shortcuts.

CTRL + Shift + Esc will open the task manager

The fastest way to bring up Task Manager, assuming your keyboard works, is to simply press Ctrl + Shift + Esc. As a bonus, Ctrl + Shift + Esc offers a quick way to bring up Task Manager while using Remote Desktop or you work in a virtual machine (since Ctrl + Alt + Del would mark your local computer).

Ctrl+C or Ctrl+Insert and Ctrl+X

Both Ctrl + C and Ctrl + Insert will copy the highlighted text or a selected item. If you want to cut an object instead of copying it, press Ctrl + X. This deletes the text or item and saves it to the clipboard, instead of copying it to the clipboard.


Comments

Popular posts from this blog

How to lock any file or folder without any software.

  With this trick, you can create a secure password protected  folder  in Windows which no one except you can access. To use this trick, follow the instructions given below:-   1.  Open  Notepad . 2.   Copy and paste  the exact code given below:- cls @ECHO OFF title computer-tricks-corner.blogspot.com if  EXIST  "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto  UNLOCK if NOT EXIST MyFolder goto MDMyFolder :CONFIRM echo Are you sure to lock this folder? (Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo  Invalid  choice. goto CONFIRM :LOCK ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to Unlock Your Secure Folder set/p "pass=...

The best free automation tools for Windows

When your job involves working on a computer, repetitive actions can be the bane of your existence. They're not only tedious, but also (even worse) time consuming. Fortunately, in case you're forced to execute the exact same actions over and over again, you can create macros (scripts) that will automatically do them for you. Let's say, for example, that every day you have to open your downloads folder; to do this, you would normally have to click on 'Start', then on 'Documents' and from there finally click on 'Downloads'. Using a macro, you could simply run a certain file from your desktop or (even better) use a key combination, and the download folder will be automatically opened. (Of course, this was very simplistic, but you can use macro scripts to perform much more complicated tasks.) Here you will find a list with some of the best automation tools on the market. These applications won't only help you improve your productivity with macr...

How to Deal With Your Drivers Issues

For those of you who are really new to this, drivers are software that make the connection between your hardware (motherboard, graphic cards, sound card, printer, etc) and your operating system. Each hardware component has its own driver (which works on specific Windows versions), and if you don't have the correct driver installed, the respective device will either run incorrectly or not run at all. So, after you've reinstalled Windows (or installed it for the first time), you are going to need drivers to make your computer fully operational. The first and easiest solution is to install them is by using the CDs that came along with your hardware. If that's no longer possible because the respective CD is no longer available or the drivers on it aren't compatible with your Windows version, you will have to  improvise . My favorite solution in this situation is to use a combination of two programs: 3DP Net and 3DP Chip. Both of them are completely free and require ...