-
Notifications
You must be signed in to change notification settings - Fork 2
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
Hi 2 questions #5
Comments
Q1. What do you mean by revert? Version Revert or, Restoring Microsoft edge like before. If you were talking about restoration of edge to pervious state so that you want to use msedge then you can open cmd.exe(As Administrator) and execute noedge.exe --recovery, It should show all the backups. |
Q1 it would be wise to write this section to readme and maybe describe to user how it works, since first time your project seemed to mee like some sort of scame and asuerence, by the author taht is is really save did not helped. to that extend that i compiled project my slef to be shure what it does :) |
Can you show me the debug console, I think the debug console not supposed to be blank. And one question, have you build it from source code? |
|
Oh, I see, It doesn't supposed to be into Startup tab, I didn't implemented anything like this, so that it would run as computer start, I think It actually happening cause Windows want to force setup Edge as Default Browser. I have to investigate over it. By the way thanks for the info. |
According to @d3aWrVVmn msedge.exe automatically start at windows, I recently found that it happened cause actual Edge Browser use the technique to speed up browsing speed. Source: https://www.windowscentral.com/how-prevent-loading-microsoft-edge-processes-startup-windows-10 Okey I will implement a feature in future which will disable that automatically for speeding up pc. |
@d3aWrVVmn Can you tell me the registry key name so that I can remove it from registry |
Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
with value name MicrosoftEdgeAutoLaunch_CB8B5207BC9E53A7D4BE95E2273959AD
and value data "C:\Program Files(x86)\Microsoft\Edge\Application\msedge.exe" --no-startup-window--win-session-start/prefetch:5
|
Fixed a bug while msedge.exe executes automatically at startup continuously
Thanks for your amazing work
The text was updated successfully, but these errors were encountered: