-
Notifications
You must be signed in to change notification settings - Fork 17
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
[TIP] Replace winver.exe with ModernWinver #15
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
@FadeMind Will it cause any issues? |
No issues. |
I have saved it as fix.reg, ran it and then restarted, but now it's not launching using winver. I get this error. @FadeMind Pls tell how to fix it. Meanwhile rolling back the changes. |
It's opening like normal after running the rollback command in cmd (admin). |
used this, the application launch but it's giving me an error about missing DLLs, specifically SharedLibrary and mrt100_app NET Framework is on the latest version |
It seems that starting any program directly from the WindowsApps folder will fail. I encountered the same error. |
Replace opening
winver.exe
withNewModernWinver.exe
via regfixsave as
fix.reg
and launch. Add entries to registry.Now after launch
winver
will open new modern WinVer instead of legacy popup from Windows.Rollback changes:
reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winver.exe" /f
The text was updated successfully, but these errors were encountered: