https://bugs.winehq.org/show_bug.cgi?id=51871 Louis Lenders <xerox.xerox2000x(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |2243229043b9af45376e27df55a | |3fa279590a9b4 Status|NEW |RESOLVED --- Comment #6 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- (In reply to winetest from comment #5)
a patch related to this bug was merged so is this fixed now?
yes. this is fixed by 2243229043b9af45376e27df55a3fa279590a9b4 Thanks Hans (again)! Just for documentation, in case an app in future might depend on real values for system prop "__Derivation": I ran the script on my windows-laptop in Powershell 7 (Core) and also tested in "real" powershell 5.1 (without script as powershell 5.1 does have Get-WMIObject). It then yields in both cases same output: Powershell 7: $(Get-WmiCustom win32_operatingsystem).__DERIVATION CIM_OperatingSystem CIM_LogicalElement CIM_ManagedSystemElement Powershell 5.1: $(Get-WMIObject win32_operatingsystem).__DERIVATION CIM_OperatingSystem CIM_LogicalElement CIM_ManagedSystemElement -- 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.