diff --git a/README.md b/README.md index ae28b2e45e..53416389c7 100644 --- a/README.md +++ b/README.md @@ -366,6 +366,13 @@ disable the WIN32 interop feature: sudo sh -c "echo -1 > /proc/sys/fs/binfmt_misc/WSLInterop" ``` +In Windows 11 with WSL 2 the location of the interop flag has changed, as such +the following command be required instead/additionally: + +```sh +sudo sh -c "echo -1 > /proc/sys/fs/binfmt_misc/WSLInterop-late" +``` + In the instance of getting a `Permission Denied` on disabling interop through CLI, it can be permanently disabled by adding the following in `/etc/wsl.conf`