/notepad-plus-plus-over-notepad

A Powershell Script that replaces notepad with notepad++ for the default editor.

Primary LanguagePowerShell

Notepad++ Over Notepad

A Powershell Script that replaces notepad with notepad++ for the default editor.

  1. Download and install Notepad++.
  2. Open a PowerShell console in Administrator mode. You can find the PowerShell console by clicking on the start button and typing powershell then ctrl-shift-enter.
  3. From within the console, navigate to the folder containing the script.
  4. Make sure your computer can run scripts by setting a proper Execution Policy. You'll need to briefly read up on execution policys on MS TechNet. I recommend RemoteSigned.
  5. Lastly, run the script!

You can use the same instructions to undo the install with the undo script.!

Notice of Original Author

The original author is Bob Hodges. The original release is on his blog. I have put this here for convience and for future updating.