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')\\\"\""