Skip to content

Instantly share code, notes, and snippets.

View btcdollar's full-sized avatar

Daniel btcdollar

View GitHub Profile
@btcdollar
btcdollar / wsl-kvm.sh
Created May 9, 2024 05:15 — forked from afmiguez/wsl-kvm.sh
Script to enable KVM in WSL2
#Fully based on https://boxofcables.dev/accelerated-kvm-guests-on-wsl-2/
if [ -z "$1" ]
then
echo "Must supply your Windows 10 username"
exit
fi
WIN_USERNAME=$1
#package updates and installations