Vishal Timbadiya

Results 4 comments of Vishal Timbadiya

i have the same issue and i have set Set VAGRANT_WSL_ENABLE_WINDOWS_ACCESS variable to "1" Set PATH variable to export PATH="$PATH:/mnt/c/Program Files/Oracle/VirtualBox" but not luck

@javelwill No it still has the issue ,but the root cause is security software, which blocks the sub process Lunch. Tested in another machine where it worked

This is working after `export VAGRANT_DEFAULT_PROVIDER="virtualbox"` Thanks @Gjovani

@abh80 try this ``` add this :WSLInterop:M::MZ::/init:PF to /usr/lib/binfmt.d/WSLInterop.conf sudo systemctl restart systemd-binfmt sudo apt update sudo apt install binfmt-support sudo ls -Fal /proc/sys/fs/binfmt_misc ```