-
Notifications
You must be signed in to change notification settings - Fork 339
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
Enter "EfiDSEFix.exe -d" but no response on win10 1909 18363.2158 #75
Comments
I'm not sure what the cause of this would be, but a wild guess is that it has something to do with your Windows being set to Chinese. Which locale/culture are you using? Simplified Chinese (zh-CN)? |
I got this problem too , only the first time I boot my device by this method and the first time I enter the commad "EfiDSEFix.exe -d" it work and I try to enter the commend "EfiDSEFix.exe -e" it just response at all. After that I try to do the process again , and this time even the commad "EfiDSEFix.exe -d" wont work. |
@wawaovo Which version of Windows is this on? Also, which console host (conhost.exe, Windows Terminal, ...) and which shell (cmd.exe, Windows Powershell, Powershell 7, ...) are you using? I can't reproduce this so far so I'll need more info in order to be able to fix this. |
@Mattiwatti Mattiwatti |
@Mattiwatti I use zh-TW windows 10 19045.2946 shell use cmd.exe |
Thanks. I just tested this using Windows 10 and I can't reproduce this here using zh-TW: I'm not sure what to do about this since I can't debug the issue if I can't reproduce it, but here are some more questions:
|
I had the same problem and i figured it out that you need to run cmd as admin and it will work. |
Thanks! You're right, I was able to reproduce this (regardless of UI language - this was a red herring) by enabling UAC. Unfortunately this is not so easy to fix, due to the following:
Because of (1), there is an embedded manifest in Ironically it is the manifest that is causing this issue when UAC is enabled: removing it (or changing its I have some ideas about how to deal with this, but they are not great due to requiring large amounts of code and/or having other undesirable side effects like creating a new console window or waiting for a keypress. While this is a real bug and I'm leaving it open as such, it's still relatively unimportant and I'm not willing to 'fix' it unless I can find something that does not degrade the user experience in other ways. @Mafferis has already given the best workaround which is to simply run |
This was fixed in f04570f, which will be in the v1.4 release. The fix I ended up going with changes the So this is somewhat of a low tech solution, but I think this is ultimately better than the invisible console situation described above. I tried many other approaches to solving this, but all of these had some other issue(s) or regressions in other areas that were not acceptable. Fun fact: Microsoft's own console programs suffer from this too! Try |
Sorry for my poor English, but I have done all things follow video on youtube and I saw the green successful message after launching by uefi when start windows.
https://www.youtube.com/watch?v=_auePp1nTHs
I enter the commad "EfiDSEFix.exe -d" on right folder and also with admin right, but it don't response at all
I don't know what to do next and please help me
The text was updated successfully, but these errors were encountered: