篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Windows 10 WSL Kali远程桌面协议相关的知识,希望对你有一定的参考价值。
# Remote Desktop for Kali Linux under Windows 10 WSL
1. Install Kali linus from the Win10 store.
2. Start Kali linux: ```$ kali```
3. Install [wget]: ```apt-get install wget```
3. Donwload the Kali installation script for [xfce4]: ```$ wget https://kali.shxfce4.sh```
4. Run the script: ```$ sudo sh xfce4.sh```
> This will take some time.
5. Start the remote desktop server: ```$ sudo /etc/init.d/xrdp start```
> By default it will start on port **3390**.
6. Now on Windows, start the Remote Desktop Connection app, and connect to **127.0.0.1:3390**.
7. Done!
以上是关于markdown Windows 10 WSL Kali远程桌面协议的主要内容,如果未能解决你的问题,请参考以下文章