Windows context menu Turkish
-
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID{B298D29A-A6ED-11DE-BA8C-A68E55D89593}]
@=“ANotepad++64”[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID{B298D29A-A6ED-11DE-BA8C-A68E55D89593}\InprocServer32]
@=“E:\Program Files\Notepad++\NppShell_06.dll”
“ThreadingModel”=“Apartment”[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID{B298D29A-A6ED-11DE-BA8C-A68E55D89593}\Settings]
“Title”=“&Notepad++ ile düzenle”
“Path”=“E:\Program Files\Notepad++\notepad++.exe”
“Custom”=“”
“ShowIcon”=dword:00000001
“Dynamic”=dword:00000001
“Maxtext”=dword:00000019, Save the fix.reg file
, merge
, fix.reg olarak kaydedin.
, Kayıt defteri ile birleştirin. -
NppShell_06.dll
Place the file NppShell_06.dll in the directory in which the notepad ++.exe file is located.Edit the shortcuts.xml file
<Command name="Add Notepad++ to the context menu" Ctrl="no" Alt="no" Shift="no" Key="0">regsvr32 /s /i NppShell_06.dll</Command> <Command name="Remove Notepad++ from the context menu" Ctrl="no" Alt="no" Shift="no" Key="0">regsvr32 /u NppShell_06.dll /s</Command> </UserDefinedCommands> <PluginCommands /> <ScintillaKeys /> </NotepadPlus>
In the Run menu, there are commands for adding and removing this item in the context menu. (If you add, you can edit this entry) And you do not need to go to the registry editor!
-
Edit the entry in the context menu in any language!
-
Here is my registry file for adding an item to the context menu, the paths to the files naturally do not coincide with your paths (but this must be fixed). But note that I have a double slash in my file paths!
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{B298D29A-A6ED-11DE-BA8C-A68E55D89593}] @="ANotepad++64" [HKEY_CLASSES_ROOT\CLSID\{B298D29A-A6ED-11DE-BA8C-A68E55D89593}\InprocServer32] @="C:\\Users\\Uzeer\\Desktop\\npp.7.6.6\\x64\\NppShell_06.dll" "ThreadingModel"="Apartment" [HKEY_CLASSES_ROOT\CLSID\{B298D29A-A6ED-11DE-BA8C-A68E55D89593}\Settings] "Title"="Edit with &Notepad++" "Path"="C:\\Users\\Uzeer\\Desktop\\npp.7.6.6\\x64\\notepad++.exe" "Custom"="" "ShowIcon"=dword:00000001 "Dynamic"=dword:00000001 "Maxtext"=dword:00000019