-
Notifications
You must be signed in to change notification settings - Fork 822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use Explorer integration with latest Windows 10 build #4061
Comments
This worked for me as well, but then once I re-installed and setup my WSL environment I am unable to do this as well and it is broken. However I managed to get the I will note that I run a startup script as an automated startup task when my system starts to launch ssh and such. I have also observed that doing it this way might cause the 9P share to write files as |
I've noticed the same issue when I have background services running. Not sure if it has anything to do with the automated task that starts them upon login, but I have noticed killing the services restores explorer.exe/9P functionality. |
@xtremeperf - that is a good point. How are you launching the tasks? Task scheduler? Can you share an exported task? |
I can confirm that it does indeed appear to be caused by automated startup tasks or similar. I had a Minecraft server that was set in Task Scheduler to run at startup. I disabled, rebooted, and now the Here's an export of the task for your information:
and contents of CMD file
|
Adding @SvenGroot. |
Looking into this, and it's a bug because the user context of the task is different than that of your interactive session. I'm working on a fix. |
Just to add further info, I'm on 1903 on a Surface Pro 3. I have Ubuntu and Debian running, the Debian one is a fresh new install. In powershell, I can do
EDIT: This post provided the correct workaround for me: #4027 (comment) |
I modified the registry keys mentioned in #4027 (comment) and suddenly (presumably for the reasons listed) explorer based access works for me :) |
I had the same problem today, and the registry key workaround at #4027 (comment) fixed it. Today, I had upgraded to Windows 10 version 2004 (OS Build 19041.329) via Windows Update, followed Microsoft's instructions for WSL 2 (including 'WSL 2 requires an update to its kernel component.'), and installed 'Ubuntu' from the Microsoft Store. |
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request. Thank you! |
Please use the following bug reporting template to help produce issues which are actionable and reproducible, including all command-line steps necessary to induce the failure condition. Please fill out all the fields! Issues with missing or incomplete issue templates will be closed.
If you have a feature request, please post to the UserVoice.
If this is a console issue (a problem with layout, rendering, colors, etc.), please post to the console issue tracker.
Important: Do not open GitHub issues for Windows crashes (BSODs) or security issues. Please direct all Windows crashes and security issues to [email protected]. Ideally, please configure your machine to capture minidumps, repro the issue, and send the minidump from "C:\Windows\minidump".
Please fill out the below information:
ver
at a Windows Command Prompt)Microsoft Windows [Version 10.0.18362.116]
Just updated to latest Windows 10 build and was trying to use
explorer.exe .
from Ubuntu 18.04 start menu. Running this command does not produce any errors but it also doesn't bring up Windows Explorer with the Linux filesystem on it (it doesn't bring up any Windows explorer at all).Also tried with a
dir \\wsl$\Ubuntu
but this gives adir : Cannot find path '\\wsl$\Ubuntu' because it does not exist.
error.Note doing a
explorer.exe .
when in a mounted Windows drive directory (e.g./mnt/c/Users
) does workWindows Explorer should open with the Linux filesystem showing
The text was updated successfully, but these errors were encountered: