How to create “Search” shortcut in windows 7

Introduction

In this tutorial we will guide you how to create the search shortcut which opens the search window and you can also pin the shortcut to the taskbar and pin the shortcut to the start menu and here you can move the shortcut wherever you required.

Manual creation of shortcut

• Right click on desktop.



image1

• Click on “New” and select “Shortcut”.


image2

• Paste the following code in the location area and click on “Next” button.

Code:

%SystemRoot%\explorer.exe search-ms:

image3

• Name the shortcut as “Search” or you can also name the shortcut of your choice.


• Click on “Finish” button.

image4

• Right click on “Search” shortcut on desktop and select “Properties”.


image5

• Click on “shortcut” tab.

• Select “Change Icon” button.


image6

• Paste the following code under “Look for icons in this file” and hit enter.

Code:
C:\Windows\System32\imageres.dll


image7

• Now select the icon which is highlighted in blue and click ok.


image8

• Select “Apply”.



image9

• Click ok.

That’s it: now you can view the shortcut on the desktop.

image10


image11