[Bug 41559] (winecfg) Add ability to change windows version via command line

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jul 13 02:25:43 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=41559

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net

--- Comment #7 from Anastasius Focht <focht at gmx.net> ---
Hello Austin,

--- quote ---
A way to query winecfg to print the current windows version would be nice for
winetricks (rather than having to parse the registry or using autohotkey).
--- quote ---

this would make sense if one decides to add some 'set winver "<caption>"'
command to 'winecfg' to make it symmetrical.

If it's only for the query capability I suggest to consider enhancing the
Windows builtin methods/tools, avoiding Wine-proprietary interface.

https://www.windows-commandline.com/find-windows-os-version-from-command/

--- snip ---
$ wmic os get buildnumber,caption,CSDVersion /format:csv 
--- snip ---

--- snip ---
$ systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
--- snip ---

$ wine --version
wine-4.12.1

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list