From 1cf9005aba054ef61576e8ec3fda8add21a80cb9 Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Fri, 29 Mar 2019 16:43:22 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9ERunWithShell.reg=E2=80=9C=20hinzuf?= =?UTF-8?q?=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RunWithShell.reg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 RunWithShell.reg diff --git a/RunWithShell.reg b/RunWithShell.reg new file mode 100644 index 0000000..0bad8a3 --- /dev/null +++ b/RunWithShell.reg @@ -0,0 +1,18 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CLASSES_ROOT\.sh] +@="Bash.RunWithShell" + +[HKEY_CLASSES_ROOT\Bash.RunWithShell] +@="Shellscript" + +[HKEY_CLASSES_ROOT\Bash.RunWithShell\DefaultIcon] +@="%USERPROFILE%\\AppData\\Local\\lxss\\bash.ico" + +[HKEY_CLASSES_ROOT\Bash.RunWithShell\Shell] + +[HKEY_CLASSES_ROOT\Bash.RunWithShell\Shell\open] +@="Ausführen" + +[HKEY_CLASSES_ROOT\Bash.RunWithShell\Shell\open\command] +@="bash -c \"\\\"$(wslpath '%1')\\\"\""