I am using Windows 10 64 bit, when I choose show in explorer in my project I got this error,
" This application only runs under WinPE or WinRE "
How can I browse my projects?
I am using Windows 10 64 bit, when I choose show in explorer in my project I got this error,
" This application only runs under WinPE or WinRE "
How can I browse my projects?
This is going to be a piss poor answer but I thought I'd share anyway. Apparently there are two copies of explorer.exe
in $PATH by default. One is in C:\Windows\System32
and the other in C:\Windows
. For me, for reasons I can't explain, the former is broken. Trying to start it results in the error message you showed. The latter, however, works fine.
Since the former copy is earlier in path it is what will be started by any program that tries to run explorer. I can think of a couple of possible terrible fixes for the time being.
C:\Windows
ahead of C:\Windows\System32
in path. Ultra extremely not recommended.C:\Windows
to some other directory and put that directory ahead of C:\Windows\System32
in path.Option 3 is the only semi-reasonable one.