Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

This Application only runs under WinPE or WinRE while exploring in Android Studio

I am facing this issue whenever i try to use "show in explorer" in Android Studio. Every time i try to locate my generated apk or whether try to see my folders in project i get this error *"This Application only runs under WinPE or WinRE"**. Can anyone help me how to fix this. I have Windows 10 Installed and Android Studio version is latest as well. Somebody help me please to fix this error. Regards Here is link to Screenshot. https://i.stack.imgur.com/X646A.png

like image 875
Kevin Thomson Avatar asked Apr 18 '20 07:04

Kevin Thomson


1 Answers

think i found the solution. i don't know is it ok to do this, but it worked for me.

so, you have two explorer.exe in your windows one in C:\Windows\System32 and the other in C:\Windows.

when you want to open the first one it shows

This Application only runs under WinPE or WinRE.

error. but second one is ok and work properly.

so i just copy C:\Windows\explorer.exe to C:\Windows\System32 and replace it.

Note that it's better to keep the original file somewhere in case it cause a problem.

and now it works fine.

hope i helped.

like image 118
Ahmadreza Moodi Avatar answered Nov 15 '22 03:11

Ahmadreza Moodi