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

[TIP] Replace winver.exe with ModernWinver #15

Open
FadeMind opened this issue Jun 10, 2022 · 8 comments
Open

[TIP] Replace winver.exe with ModernWinver #15

FadeMind opened this issue Jun 10, 2022 · 8 comments

Comments

@FadeMind
Copy link

Replace opening winver.exe with NewModernWinver.exe via regfix

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winver.exe]
"Debugger"="C:\\Program Files\\WindowsApps\\14082CryzenTechnologies.ModernWinver_1.1.1.0_x64__6b5yntewjra3r\\NewModernWinver.exe"
"UseFilter"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winver.exe\0]
"AppExecutionAliasRedirect"=dword:00000001
"AppExecutionAliasRedirectPackages"="*"
"FilterFullPath"="NewModernWinver.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winver.exe\1]
"AppExecutionAliasRedirect"=dword:00000001
"AppExecutionAliasRedirectPackages"="*"
"FilterFullPath"="NewModernWinver.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winver.exe\2]
"AppExecutionAliasRedirect"=dword:00000001
"AppExecutionAliasRedirectPackages"="*"
"FilterFullPath"="NewModernWinver.exe"

save 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

@Dhyfer1

This comment was marked as off-topic.

@ElitePheonix2009
Copy link

ElitePheonix2009 commented Nov 8, 2022

@FadeMind Will it cause any issues?

@FadeMind
Copy link
Author

FadeMind commented Nov 8, 2022

No issues.

@ElitePheonix2009
Copy link

I have saved it as fix.reg, ran it and then restarted, but now it's not launching using winver. I get this error.

image

@FadeMind Pls tell how to fix it. Meanwhile rolling back the changes.

@ElitePheonix2009
Copy link

It's opening like normal after running the rollback command in cmd (admin).

@FadeMind
Copy link
Author

20221118-1668778926
20221118-1668779001
20221118-1668779014

@Scarlaid
Copy link

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

@Lukoning
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants