首页 > 其他分享 >dism.exe 系统自带命令 参数

dism.exe 系统自带命令 参数

时间:2024-03-25 16:24:23浏览次数:36  
标签:WIM exe Get Image image 映像 file 自带 dism

一级////

dism /?

Deployment Image Servicing and Management tool
Version: 10.0.20348.681


DISM.exe [dism_options] {Imaging_command} [<Imaging_arguments>]
DISM.exe {/Image:<path_to_offline_image> | /Online} [dism_options]
         {servicing_command} [<servicing_arguments>]

DESCRIPTION:

  DISM enumerates, installs, uninstalls, configures, and updates features
  and packages in Windows images. The commands that are available depend
  on the image being serviced and whether the image is offline or running.


FFU COMMANDS:

  /Capture-Ffu            - Captures a physical disk image into a new FFU file.
  /Apply-Ffu              - Applies an .ffu image.
  /Split-Ffu              - Splits an existing .ffu file into multiple read-only
                            split FFU files.
  /Optimize-Ffu           - Optimizes a FFU file so that it can be applied to storage
                            of a different size.

WIM COMMANDS:

  /Apply-CustomDataImage  - Dehydrates files contained in the custom data image.
  /Capture-CustomImage    - Captures customizations into a delta WIM file on a
                            WIMBoot system. Captured directories include all
                            subfolders and data.
  /Get-WIMBootEntry       - Displays WIMBoot configuration entries for the
                            specified disk volume.
  /Update-WIMBootEntry    - Updates WIMBoot configuration entry for the
                            specified disk volume.
  /List-Image             - Displays a list of the files and folders in a
                            specified image.
  /Delete-Image           - Deletes the specified volume image from a WIM file
                            that has multiple volume images.
  /Export-Image           - Exports a copy of the specified image to another
                            file.
  /Append-Image           - Adds another image to a WIM file.
  /Capture-Image          - Captures an image of a drive into a new WIM file.
                            Captured directories include all subfolders and
                            data.
  /Get-MountedWimInfo     - Displays information about mounted WIM images.
  /Get-WimInfo            - Displays information about images in a WIM file.
  /Commit-Wim             - Saves changes to a mounted WIM image.
  /Unmount-Wim            - Unmounts a mounted WIM image.
  /Mount-Wim              - Mounts an image from a WIM file.
  /Remount-Wim            - Recovers an orphaned WIM mount directory.
  /Cleanup-Wim            - Deletes resources associated with mounted WIM
                            images that are corrupted.

GENERIC IMAGING COMMANDS:

  /Split-Image            - Splits an existing .wim file into multiple
                            read-only split WIM (SWM) files.
  /Apply-Image            - Applies an image.
  /Get-MountedImageInfo   - Displays information about mounted WIM and VHD
                            images.
  /Get-ImageInfo          - Displays information about images in a WIM, a VHD
                            or a FFU file.
  /Commit-Image           - Saves changes to a mounted WIM or VHD image.
  /Unmount-Image          - Unmounts a mounted WIM or VHD image.
  /Mount-Image            - Mounts an image from a WIM or VHD file.
  /Remount-Image          - Recovers an orphaned image mount directory.
  /Cleanup-Mountpoints    - Deletes resources associated with corrupted
                            mounted images.

IMAGE SPECIFICATIONS:

  /Online                 - Targets the running operating system.
  /Image                  - Specifies the path to the root directory of an
                            offline Windows image.

DISM OPTIONS:

  /English                - Displays command line output in English.
  /Format                 - Specifies the report output format.
  /WinDir                 - Specifies the path to the Windows directory.
  /SysDriveDir            - Specifies the path to the system-loader file named
                            BootMgr.
  /LogPath                - Specifies the logfile path.
  /LogLevel               - Specifies the output level shown in the log (1-4).
  /NoRestart              - Suppresses automatic reboots and reboot prompts.
  /Quiet                  - Suppresses all output except for error messages.
  /ScratchDir             - Specifies the path to a scratch directory.

For more information about these DISM options and their arguments, specify an
option immediately before /?.

  Examples:
    DISM.exe /Mount-Wim /?
    DISM.exe /ScratchDir /?
    DISM.exe /Image:C:\test\offline /?
    DISM.exe /Online /?

 


二级 ////

dism /online /?

Deployment Image Servicing and Management tool
Version: 10.0.20348.681

Image Version: 10.0.20348.2340


The following commands may be used to service the image:

