powershell递归删除文件
如何判断windows版本?

windows命令查看软件安装情况

妙音 posted @ 2017年4月09日 14:07 in windows with tags powershell windows , 2378 阅读
在windows上,可以通过控制面板,查看软件安装情况。那么除此之外还有其它方法吗?
 
  • powershell命令
PS C:\Users\wyq> Get-WmiObject -class Win32_Product |Select-Object -Property name,version

name                                                                                                 version
----                                                                                                 -------
Microsoft Visual C++ Compiler Package for Python 2.7                                                 9.0.1.30729
Microsoft .NET Framework 4.5.1 Multi-Targeting Pack                                                  4.5.50932
Microsoft Visual C++  x64-x86 Cross Compilers - CHS Resources                                        12.0.21005
Microsoft SQL Server 2012 T-SQL Language Service                                                     11.1.3000.0
....
 
Avatar_small
celebsagewiki 说:
2024年3月19日 17:14

Are you a celebrity? If you are, you will find your name and information on Are you a celebrity? If you are, you will find your name and information on famous celebrities - the database which is open for everyone.


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter