Edit XML

fbass

New Member
Messages
4
Reaction score
1
Can a registry tweak open UWP Notepad instead of Classic Notepad when right-clicking a preset 'Edit XML'?
 
I presume you want a new feature for NTLite to launch your choice of a XML editor?

In the short run, you can highlight a XML file in File Explorer and change the default app.
Open with > Choose another app > Notepad ... Always
 
shuld say
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\xmlfile\shell\edit\command]
@="explorer.exe shell:appsfolder\\Microsoft.WindowsNotepad_8wekyb3d8bbwe!Notepad \"%1\""


this will reset back to normal notepad

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\xmlfile\shell\edit\command]
@="\"%SystemRoot%\\system32\\NOTEPAD.EXE\" \"%1\""
 
Back
Top