Skip to main content

How to customise your start button

First you need a tool called "Resource Hacker". This free program allows you to change resources in any .exe file such as "Explorer.exe", which includes the [Start] button's Label. You can visit Download.com and search there for "Resource Hacker".
After you download it, follow the guide here:

Step 1:
A - Run "Resource Hacker" and open the file "%windir%\Explorer.exe".
B - You see a Tree of all Resources in this file, expand the "String Table"
C - Find the "start" and replace it with your own text. then press the [Compile Script] button.
D - Save "Explorer.exe" as "MyStart.exe" DONT save it as Explorer.exe, do "save as.." and give it a new name.
E - Quit "Resource Hacker".
Step 2:
A - Click on the [Start] button and choose the "Run..." item from the start menu. (Or use the shortcut key WinKey+R)
B - Type "RegEdit" in the Run "Dialog Box". And then press the [Ok] buton to run the "Registry Editor" program.
C - Go to: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon" and find the "Shell" property.
D - Replace value of the "Shell" property to "MyStart.exe".
E - Quit "Registry Editor".
F - Restart your system.

Note about Registry Editor: if you did not find the key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon", you can search the Registry for the "Explorer.exe", to do this use the Edit Menu | Find Next (Ctrl+F).

Now you done... enjoy :)

Comments

Popular posts from this blog

How To Find The IP Address Of A Website

In many IT trickz and hack, We need to know the IP ( Internet Protocol ) address of the Website. Like if the website is blocked in the System then we can access it if we own the IP address of that website. But the Question arises that.. How to Find the IP Address of  Website ? Step 1 : Open Command Prompt. ( Go to Run and type cmd and hit Enter )

How To Skip Ads In adf.ly On Opera Mini ( Mobile )

More then 60% user on internet use the internet through there mobile. And many time when we want to download something, we have to skip the adf.ly's ads. But the ads won't load in opera mini. So there is an easy trick to skip adf.ly's ads in opera mini. Step 1 : Open the page. Step 2 : Enter the java script in address bar. And hit enter/go. javascript:refresh   Step 3 : Click on Skip Ad . And the desired page will open.   Step 4 : Access your desired Webpage :)    CLICK HERE to try the Trick.

ENABLE RIGHT CLICK ON RIGHT CLICK DISABLED SITES

ENABLE RIGHT CLICK ON RIGHT CLICK DISABLED SITES ------------------------------------------- Several web sites turn off the ability of right-click on there pages. Web administrators are using this to protecting their web pages from unauthorized copying. This is very common in past, but still there are lots of sites using this to protect copying there content by others. They use simple JavaScript to disable the ability of right-clicking on there web pages. Here I’m going to show you a very simple way to turn this function ON. When ever you visiting offending website type the code in red below in the browser URL bar, with the most cases this will work perfectly and enable you to write click on any web page and do what ever you want. “ jav ascript:void- (document. oncontext men u=null ) "