Skip to main content

How to install Notepad2 and replace Windows Notepad

Update: The Setup installer of the latest Notepad2 will automatically replace the Windows Notepad using the registry hack described below. It will also install Notepad2 to C:\Program Files\Notepad2 or an appropriate folder.

Original Post:
This has been tested in Windows 7 64-bit edition, however should work in other versions and 32-bit editions as well.

In the days of Windows 2000, it was easy to replace "notepad.exe" with your own custom version of Notepad, such as the light-weight but powerful Notepad2. Simply find the file and overwrite.

But with Windows XP and later versions, a new feature called "Windows File Protection" prevents you from doing so.

However, you can now replace Notepad system-wide without even touching the original "notepad.exe" using a simple registry hack.


  1. Download Notepad2 (either 32-bit or 64-bit depending on your system). The original version will work fine. There is no need for any hacked versions such as this.
  2. Extract the downloaded archive into an empty folder. This folder should now contain Notepad2.exe and other supporting files.
  3. "Install" Notepad2 by simply copying the folder containing extracted files into "C:\Program Files" (This is not necessary but helps keep your system organized by keeping software in the Program Files folder.)
  4. Start Registry Editor by clicking the Start button and typing in "regedit".
  5. Navigate to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options"
  6. Right-click this folder and create a new key called "notepad.exe" (no quotes)
  7. Inside this new folder, create a new string value (REG_SZ) called "Debugger" (no quotes)
  8. Paste the full path of the new Notepad2.exe file with quotes, and add "/z" at the end. An example would be: --- "C:\Program Files\Notepad2\Notepad2.exe" /z --- but remember that your folder might be different (you can rename the folder).
  9. That's it! Test by running Notepad from the Start Menu and/or double-clicking some TXT files in Windows Explorer.
Enjoy!

    Comments

    1. Evil Tip: Try using this registry hack as a prank! For example, make Windows start WordPad when the user tries to run Microsoft Word.

      ReplyDelete

    Post a Comment

    Comments are moderated, and are usually posted within 24 hours if approved. You must have a minimum of OpenID to post comments.

    Popular posts from this blog

    Can't exit Toddler Lock on Android phone

    Toddler Lock will lock your Android phone completely so you can give it to a baby or toddler to play with. The only danger from the kid is that it may throw your phone and break it. But other than that, the kid will not be able to damage the phone by unlocking it and messing with what's inside. Here's the problem. The security of Toddler Lock is so tight that it would seem the only way to exit out of the app is to tap four corners of screen in a clockwise direction. (Note that you have to tap the four corners one after the other. Tap any corner, remove your finger, tag next corner in CW direction, remove your finger, and so on. Some people seem to think you need to hold all corners simultaneously which is wrong.) You may think a restart may also unlock it but even pulling out the battery for minutes (or perhaps hours) will not help. You will be stuck in Toddler Lock no matter what. This is fine until my screen started having problems. Two of the four corners I had to touch...

    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...