Skip to content
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

Closed
GamerClassN7 opened this issue Jan 16, 2023 · 8 comments
Closed

Hi 2 questions #5

GamerClassN7 opened this issue Jan 16, 2023 · 8 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers question Further information is requested

Comments

@GamerClassN7
Copy link

  1. I love zour program but is there way to revert changes to original state ?
  2. Just from curiosity how your program exactly works, i noticed there is a middle layiet in terminal or something whitch is shown for few seconds!

Thanks for your amazing work

@BiltuDas1
Copy link
Owner

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.
Q2. It actually change the location of the files of MSEdge so that it stops function, and replace Patched version of edge, or you can say it replace modified version, it takes parameters (in windows/edge format) and redirect it to default browser. Actually the terminal thing is showing cause I complied it into Visual Studio and I choose the subsystem to Console, That's why it showing console. I didn't remove it cause it helps to switch new parameters, or it shows unknown parameters to the user which as passed through msedge.exe

@BiltuDas1 BiltuDas1 added the question Further information is requested label Jan 16, 2023
@GamerClassN7
Copy link
Author

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 :)
Q2 this is actually weary clever nice !

BTW on each reboot i am getting this erro
image

@BiltuDas1
Copy link
Owner

BiltuDas1 commented Jan 17, 2023

Can you show me the debug console, I think the debug console not supposed to be blank.
And I will update all the commands into different markdown file into next release. By the way you can use noedge.exe --help(which is mentioned into the latest release screen) to show what commands are available.

And one question, have you build it from source code?

@BiltuDas1 BiltuDas1 added good first issue Good for newcomers documentation Improvements or additions to documentation labels Jan 17, 2023
@d3aWrVVmn
Copy link

d3aWrVVmn commented Jan 18, 2023

image
i don't know if it's the same one as @GamerClassN7 's, but i got this one every restart
checked startup items and noticed that there's a new item there
image
disabling that stops it from showing up. still curious about why that startup item is made though

@BiltuDas1
Copy link
Owner

image
i don't know if it's the same one as @GamerClassN7 's, but i got this one every restart
checked startup items and noticed that there's a new item there
image
disabling that stops it from showing up. still curious about why that startup item is made though

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.

@BiltuDas1
Copy link
Owner

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.

@BiltuDas1 BiltuDas1 linked a pull request Jan 19, 2023 that will close this issue
@BiltuDas1 BiltuDas1 removed a link to a pull request Jan 19, 2023
@BiltuDas1
Copy link
Owner

@d3aWrVVmn Can you tell me the registry key name so that I can remove it from registry
the registry key might be located under
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
or
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

BiltuDas1 added a commit that referenced this issue Jan 20, 2023
@d3aWrVVmn
Copy link

d3aWrVVmn commented Jan 20, 2023 via email

BiltuDas1 added a commit that referenced this issue Jan 21, 2023
Fixed a bug while msedge.exe executes automatically at startup
continuously
BiltuDas1 added a commit that referenced this issue Jan 21, 2023
which was requested in issue #5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants