i can get reply in cmd.exe like this:
comand
wmic datafile where name="C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe" get Version /value
reply
Version=110.0.5481.178
but when i use python's subprocess,it will give me just empty reply
anyone has the same question?how to resolve it?