I have a legacy application which works on Windows 7
and Windows 2003 Server
but is not working on 2012 R2
, Getting OS non-compatible error. When I try to capture the procmon
, got to know it executing the WMI
query Select Name from Win32_OperatingSystem
and validates the name property;
- Is it possible to change the name property on
Win32_OperatingSystem
class? on further reading onTechnet
, I got to know its a read only property. - Tried running the application in compatible mode, no luck :(
- Any solution to overcome such a problem.