├── INSTALL.md ├── README.md ├── doc ├── DAILY.md └── TODO.md ├── linux ├── crontab.root ├── wsl-boot.sh └── wsl.conf └── windows ├── .bash_profile ├── .wslconfig ├── HnsEx.ps1 ├── VpnEx.ps1 ├── wsl-boot-task.bat ├── wsl-boot.bat └── wsl-boot.ps1 /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocroz/wsl2-boot/HEAD/INSTALL.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocroz/wsl2-boot/HEAD/README.md -------------------------------------------------------------------------------- /doc/DAILY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocroz/wsl2-boot/HEAD/doc/DAILY.md -------------------------------------------------------------------------------- /doc/TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocroz/wsl2-boot/HEAD/doc/TODO.md -------------------------------------------------------------------------------- /linux/crontab.root: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocroz/wsl2-boot/HEAD/linux/crontab.root -------------------------------------------------------------------------------- /linux/wsl-boot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocroz/wsl2-boot/HEAD/linux/wsl-boot.sh -------------------------------------------------------------------------------- /linux/wsl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocroz/wsl2-boot/HEAD/linux/wsl.conf -------------------------------------------------------------------------------- /windows/.bash_profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocroz/wsl2-boot/HEAD/windows/.bash_profile -------------------------------------------------------------------------------- /windows/.wslconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocroz/wsl2-boot/HEAD/windows/.wslconfig -------------------------------------------------------------------------------- /windows/HnsEx.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocroz/wsl2-boot/HEAD/windows/HnsEx.ps1 -------------------------------------------------------------------------------- /windows/VpnEx.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocroz/wsl2-boot/HEAD/windows/VpnEx.ps1 -------------------------------------------------------------------------------- /windows/wsl-boot-task.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocroz/wsl2-boot/HEAD/windows/wsl-boot-task.bat -------------------------------------------------------------------------------- /windows/wsl-boot.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocroz/wsl2-boot/HEAD/windows/wsl-boot.bat -------------------------------------------------------------------------------- /windows/wsl-boot.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ocroz/wsl2-boot/HEAD/windows/wsl-boot.ps1 --------------------------------------------------------------------------------