OS UNINSTALL SERVICING COMMANDS:

  /Set-OSUninstallWindow  - Sets the OS Uninstall Window.
  /Get-OSUninstallWindow  - Gets the OS Uninstall Window.
  /Remove-OSUninstall     - Remove the OS Uninstall.
  /Initiate-OSUninstall   - Initiates the OS Uninstall

APPX 服务命令:

  /Get-NonRemovableAppPolicy - 列出配置为不能通过
                            企业策略删除的程序包系列。
  /Set-NonRemovableAppPolicy - 为指定的程序包系列设置
                            企业的不可删除策略。
  /Optimize-ProvisionedAppxPackages - 通过跨 appx 数据包硬链接相同文件
优化预配的 appx 占用空间。
  /Set-ProvisionedAppxDataFile - 将自定义数据放入指定的应用包
                                (.appx 或 .appxbundle)。
                                指定的应用程序包必须已在映像中。
  /Remove-ProvisionedAppxPackage - 从映像中删除应用包(.appx 或 .appxbundle)。
                                创建新的用户帐户时,将
                            不安装这些应用包。
  /Add-ProvisionedAppxPackage - 将应用包(.appx 或 .appxbundle)添加到映像
                                并将其设置为对每个新用户进行安装。
  /Get-ProvisionedAppxPackages - 显示有关映像中设置为对每个新用户进行
                                安装的应用包
                                (.appx 或 .appxbundle)的信息。

程序包服务命令:

  /Add-Package            - 向映像中添加程序包。
  /Remove-Package         - 从映像中删除程序包。
  /Enable-Feature         - 启用映像中的特定功能。
  /Disable-Feature        - 禁用映像中的特定功能。
  /Get-Packages           - 显示有关映像中所有程序包的信息。
  /Get-PackageInfo        - 显示有关特定程序包的信息。
  /Get-Features           - 显示有关程序包中所有功能的信息。
  /Get-FeatureInfo        - 显示有关特定功能的信息。
  /Cleanup-Image          - 对映像执行清理和恢复
                            操作。
  /Export-Source          - 将一组功能导出到新存储库中。
  /Add-Capability         - 将一个或多个功能添加到图像中。
  /Remove-Capability      - 从一个映像中删除功能。
  /Get-Capabilities       - 获取映像中的功能。
  /Get-CapabilityInfo     - 获取映像中功能的信息。
  /Get-ReservedStorageState - 获取保留存储空间的当前状态。
  /Set-ReservedStorageState - 设置保留存储空间的当前状态。

操作系统常规命令:

  /Optimize-Image         - 对脱机映像执行指定的
                            配置。

驱动程序服务命令:

  /Remove-Driver          - 从脱机映像中删除驱动程序包。
  /Add-Driver             - 向脱机映像中添加驱动程序包。
  /Get-DriverInfo         - 显示有关脱机映像中或正在运行的操作系统中的
                            特定驱动程序的信息。
  /Get-Drivers            - 显示有关脱机映像中或正在运行的操作系统中
                            的所有驱动程序的信息。
  /Export-Driver          - 从脱机映像或正在运行的操作系统
                            导出所有第三方驱动程序包。

应用程序服务命令:

  /Check-AppPatch         - 显示有关 MSP 修补程序是否适用于安装的映像的信息。
  /Get-AppPatchInfo       - 显示有关安装的 MSP 修补程序的信息。
  /Get-AppPatches         - 显示有关应用于所有安装的应用程序的所有
                            MSP 修补程序的信息。
  /Get-AppInfo            - 显示有关特定安装的 MSI 应用程序的信息。
  /Get-Apps               - 显示有关安装的所有 MSI 应用程序的信息。

默认关联命令:

  /Remove-DefaultAppAssociations - 删除 Windows 映像中的默认应用程序关联。
  /Import-DefaultAppAssociations - 向 Windows 映像导入一组
                            默认应用程序关联。
  /Get-DefaultAppAssociations - 显示 Windows 映像中默认应用程序关联的列表。
  /Export-DefaultAppAssociations - 从运行的操作系统导出
                                    默认的应用程序关联。

