Skip to main content

How to replace notepad.exe with notepad2.exe

Update: The Setup installer of the latest Notepad2 will automatically replace the Windows Notepad. Also, the method of replacement is very different for Windows 7, compared to what is described below. Instead of actually replacing the Windows Notepad, a registry hack simply redirects all Notepad requests to Notepad2. The Setup installer uses this registry hack. I am unable to determine if the setup does a replacement in Windows XP as well.

Original Post:
I searched the Internet on information on how to do that, and I found this nice page: Click here to see it.

But both the methods didn't work in my Windows installation, as the file protection dialog box was NEVER appearing. Windows was automatically replacing Notepad2 with the original Notepad without any warning or question. Then I worked around another method. Call it Method 3 if you will.

NOTE: These instructions apply to Windows XP Service Pack 2 only! My Windows installation is the Tablet PC Edition.

Download Notepad2 and extract it into a temporary folder.
Close all open windows of Notepad.
Go to My Computer and open C: Drive.
Go to Tools > Folder Options in the menu bar.
Go to View tab.
Under "Hidden files and folders", select "Show hidden files and folders".
Uncheck "Hide extensions for known file types" and "Hide protected operating system files".
Click OK.
Now you should see a new folder in C drive, called i386. Open it.
Rename NOTEPAD.EX_ to NOTEPAD.EX$
Go back to the temporary folder you have Notepad2 in.
Make a copy of Notepad2.exe and rename it to NOTEPAD.EX_
Copy this to C:\i386
Now go to C:\WINDOWS\system32
Rename notepad.exe to notepad.ex$
Make another copy of Notepad2.exe in the temporary folder, and rename it to notepad.exe
Now copy this to C:\WINDOWS\system32
Wait a few seconds to see if it is automatically replaced.
Now it shouldn't be so. If it does get replaced, then try this below. Otherwise go to FINAL STEPS.

Open Notepad and paste the following in it:


copy /Y "notepad.exe" "C:\WINDOWS\"
copy /Y "notepad.exe" "C:\WINDOWS\system32\dllcache\"
copy /Y "notepad.exe" "C:\WINDOWS\system32\"

Save it as "np.bat" in the temporary folder having Notepad2 (Make sure the "Save as type" is selected as "All files".
IMPORTANT: Close Notepad, and all open windows of Notepad.
Now go to the temporary folder and double click np.bat
This should work.
Now do the final steps below.

FINAL STEPS:
Go to Tools > Folder Options > View.
Reverse all the changes you had done previously.
Click OK.
Run Notepad by clicking Start > All Programs > Accessories > Notepad.
Is it still the original Notepad, or is it the better-than-the-best Notepad2?

Comments

Popular posts from this blog

Disable auto save in JetBrains IDE software (IntelliJ IDEA, PyCharm, PhpStorm)

JetBrains provides the following IDE software: IntelliJ IDEA PhpStorm PyCharm RubyMine WebStorm AppCode CLion Google also provides Android Studio which is powered by the IntelliJ platform. If you come from a different IDE such as Eclipse, you will be unpleasantly surprised to find that JetBrains-branded IDEs automatically save everything the moment you look away. The proponents argue that as you work on your project, you should not have to worry about saving files. But to others, this auto-save behavior which is enabled by default is a curse that catches them by surprise, and a shocking departure from the workflow they are very much used to. You can change the behavior by altering some settings.

Make Samsung DVD-C350 region-free

Update 2: An anonymous commentator has shown me a way to make Region 1 players (such as DVD-H1080R) region-free by first converting it to Region 3, then applying my region-free hack below. For details, click here or look for a comment by an Anonymous user dated 18 April 2011. Update: The instructions in the original post below did not make the DVD player region-free. Instead it only locked it to region 1. Many thanks to Anonymous who posted the first comment on this post, I now have alternate instructions. Note: If you have edited the numbers menu (see original post) , I suggest you return it to the original settings you had backed up. A modified numbers menu may prevent the instructions below from working properly.

Group, Ungroup and Regroup disabled in Word

I was editing a Microsoft Word document which had a collection of shapes and text boxes grouped together. I wanted to modify some of the shapes, and therefore I had to ungroup them. But when I right-click the group and open the Group menu, all three options namely Group, Ungroup and Regroup are completely disabled or grayed out. I couldn’t figure out what’s wrong. This group of objects is perfectly ungroupable, and I can even select objects within the group. However, Microsoft Word 2007 is not letting me ungroup it. I searched the Internet for a solution, but did not find anything very useful. The closest I came across is this statement: “The type of Text Wrapping doesn't make any difference as long as it isn't In Line with Text.” ( Link here ) Anyway, I changed the text wrapping of the group of objects from ‘In line with Text’ to ‘Tight’ and viola! I could now ungroup it and edit it. The document got a bit messed up when I did so, but after I ungrouped, edited and regro