Installing Kali linux on Windows 10 Via The App store
У вашего броузера проблема в совместимости с HTML5
Getting Kali Linux Installed on WSL
Here’s a quick description of the setup and installation process. For an easier copy / paste operation, these are the basic steps taken:
1. Update your Windows 10 machine. Open an administrative PowerShell window and install the Windows Subsystem with this one-liner. A reboot will be required once finished.
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
2. Once rebooted, open the Windows App store and search for the “Kali Linux” application, or alternatively click here to go there directly. Install the app and enjoy Kali!
Updating Kali Linux on WSL
Updating Kali Linux on WSL is no different from any other instance of Kali:
apt-get update
apt-get dist-upgrade