国际服务命令:

  /Set-SysUILang          - 设置安装的脱机映像中使用的
                            系统 UI 语言。
  /Set-LayeredDriver      - 设置键盘分层驱动程序。
  /Set-UILang             - 设置安装的脱机映像中使用的默认系统用户界面语言。
  /Set-UILangFallback     - 设置安装的脱机映像中系统用户界面的回退默认语言。
  /Set-UserLocale         - 设置安装的脱机映像中的用户区域设置。
  /Set-SysLocale          - 设置安装的脱机映像中的非 Unicode 程序的语言(也
                            称为系统区域设置)和字体设置。
  /Set-InputLocale        - 设置要在安装的脱机映像中使用的输入区域设置和
                            键盘布局。
  /Set-TimeZone           - 设置安装的脱机映像中的默认时区。
  /Set-AllIntl            - 设置安装的脱机映像中的所有国际设置。
  /Set-SKUIntlDefaults    - 将安装的脱机映像中的指定 SKU 语言的所有国际
                            设置都设置为默认值。
  /Gen-LangIni            - 生成新的 lang.ini 文件。
  /Set-SetupUILang        - 定义安装程序将使用的默认语言。
  /Get-Intl               - 显示有关国际设置和语言的信息。

无人参与服务命令:

  /Apply-Unattend         - 将无人参与文件应用于映像。

EDGE 服务命令:

  /Add-Edge               - 将 Microsoft Edge 添加到映像。

预配程序包服务命令:

  /Get-ProvisioningPackageInfo - 获取预配程序包的信息。
  /Add-ProvisioningPackage - 添加预配程序包。

WINDOWS 版本服务命令:

  /Set-ProductKey         - 设置脱机映像的产品密钥。
  /Get-TargetEditions     - 显示可以将映像升级到的
                            Windows 版本列表。
  /Get-CurrentEdition     - 显示当前映像的版本。
  /Set-Edition            - 将映像升级到较高的版本。

For more information about these servicing commands and their arguments,
specify a command immediately before /?.

     Examples:
         DISM.exe /Image:C:\test\offline /Apply-Unattend /?
         DISM.exe /Image:C:\test\offline /Get-Features /?
         DISM.exe /Online /Get-Drivers /?


dism /Get-WimInfo /?

Deployment Image Servicing and Management tool
Version: 10.0.20348.681


/Get-WimInfo /WimFile:<WIM_file> [/Index:<image_index> | /Name:<image_name>]

  Displays information about the images contained in the specified WIM file.

    Examples:
      DISM.exe /Get-WimInfo /WimFile:C:\test\images\myimage.wim

      DISM.exe /Get-WimInfo /WimFile:C:\test\images\myimage.wim /Index:1


dism /image /?

Deployment Image Servicing and Management tool
Version: 10.0.20348.681


/Image:<path_to_offline_image>

  This is the path to the root directory of the offline Windows image.
  This option must be used with a servicing command.

    Example:
      DISM.exe /Image:C:\test\offline /Get-Packages


dism /capture-image /?

Deployment Image Servicing and Management tool
Version: 10.0.20348.681


/Capture-Image /ImageFile:<path_to_image_file> /CaptureDir:<source_directory>
  /Name:<Name>
  [/Description:Description] [/ConfigFile:<wimscript.ini>]
  {[/Compress:{fast|max|none}] [/Bootable] | [/WIMBoot]} [/CheckIntegrity]
  [/Verify] [/NoRpFix] [/EA]

  Captures an image of a drive to a new WIM file. Captured directories include
  all subfolders and data. You cannot capture an empty directory.
  Use /ConfigFile to specify the location of a configuration file that lists
  exclusions for image capture and compress commands.
  Use /Compress to specify the type of compression used for the initial capture
  operation.
  Use /Bootable to mark a Windows PE volume image as able to be booted.
  Use /WIMBoot to capture the image that can be applied with WIMBoot
  configuration.
  Use /CheckIntegrity to detect and track WIM file corruption.
  Use /Verify to check for errors and file duplication.
  Use /NoRpFix to disable the reparse point tag fix.
  Use /EA to capture extended attributes.

    Example:
      DISM.exe /Capture-Image /ImageFile:install.wim /CaptureDir:D:\
        /Name:Drive-D


dism /Capture-Ffu /?

Deployment Image Servicing and Management tool
Version: 10.0.20348.681


/Capture-Ffu /ImageFile:<path_to_image_file> /CaptureDrive:<physical_drive_path>
  /Name:<Name>
  [/Description:Description] [/PlatformIds:<platform_ids>]
  [/Compress:{default|none}]

  Captures a physical disk image to a new FFU file.
  Use /PlatformIds to specify one or more platform ids (separate with semicolon)
  to be added to the image. If not specified, platform id will be '*'.
  Use /Compress to specify the type of compression used for the initial capture
  operation.

    Example:
      DISM.exe /Capture-Ffu /ImageFile:install.ffu
        /CaptureDrive:\\.\PhysicalDrive0 /Name:Drive0
        /PlatformIds:Microsoft.MSM8994.P6211
        /Compress:default


 

