終於來了!實測 Windows 10 更新後,安裝使用Bash on Ubuntu on Windows 2016年11月23日 14:26回應 把ubuntu bash加到右鍵選單的登錄碼:跑一些linux程式還滿方便的Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\Directory\Background\shell\bash]@="Ubuntu bash here""icon"="%USERPROFILE%\\AppData\\Local\\lxss\\bash.ico"[HKEY_CLASSES_ROOT\Directory\Background\shell\bash\command]@="cmd.exe /s /k bash "
終於來了!實測 Windows 10 更新後,安裝使用Bash on Ubuntu on Windows
回應
把ubuntu bash加到右鍵選單的登錄碼:
跑一些linux程式還滿方便的
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\bash]
@="Ubuntu bash here"
"icon"="%USERPROFILE%\\AppData\\Local\\lxss\\bash.ico"
[HKEY_CLASSES_ROOT\Directory\Background\shell\bash\command]
@="cmd.exe /s /k bash "