Tired of needing a password for sudo in WSL (Windows Subsystem for Linux)?
I'll show you a way around this!(Don't forget to read the notes on security below!) Start a new WSL session as you usually would.Type sudo EDITOR=nano visudo and hit enterUse your arrow keys to scroll to the end of the fileAppend the following username ALL=(ALL) NOPASSWD:ALL to the end of [...]