标签:WIM,exe,Get,Image,image,映像,file,自带,dism
From: https://www.cnblogs.com/suv789/p/18094666

相关文章

  • Ajax 发送json格式数据以及发送文件(FormData)和自带的序列化组件: serializers
    前后端传输数据的编码格式(contentType)get请求数据就是直接放在url?后面的url?usernmae=junjie&password=123...可以向后端发送post请求的方式form请求ajax请求前后端传输数据的编码格式urlencodedformdatajson研究form表单:默认的数据编码格式是(urlencod......
  • UE5(行为树)行为树官方自带节点以及装饰器的用法讲解
    一.官方自带节点1. FinishWithResult,在细节结果中节点设为已成功则成功运行,已失败则节点运行失败,已终止\进行中两个选择效果差不多,都是只会运行到这个节点就不会再向下运行。可以吧节点当做空白的成功或者失败节点来看待。2.MakeNoise,就是行为树中的制造噪点节点,建议在蓝图......
  • mac自带词典扩充
    首先下载字典文件,这里有转换好的柯斯林英汉双解戳这下载后双击dmg文件,把.dictionary文件拖到第二个文件夹内然后打开mac自带词典,点击设置在最下面可以找到勾选上,然后我是挪到了第一个,并且取消选中其他所有字典这样三指点击单词就会出现释义,非常方便!......
  • web前端之node读取文件夹名称及html文件的标题、文件系统、路径处理、模块、正则、isD
    MENU代码解析代码constfs=require('fs');constpath=require('path');//文件夹路径//C:\mssj\web\web-case\case\nodeJs\index.js//C:\mssj\web\web-case\case\nodeJs\index.html//C:\mssj\web\web-case\case\ajaxProgressMoni......
  • mysql使用mysqldump.exe导出为sql脚本,进行导入时出现ERROR 1227 (42000) at line 18:
    mysql使用mysqldump.exe导出为sql脚本,进行导入时出现ERROR1227(42000)atline18:Accessdenied;youneed(atleastoneof)theSUPERorSYSTEM_VARIABLES_ADMINprivilege(s)forthisoperation。Warning:ApartialdumpfromaserverthathasGTIDswillbydefaul......
  • Spark中driver、executor、job、stage、task、partition你懂吗?
        对于一个要提交到大数据集群的spark任务而言,准确说这个任务应该叫一个application,因为application是分布式任务,因此需要分配到多台机器中运行,而为了方便每个application的自我管理,这个多台机器中会有一台机器被选为小组长来管理整个application,而这个小组长的名字......
  • 通过XMLRpc控制海康VB2200视觉控制器自带光源接口
    在使用HikVB2200视觉控制器时,由于并未使用VisionMaster软件,但是使用了视觉控制器的光源接口。导致无法直接控制该光源接口。VB2200视觉控制器提供了一个IOController应用程序,其中对应的exe文件可以设置为对应光源接口的亮度等参数,基本满足需求。但是IOController只能设置......
  • C# 窗体 隐藏到托盘 开机自动启动 粘贴板 生成的EXE图标和名称
    1、隐藏到托盘privatevoidMainForm_FormClosing(objectsender,FormClosingEventArgse){if(e.CloseReason==CloseReason.UserClosing){//取消关闭操作,并隐藏窗体e.Cancel=true;......
  • SPPSVC.EXE(Software Protection Platform Service)是Windows操作系统中的一个进程,起源
    ‪C:\Windows\System32\sppsvc.exeSPPSVC.EXE(SoftwareProtectionPlatformService)是Windows操作系统中的一个进程,起源于微软公司为了保护其软件版权而开发的软件保护服务。这个服务主要负责验证Windows的许可证信息、管理软件激活状态以及执行与软件许可证相关的任务。SPPSVC.E......
  • Java并发编程:第四章 线程池(Executor框架)
    文章目录一、为什么需要线程池1、线程的创建2、线程销毁二、优点1、降低资源消耗2、提高响速度3、线程管理三、架构说明四、Executors工具类1、介绍2、Executors工具类常用的方法(1)newFixedThreadPool(intnThreads):(2)newCachedThreadPool()(3)newSingleThreadExecutor()......