NewModernWinver icon indicating copy to clipboard operation
NewModernWinver copied to clipboard

[TIP] Replace winver.exe with ModernWinver

Open FadeMind opened this issue 2 years ago • 8 comments

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

FadeMind avatar Jun 10 '22 13:06 FadeMind

hey, I would like to replace winver with Rectify Winver How would be the process? Can you help me?

Dhyfer1 avatar Oct 05 '22 22:10 Dhyfer1

@FadeMind Will it cause any issues?

ElitePheonix2009 avatar Nov 08 '22 14:11 ElitePheonix2009

No issues.

FadeMind avatar Nov 08 '22 14:11 FadeMind

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 avatar Nov 18 '22 13:11 ElitePheonix2009

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

ElitePheonix2009 avatar Nov 18 '22 13:11 ElitePheonix2009

20221118-1668778926 20221118-1668779001 20221118-1668779014

FadeMind avatar Nov 18 '22 13:11 FadeMind

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

Scarlaid avatar Feb 27 '23 07:02 Scarlaid

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.

Lukoning avatar Aug 24 '23 01:08 Lukoning