Notepad durch Notepad2 unter Windows XP ersetzen

Da ich Notepad2 als Notepad-Ersatz am Besten finde, möchte ich euch zeigen wie ihr Notepad mit Notepad2 ersetzt, denn so einfach ist das garnicht, da Windows immer wieder den ursprünglichen Notepad-Stand herstellt.

Ladet euch Notepad2 herunter und entpackt es in einem Ordner. In diesem Ordner, wo auch die notepad2.exe nach dem Entpacken liegt, erstellt ihr euch eine Bat-Datei z.B. “install.bat”. In diese Datei fügt ihr folgendes ein:

copy /y notepad.exe “%windir%\system32\dllcache\notepad.exe”
copy /y notepad.exe “%windir%\system32\notepad.exe”
copy /y notepad.exe “%windir%\notepad.exe”
copy /y notepad.exe “%windir%\$NtServicePackUninstall$\notepad.exe”
copy /y notepad.exe “%windir%\LastGood\notepad.exe”
copy /y notepad.exe “%windir%\LastGood\system32\notepad.exe”
copy /y notepad.exe “%windir%\ServicePackFiles\i386\notepad.exe”

Und zum Schluss benennt ihr die “notepad2.exe” in “notepad.exe” um, und führt dann die “install.bat” aus.

6 Antworten zu “Notepad durch Notepad2 unter Windows XP ersetzen”

  1. jojo sagt:

    Ist das unter Vista genau so?

  2. Andreas sagt:

    schade bei mir will es einfach nicht unter Vista laufen:(

  3. November 2007 sagt:

    Bei mir auch nicht, naja XP :D

  4. Jim Brown sagt:

    Funzt prima - THX. Die Anführungsstriche sind oben formatiert. Muss man erst überscheiben…

  5. Lars sagt:

    wuste gar nicht das es eine notepad2 gibt, ist das auch unter vista möglich.

  6. Tobias sagt:

    funktioniert einwandfrei, wenn man die Anführungszeichen neu hinzufügt. Danke :)

Hinterlasse eine Antwort