1. ຖ້າບໍ່ຢາກໃຊ້ຜ່ານ windows insider program ຫຼື build ເອງຈາກ github repo ຂອງ mircosoft ກະຖ້າຕໍ່ໄປ
2. ຖ້າຢາກໃຊ້ເລີຍດຽວນີ້ກະເຮັດຕາມນີ້
ສິ່ງທີ່ຕ້ອງກຽມ:
1. Windows latest build 18362 or Higher (recommended join windows insider program)
2. Install Ubuntu wsl
1. enable developer mode for windows 10
go to All Settings > Update & Security > For developer ແລ້ວ enable developer mode > restart
2. go to control panel > program & feature > Turn windows feature on or off ແລະເລືອກ windows subsystem for linux ແລ້ວກະ restart
3. ກັບໄປ All settings > Update & security ແລ້ວເປີດ windows insider program ເພື່ອຮັບອັບເດດໃໝ່ຈາກ microsoft ເພາະໂຕນີ້ຈະເຮັດໃຫ້ເຮົາ install windows terminal (preview) ໄດ້
4. ຫຼັງຈາກນັ້ນ install windows terminal, Ubuntu ຫຼື Ubuntu 18.04 ແລ້ວແຕ່ມັກ
5. configure ໃຫ້ windows terminal ສາມາດກົດເພີ່ມ ubuntu ໄດ້ ໂດຍການກົດ setting ແລ້ວເລື່ອນມາຫາ profiles ແລ້ວ duplicate ມາ 1 profile ເພື່ອ custom ຕາມໃຈມັກ
ຕົວຢ່າງ config
"profiles" :
[
{
"acrylicOpacity" : 0.5,
"background" : "#012456",
"closeOnExit" : true,
"colorScheme" : "Campbell",
"commandline" : "powershell.exe",
"cursorColor" : "#FFFFFF",
"cursorShape" : "bar",
"fontFace" : "Consolas",
"fontSize" : 10,
"guid" : "{uuid ທີ່ gen auto ຈາກ windows}",
"historySize" : 9001,
"icon" : "Icon location",
"name" : "Windows PowerShell",
"padding" : "0, 0, 0, 0",
"snapOnInput" : true,
"startingDirectory" : "%USERPROFILE%",
"useAcrylic" : false
},
{
"acrylicOpacity" : 0.75,
"closeOnExit" : true,
"colorScheme" : "Campbell",
"commandline" : "cmd.exe",
"cursorColor" : "#FFFFFF",
"cursorShape" : "bar",
"fontFace" : "Consolas",
"fontSize" : 10,
"guid" : "{uuid ທີ່ gen auto ຈາກ windows}",
"historySize" : 9001,
"icon" : "icon location",
"name" : "cmd",
"padding" : "0, 0, 0, 0",
"snapOnInput" : true,
"startingDirectory" : "%USERPROFILE%",
"useAcrylic" : true
},
{
"acrylicOpacity":0.75,
"closeOnExit":true,
"colorScheme":"Campbell",
"commandline":"wsl.exe -d Ubuntu-18.04",
"cursorColor":"#FFFFFF",
"cursorShape":"bar",
"fontFace":"Consolas",
"fontSize":10,
"guid":"{ໄປ gen uuid ຈາກ ubuntu terminal ທີ່ເຮົາໄດ້ຕິດຕັ້ງໄປແລ້ວ}",
"historySize":9001,
"icon":"C:/terminal_icons/Ubuntu-icon.png",
"name":"Ubuntu",
"padding":"0, 0, 0, 0",
"snapOnInput":true,
"startingDirectory":"%USERPROFILE%",
"useAcrylic":true
},
{
"acrylicOpacity":0.75,
"closeOnExit":true,
"colorScheme":"Campbell",
"commandline":"wsl.exe -d kali-linux",
"cursorColor":"#FFFFFF",
"cursorShape":"bar",
"fontFace":"Consolas",
"fontSize":10,
"guid":"{ໄປ gen uuid ຈາກ ubuntu terminal ທີ່ເຮົາໄດ້ຕິດຕັ້ງໄປແລ້ວ}",
"historySize":9001,
"icon":"C:/terminal_icons/Kali-icon.png",
"name":"Kali",
"padding":"0, 0, 0, 0",
"snapOnInput":true,
"startingDirectory":"%USERPROFILE%",
"useAcrylic":true
}
],