[h1]Replace "Notepad" with "Ultraedit" in Windows 10[/h1]
That is, when you type "notepad(Not notepad.exe)" in Windows 10 menu, try to calling notepad, Windows 10 will find and execute "Ultraedit" for you.
This will help a lot because Windows 10 usually reboot your box after Windows Update and "DID NOT SAVE" your notepad documents at all.
On the other hand, ultraedit did save/backup and recover for you. Ultraedit could revive your unsaved files after a forced software restart.
Here comes the HOWTO:
[h2]Step-1: Find out "notepad shortcut" and open properties[/h2]
(1.1) Press "Windows Key"
(1.2) Key-in "
notepad", you will find notepad shortcut
(1.3) Right click on the notepad shortcut, select "Open File location"
(1.4) File explorer will open to folder contained notepad shortcut (not notepad.exe)
(1.5) Right Click on the notepad shortcut and press Properties(R)
(1.6) You will see properties dialog of this shortcut pop out.
(1.7) Usually, it is likely be "%windir%/system32/notepad.exe" in "Properties -> Target" field.
[h2]Step-2: Find out "ultraedit shortcut" and open properties[/h2]
(2.1) Press "Windows Key"
(2.2) Keyin "
ultraedit", you will find ultraedit shortcut
(2.3) Right click on the ultraedit shortcut, select "Open File location"
(2.4) File explorer will open to folder containted ultraedit shortcut (not uedit32.exe or uedit64.exe)
(2.5) Right Click on the ultraedit shortcut and press Properties(R)
(2.6) You will see properties dialog of this shortcut pop out.
(2.7) Usually, it is likely be "C:\Program Files\IDM Computer Solutions\UltraEdit\uedit64.exe" in "Target" field.
[h2]Step-3: Then, it is simple, just copy the ultraedit target field to notepad shortcut[/h2]
(3.1) Just copy the ultraedit shortcut target field values
代碼:
e.g. "C:\Program Files\IDM Computer Solutions\UltraEdit\uedit64.exe"
(3.2) Then, paste "C:\Program Files\IDM Computer Solutions\UltraEdit\uedit64.exe" to replace notepad shortcut target field "%windir%/system32/notepad.exe"
and press OK.
(3.3) Done, it is simple.
Later, you could type "notepad" again in Windows 10 start menu, you will see it has be replaced, icons as well.
[hr]
Q: What if I still want to run "original notepad.exe"?
Ans: The answer is just easy, just key-in "notepad.exe", with the dot-exe ext filename, since it is located at system32 folder, it was also be indexed anytime.(2016-11-08 12:16)