Again right click menu of Windows 7. But, unlike other Windows 7 right click tutorials, it is a bit complicated. Well, you will do it rightly though. Do not miss any line. After reading this tutorial, you will be able to add a right click custom named menu and cascading list of submenu of websites of your choice with icons of your choice in Windows 7. On clicking them; the webpage will … [Read more...]
Windows 7 Tutorials
Latest Microsoft Windows 7 Tutorials with screenshots and step by step detailed instructions on how to do. Quite popular section, you will find many original ideas we realized and published which were copied and republished on other popular websites without any credit to us. We only maintain the category as Microsoft Windows 7 is old Operating System now. We have no Microsoft Windows 7 Tutorials section but these guides will mostly work with Microsoft Windows 8 as Microsoft Windows is Windows NT, which is ported version of OpenVMS Operating System. Author has nothing to do with Microsoft.
Set processor core utilization individually for each program in Windows 7
You can manually set which core of the processor will be used by Windows 7 for multi core processors. Just like our previous tutorial, you need to launch the Windows Task Manager by hitting CTRL + SHIFT + ESC keys from your keyboard. Now click the Processes tab and select the Program you want to change the settings. By default, all the cores are used by any program. For lighter programs, you … [Read more...]
How to remove destinations from the list jump in Windows 7
Jump list, which unlike the Stack of Mac OS X, has no option to customize or remove any item within itself. It is quite easy to remove some items in the Jumplist which you do not wish to be listed. Click the Start button and paste the following location in the start menu search field and hit Enter from keyboard: %AppData%MicrosoftWindowsRecentAutomaticDestinations You must have … [Read more...]
Change the priority of processes in Windows 7
Windows 7 by default runs all the processes running on the system with same priority, which means that all processes are equally important when it comes to the allocation of resources by the system. We sometimes we use applications that require more resources, so it may be prioritize special needs depending on our needs. How to assign priorities to the processes in Windows 7 Launch the Task … [Read more...]
Delete temporary files from right click context menu in Windows 7
We are not sure, but it seems people loves Windows 7 right click menu tricks more. Well, this time we will vanish the temporary files in one click from right from the right click context menu in Windows 7. Like this: As usually, we need two things: a batch file to carry the job, that is to clean the temporary files and a registry file to add it to right click … [Read more...]
Windows Error Lookup Tool : Find meaning of error codes
This tool helps to find decimal, hex, HRESULT, NTSTATUS and STOP error codes. Type in an error code and WELT will display in English the error clearly. You also have the option to create a note for an error (so you can keep track of what you have done to create the error). Free tool, a little donation is asked by the developer. Download the latest version from their own … [Read more...]
How to disable control panel in Windows 7
Sometimes turning off the control panel is a good choice particularly when the Windows 7 PC is used by more than one user and you do not want anything to be reconfigured. The trick to disable the control panel in Windows 7 is very easy, just follow these steps: This first method is for Windows 7 Ultimate and Professional users. Group Policy Editor does not exist lower than these versions … [Read more...]
Lock any Folder with password
This tutorial shows how to Lock and hide a Folder with a password without using any Software. Steps: 1. make a new folder ( name it as you like ): 2. Inside this folder make a ( TXT ) file & copy inside it this (the entire thing written): Copy and paste this code inside the New Text Document: Quote: Quote: cls @ECHO OFF title Folder Private if EXIST "Control … [Read more...]
Open in new window in right click context menu
This time, we will show you the way to get an option to open a folder or hard drive partition in new window from right click context menu in Windows 7 . Now, how to get it. Open Notepad and write the following code: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\shell\opennewwindow] @="Open in New … [Read more...]
Add restart explorer option in right click context menu in Windows 7
This time, we will show you the way to get an option to restart Explorer.exe from right click context menu in Windows 7 . Now, how to get it. Two parts : part one is creation of a batch file and part two is a Registry key. The batch file to restart Windows Explorer.exe Nothing, but to call default Windows action do activate it in the folder where it is. Open Notepad and write … [Read more...]
Toggle checkbox or normal selection from right click context menu
Previously, we wrote the trick on how to enable the check boxes to select multiple files and folders in Windows 7. This time, we will show you the way to get an option in right click context menu in Windows 7 so that you can toggle between the usual normal multiple selection holding the CTRL key and just clicking the right click menu option to switch between these two options. Here are two … [Read more...]