windows install service
C:\Windows\System32\WindowsPowerShell\v1.0\Modules\wireguard\wireguard.psm1
to private
reboot 하고나서
admin
windows
How to Setup Wireguard VPN Server On Windows - Henry's Portal
This tutorial goes through the process of setting up a Wireguard server on Windows. Most Wireguard tutorials on the internet only give you the choice of hosting a server in a Linux environment. However, it is very possible to setup a windows server.
https://www.henrychang.ca/how-to-setup-wireguard-vpn-server-on-windows/

PowerShell says "execution of scripts is disabled on this system."
Asked I am trying to run a cmd file that calls a PowerShell script from cmd.exe, but I am getting this error: Management_Install.ps1 cannot be loaded because the execution of scripts is disabled on this system. I ran this command: Set-ExecutionPolicy -ExecutionPolicy Unrestricted When I run Get-ExecutionPolicy from PowerShell, it returns Unrestricted.
https://stackoverflow.com/questions/4037939/powershell-says-execution-of-scripts-is-disabled-on-this-system
wsl2
Installing WireGuard in WSL 2
There's been a lot of buzz about WireGuard recently, primarily because of it getting merged into the Linux Kernel for 5.6. So much so that even my friends started reaching out: So I decided to take a look. I primarily run Windows, but most of my ork is in Linux, therefore I spend a lot of time in WSL 2.
https://centerorbit.medium.com/installing-wireguard-in-wsl-2-dd676520cb21

WSL 2 does not have /lib/modules/
I have the source code of a hello world kernel module that works in Ubuntu 20 in a laptop. Now I am trying to compile the same code in Ubuntu 20 but inside WSL2. For that I am using this: make -C /...
https://unix.stackexchange.com/questions/594470/wsl-2-does-not-have-lib-modules

