If you're running Win10 here's another option.
Open PowerShell as Administrator and run:
You'll be asked to reboot.
From the windows store install Debian linux.
Start->Debian which will launch a bash shell which will prompt you for a new username&password:
You'll find the generated .conf file at C:\Users\<windowsuserid>AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\home\<linuxuserid>
I use the Windows Subsystem for Linux quite often so I just used it instead of installing python in windows.
Open PowerShell as Administrator and run:
Code:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
From the windows store install Debian linux.
Start->Debian which will launch a bash shell which will prompt you for a new username&password:
Code:
sudo apt update
sudo apt upgrade
sudo apt install -y python3-pip build-essential libssl-dev libffi-dev python3-dev wget
sudo pip3 install requests --upgrade
wget https://raw.githubusercontent.com/ViRb3/cloudflare-warp-wireguard-client/master/wgcf.py
wg genkey | tee privatekey | wg pubkey > publickey
python3 wgcf.py
You'll find the generated .conf file at C:\Users\<windowsuserid>AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\rootfs\home\<linuxuserid>
I use the Windows Subsystem for Linux quite often so I just used it instead of installing python in windows.
Last edited:
