I think this might be possible with WSL2, which is more of a VM type instance, but WSL1 has issues with kernel modules and some networking stuff due to how it integrates with Windows
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I've read that systemd-homed can do encrypted home directories but I haven't tried it, much less on WSL but that may get you to achieve the encrypted home directory at least.
Personally I don't think I would have a need to encrypt all of WSL, but maybe that also makes sense for your case.
ArchWiki example: https://wiki.archlinux.org/title/Systemd-homed
Would it not be encrypted if you just encrypt your windows drive with bitlocker? Seems kinda redundant to double encrypt to me
Yes.
You'll just boot up into a blank home folder and a completely uncustomized bash (or whatever your default shell is).
After mounting you'll have to restart your shell or source your .${SHELL}rc
Ok, so via LUKS. Thanks