How do I restrict drive access from Windows Subsystem for Linux WSL with Ubuntu

Paste Content

 sudo nano /etc/wsl.conf

[automount]
enabled=false

[interop]
enabled=false
appendWindowsPath=false

Comments

No comments yet.