T3 NASM Installation Guide Windows
T3 NASM Installation Guide Windows
on Windows
Step 1: Enable WSL on Windows
1. Open PowerShell as Administrator:
- To start, right-click on the Start button on your desktop.
- From the context menu that appears, choose 'Windows PowerShell (Admin)' or
'Command Prompt (Admin)'.
- This will open a PowerShell window with administrative privileges.
2. Enable WSL:
- In the PowerShell window, type the following command to enable the Windows
Subsystem for Linux (WSL) feature:
```bash
wsl --install
OR
wsl --install -d kali
OR
OR
```
- This command installs WSL and sets up the default Linux distribution on your machine.
- WSL allows you to run Linux distributions natively on your Windows machine without
needing a virtual machine.