windows6.0-kb9630-x86这个是什么补丁

发布网友 发布时间:2022-04-23 17:29

我来回答

2个回答

热心网友 时间:2023-08-29 01:27

此补丁是 Windows Management Framework Core 程序包

Windows Management Framework Core 程序包为 IT 专业人员提供已更新的管理功能。此程序包包括以下组件:Windows PowerShell 2.0 和 Windows Remote Management (WinRM) 2.0.


Windows Remote Management (WinRM) 是 WS-Management 协议的 Microsoft 实现。WS-Management 是基于标准简单对象访问协议 (SOAP) 的协议,使不同的供应商提供的硬件和操作系统能够互操作。WS-Management 协议规范为系统提供了一种访问和交换 IT 基础结构中的管理信息的常用方式。


Windows PowerShell 是一种命令行外壳和脚本语言,旨在用于系统管理和自动化。利用构建在 .NET Framework 基础之上的 Windows PowerShell,IT 专业人员和开发人员能够控制 Windows 和应用程序的管理工作,并使其自动化。

热心网友 时间:2023-08-29 01:28

这个是Vista升级包Vista之家之前应该发布过类似文章,关系到微软操作系统里面自带的 expand.exe 命令。  要解压缩MSU文件,需要用到“-F”参数。以下是例子,例如,我们在的 d:\Vista123.com 下面建立一个临时文件夹,解开msu压缩
   D:\Vista123.com>mkdir msu    D:\Vista123.com>expand -F:*
Windows6.0-KB929761-x86.msu D:/Vista123.com/msu  以上命令会输出:  Adding
D:/Vista123.com/msu/WSUSSCAN.cab to Extraction Queue  Adding
D:/Vista123.com/msu/Windows6.0-KB929761-x86.cab to Extraction
Queue  Adding
D:/Vista123.com/msu/Windows6.0-KB929761-x86-pkgProperties.txt to
Extraction Queue  Adding D:/Vista123.com/msu/Windows6.0-KB929761-x86.xml
to Extraction
Queue  就会解开这个压缩包  此时.cab文件还未解压缩,仍需要继续,命令如下:  D:\Vista123.com>expand
-F:* D:/Vista123.com/msu/Windows6.0-KB929761-x86.cab D:/Vista123.com/msu
  Adding D:/Vista123.com/msu/update.mum to Extraction Queue  Adding
D:/Vista123.com/msu/x86_microsoft-windows-wusa_31bf3856ad3e35_6.0.6000.20496_no
ne_ab4c6034d78613.manifest to Extraction Queue  Adding
D:/Vista123.com/msu/x86_microsoft-windows-wusa_31bf3856ad3e35_6.0.6000.100_no
ne_ab1a4f0b1b7fed.manifest to Extraction Queue

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com