1. Update driver dulu biar setup nya nanti gak keganggu restart dari sini.
  2. Install chocolatey untuk Package Manager (Optional):
    1. Buka powershell dengan menjalankan sebagai admin
    2. Ketikan Get-ExecutionPolicy, apabila responsenya Restricted. Maka lanjutkan dengan mengetik Set-ExecutionPolicy Bypass -Scope Process
    3. Setelah selesai proses, lalu jalankan Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('[<https://community.chocolatey.org/install.ps1>](<https://community.chocolatey.org/install.ps1>)'))
    4. Untuk mengecek apakah sudah terinstall bisa dengan ketik choco atau choco -?
  3. Setting Windows Features on and off
    1. Checklist Windows HyperVisorPlatform dan Windows Subsystem for Linux
    2. Lalu restart pc
  4. Setup wsl
    1. Buka command prompt, lalu ketikan wsl --install lalu install distro dengan ketik wsl --install -d ubuntu-22.04
    2. Setelah itu restart command prompt, lalu ketikan wsl --update
    3. Lalu buka terminal ubuntu dan masukkan name dan passwordnya
  5. Install Node via NVM
    1. Buka terminal Ubuntu 22.04
    2. sudo apt update
    3. curl -o- [<https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh>](<https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh>)
    4. curl -o- [<https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh>](<https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh>) | bash
    5. source ~/.bashrc
    6. nvm list-remote (untuk liat list version yang tersedia)
    7. nvm install --lts (untuk install versi lts terbaru)
  6. Install Visual Studio Code
    1. https://code.visualstudio.com/download
    2. Install wsl di Visual Studio Code