Starting with the Windows 10 "Anniversary" update (version 1607), you can start the Ubuntu subsystem directly from Windows by enabling the Developer Mode feature.
To enable developer mode, go to Start> Settings and type โUse Developer Featuresโ in the search field to find the option. In your left hand you will see the tab "For Developers". On this tab, you will see a radio window to enable developer mode.
After the developer mode is enabled, you can enable the Linux subsystem function. To do this, go to Control Panel> Programs> Enable or Disable Windows Features> and check the box "Windows Subsystem for Linux (beta)
)
Now, instead of using Cygwin or a console emulator, you can run tmux via bash in the Ubuntu subsystem directly from Windows via the traditional apt package ( sudo apt-get install tmux ).
Brandon Clapp Sep 16 '16 at 19:15 2016-09-16 19:15
source share