Activate Windows 10 Subsystem
Control Panel
- Uninstall a Program
- Turn Windows Features on or off
- [check] Windows Subsystem for Linux
- restart
Powershell
$ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
- restart
[Default]
- Ubuntu open in CMD
$ lxrun
$ lxrun /install
$ lxrun /uninstall
$ lxrun /setdefaultuser <userName>
$ lxrun /update
[Optional]
-- open Microsoft Stores
-- Search Run Linux on Windows
1. Ubuntu
2. openSUSE Leap 42
3. SUSE Linux Enterprise Server 12
4. Debian GNU/Linux
5. Kali Linux
Desktop
XFCE
$ apt-get install kali-defaults kali-root-login desktop-base xfce4 xfce4-places-plugin xfce4-goodies
$ apt-get remove xfce4 xfce4-places-plugin xfce4-goodies
KDE
$ apt-get install kali-defaults kali-root-login desktop-base kde-plasma-desktop
$ apt-get install kali-defaults kali-root-login desktop-base kde-plasma-netbook
$ apt-get install kali-defaults kali-root-login desktop-base kde-standard
$ apt-get install kali-defaults kali-root-login desktop-base kde-full
$ apt-get remove kde-plasma-desktop kde-plasma-netbook kde-standard
LXDE
$ apt-get install lxde-core lxde kali-defaults kali-root-login desktop-base
$ apt-get remove lxde-core lxde
GNOME
$ apt-get install gnome-core kali-defaults kali-root-login desktop-base
$ apt-get remove gnome-core
CINNAMON
$ apt-get install kali-defaults kali-root-login desktop-base cinnamon
$ apt-get remove cinnamon
Fix Configuration RDP
$ nano /etc/X11/Xwrapper.config
- Change console
allowed_users=anybody
$ nano /etc/xrdp/sesman.ini
- Change Port
ListenPort=3390
Restart Service
$ service xrdp restart
Open Remote Desktop Connection
Computer: 127.0.0.1:3390
Login with Xvnc use Root (User & Password)