F fbass New Member Messages 4 Reaction score 1 Oct 28, 2025 #1 Can a registry tweak open UWP Notepad instead of Classic Notepad when right-clicking a preset 'Edit XML'?
Can a registry tweak open UWP Notepad instead of Classic Notepad when right-clicking a preset 'Edit XML'?
G garlin Moderator Staff member Messages 8,287 Reaction score 4,035 Oct 28, 2025 #2 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
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
C ChAn New Member Messages 20 Reaction score 3 Nov 4, 2025 #3 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\""
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\""