Sunday, March 17, 2013

Remove Older Notepad And Inject Latest Version Notepad2 in Windows 7

Leave a Comment
It’s the time to say good bye Notepad and welcome Notepad2.The Notepad2 comes with some integrated features, attractive look and other additional capabilities

But replacing the older notepad with Notepad2 in Windows7 may require some tricks. I’ve tried some process and found one which works properly as well as it works generally for all. The article written below describes in details how to remove the older notepad and inject the newer version Notepad2 in Windows 7.

notepad-2

The procedure

Step 1: At first you need to get the latest version of Notepad2. Download the zipped file from
http://adf.ly/LQ2ah
When downloading from that link be sure that you are downloading the appropriate version of notepad2. I mean if your Windows 7 is of 64 bit then you have to download x64 version under ”Other Modified Versions of Notepad2”. If you are sure that you’ve downloaded the exact version that you require then you can proceed to next step.
Step 2: Extract the zipped file in any folder, any where in your computer.
Step 3: Now open notepad or any other text editor. Copy one of the following texts :
For 32-bit users :
:: Batch command for Windows 7 32 bit
:: Perform this Only after turning off the User Account Control And then after restarting your PC
@echo off
PAUSE
takeown /f c:\windows\system32\notepad.exe
cacls c:\windows\system32\notepad.exe /G Administrators:F
takeown /f c:\windows\notepad.exe
cacls c:\windows\notepad.exe /G Administrators:F
copy c:\windows\system32\notepad.exe c:\windows\system32\notepad.exe.backup
copy c:\windows\notepad.exe c:\windows\notepad.exe.backup
copy notepad2.exe c:\windows\system32\notepad.exe
copy notepad2.exe c:\windows\notepad.exe
@echo on
For 64-bit users :
:: Batch command for Windows 7 64-bit
:: Perform this Only after turning off the User Account Control And then after restarting your PC
@echo off
PAUSE
takeown /f c:\windows\syswow64\notepad.exe
cacls c:\windows\syswow64\notepad.exe /G Administrators:F
takeown /f c:\windows\system32\notepad.exe
cacls c:\windows\system32\notepad.exe /G Administrators:F
takeown /f c:\windows\notepad.exe
cacls c:\windows\notepad.exe /G Administrators:F
copy c:\windows\syswow64\notepad.exe c:\windows\syswow64\notepad.exe.backup
copy c:\windows\system32\notepad.exe c:\windows\system32\notepad.exe.backup
copy c:\windows\notepad.exe c:\windows\notepad.exe.backup
copy notepad2.exe c:\windows\syswow64\notepad.exe
copy notepad2.exe c:\windows\system32\notepad.exe
copy notepad2.exe c:\windows\notepad.exe
@echo on
After choosing the perfect one paste it in the notepad or in the text editor and then Save As activate.BAT in the same folder where you have extracted the downloaded zipped file. You can give any name of the file but the extension must be “BAT”.

extract-the-zipped-file

Step 3: Type “uac” in the search box under the start menu and hit “enter”. Now under the User Account Control Settings window drag the slider to the lower most point and then click “OK”. Don’t worry, after completion of your task you can restore your previous settings. Now restart the computer.

user-account-control-setting

Step 4: Open the folder where you have extracted the zipped file and saved the batch file activate.bat, right click on it and chose “Run as administrator”.

run-as-administrator 
The command prompt will appear. It will give a couple of warning message . Just press any key to proceed. If everything is OK then it will show “Success” and ask for the question “Are you sure?”, type ‘y’ and press enter. You will have to repeat the same again. You may watch this type of command executions.


command-prompt-monitoring 
After completion of the procedure the command prompt window will vanish automatically.That’s all you have done and the old notepad has been replaced with the latest version of notepad2.
Feel free to put your questions in the comment form.

0 comments:

Post a Comment