Skip to main content

How to Hack , Change or Add the Right Click Options with in minutes.

How to Add Any Application to the Windows Desktop Right-Click Menu



If you want really quick access to launch a frequently used application without putting extra icons on your desktop, you can add that application to the context menu for the desktop with a simple registry hack.

This technique should work in Windows 7, 8, 10, Vista, XP.



Adding Applications to the Desktop Context Menu

Today I’ll show you how to add Notepad(or other application) to the menu.Let's begin hacking.

Step1:- Open the Run(by clicking window button and R)

Step2:- Enter the regedit in the pop up window.
HKEY_CLASSES_ROOT\Directory\Background\shell
image
The screen should look similar to this one if you are in the right place.
Next, you’ll want to create a new key underneath the shell key, the name of which is exactly what is going to show up on the desktop menu. Right-click on the “shell” key, and then choose New \ Key from the menu.
image
Give the new key the name that you want to show up on the desktop context menu. For this example I’ll be using Notepad(you can add any application by the same procedure).
image Optional: If you want to assign an “Alt” key to this menu entry for quicker access, you can change the (Default) value on the right and put an & character in front of the key you want to use. For instance, if you wanted to be able to just use the N key to launch Notepad once the desktop context menu pops up, you can do this:
image

Next you’ll need to create the command key that will actually hold the command used to launch the application. Right-click on the new Notepad key, and then choose New \ Key from the menu.
image
Give this key the name “command” in lowercase without quote.
image
To complete this step you’ll need the full path to the application that you want to launch. You can use Shift + Right-Click to get the Copy as Path menu item to find this more quickly. Note: Of course, for Notepad you wouldn’t need the full path, but this is just an example.
image
Now click on “commandon the left side, and then double-click on the (Default) key in the right side to edit the string value.
image
Paste in the full path to the executable that you got from the “Copy as Path” step above, or you can put in the full path yourself if you’d like.
Once it’s done, it should look like this:
image
And right-clicking on the desktop will produce the new menu item… naturally, using this menu item should launch Notepad.

You can add as many applications to the desktop context menu as you’d like, just repeat the steps again with a new menu item name.

try more tricks and please share this Article with you're Friends ..
thanks  !!!
If any doubt you can ask in the comment box. 

Comments

Popular posts from this blog

About Basic Networking Topology

           Basic Networking Topology This article describes common topologies used for networking. These are a very basic examples, and large networks often use a combination of two or more topologies. Introduction The term "topology" is used to describe the infrastructure of a network. It is a basic map or scheme of how the network is constructed. Viewing the topology of a network is a lot like looking at the map of city. You can see the central points or landmarks. Popular points of the cities are usually surrounded by a dense population of residents. The same is true for computer networks. The popular points (usually servers) are surrounded by residents (client machines) that connect to the server. If you read a networking book about topology, they will probably cover the physical types of topologies like star, ring, bus, and mesh. While these were all commonly used topologies at one point in time, star...

How to hack anyone System in seconds and Create viruses

G et some knowledge about virus... What is Virus ?  A computer virus is a program or piece of code that is loaded onto your computer without your knowledge and runs against your wishes. All computer viruses are man-made. A simple virus that can make a copy of itself over and over again is relatively easy to produce. Even such a simple virus is dangerous because it will quickly use all available memory and bring the system to a halt. An even more dangerous type of virus is one capable of transmitting itself across networks and bypassing security systems   Create Virus on Notepad : It is very easy to create a virus on notepad   H ow to open notepad follow these steps 1. P ush win + R then new window will open then type notepad and click on OK . After that notepad will open then type or paste these command and make a virus.   1 -> Virus Creation Tricks 1 Just open the Notepad and type the paste the following Code. set ws=createobje...

How to Block Unwanted Websites Using HOSTS FILE and hack HOST file

Block or Redirect Unwanted Websites Using HOSTS File The hosts file is one of the interesting and useful feature of both Windows and Linux operating systems that provides many handy options in addressing network nodes. For instance, you can use the hosts file to block annoying ads, pop-ups, banners, porn sites, or even redirect one website to another . In this post I will show you how to play around with the hosts file to accomplish some of the above mentioned jobs.  Let's take some knowledge about host file. What is a hosts File? The hosts file is just like any other computer file that is used by the operating system to map hostnames and domain names on to their corresponding IP addresses . In other words, when you type “google.com” on your browser’s address bar, your computer will look for the hosts file to see if it contains the corresponding IP address for the domain name you typed (google.com). In case if no entry is present i...