From cf815701f1d6e1e3790b2087c9608a3a21abf881 Mon Sep 17 00:00:00 2001 From: WhatTheMike Date: Sun, 21 Feb 2021 11:58:49 -0500 Subject: [PATCH] Gotta give credit where credit is due. --- apptweaks/windows/OpenWithRegistryTweak.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apptweaks/windows/OpenWithRegistryTweak.md b/apptweaks/windows/OpenWithRegistryTweak.md index 2bedeb9..5789619 100644 --- a/apptweaks/windows/OpenWithRegistryTweak.md +++ b/apptweaks/windows/OpenWithRegistryTweak.md @@ -10,3 +10,5 @@ This tweak will add whatever item you decide to save to the context menu for all 5. Select the command key and in the right pane right click the default string value and click on modify 6. Enter the path to your executable in double quotes (the quotes aren't strictly necessary unless there's spaces but it doesn't hurt anything) and then %1 surrounded by quotes. If you don't put quotes around the %1 and you attempt to run your command on a file that has spaces in the name or in the path the command will fail and you won't open the file. e.g. "A:\Programs\Notepad2\Notepad2.exe" "%1" for my notepad2 installation. 7. Enjoy! The change will take effect immediately so you don't need to restart explorer or your PC. + +*Instructions taken from [HowToGeek](https://www.howtogeek.com/howto/windows-vista/add-open-with-notepad-to-the-context-menu-for-all-files)*