Advertisement
Guest User

Untitled

a guest
Jul 12th, 2017
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.15063]
  2. (c) 2017 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\WINDOWS\system32>DISM /?
  5.  
  6. Deployment Image Servicing and Management tool
  7. Version: 10.0.15063.0
  8.  
  9. DISM.exe [dism_options] {Imaging_command} [<Imaging_arguments>]
  10. DISM.exe {/Image:<path_to_offline_image> | /Online} [dism_options]
  11. {servicing_command} [<servicing_arguments>]
  12.  
  13. DESCRIPTION:
  14.  
  15. DISM enumerates, installs, uninstalls, configures, and updates features
  16. and packages in Windows images. The commands that are available depend
  17. on the image being serviced and whether the image is offline or running.
  18.  
  19. GENERIC IMAGING COMMANDS:
  20.  
  21. /Split-Image - Splits an existing .wim or .ffu file into multiple
  22. read-only split WIM/FFU files.
  23. /Apply-Image - Applies an image.
  24. /Get-MountedImageInfo - Displays information about mounted WIM and VHD
  25. images.
  26. /Get-ImageInfo - Displays information about images in a WIM or VHD
  27. file.
  28. /Commit-Image - Saves changes to a mounted WIM or VHD image.
  29. /Unmount-Image - Unmounts a mounted WIM or VHD image.
  30. /Mount-Image - Mounts an image from a WIM or VHD file.
  31. /Remount-Image - Recovers an orphaned image mount directory.
  32. /Cleanup-Mountpoints - Deletes resources associated with corrupted
  33. mounted images.
  34. WIM COMMANDS:
  35.  
  36. /Apply-CustomDataImage - Dehydrates files contained in the custom data image.
  37. /Capture-CustomImage - Captures customizations into a delta WIM file on a
  38. WIMBoot system. Captured directories include all
  39. subfolders and data.
  40. /Get-WIMBootEntry - Displays WIMBoot configuration entries for the
  41. specified disk volume.
  42. /Update-WIMBootEntry - Updates WIMBoot configuration entry for the
  43. specified disk volume.
  44. /List-Image - Displays a list of the files and folders in a
  45. specified image.
  46. /Delete-Image - Deletes the specified volume image from a WIM file
  47. that has multiple volume images.
  48. /Export-Image - Exports a copy of the specified image to another
  49. file.
  50. /Append-Image - Adds another image to a WIM file.
  51. /Capture-Image - Captures an image of a drive into a new WIM file.
  52. Captured directories include all subfolders and
  53. data.
  54. /Get-MountedWimInfo - Displays information about mounted WIM images.
  55. /Get-WimInfo - Displays information about images in a WIM file.
  56. /Commit-Wim - Saves changes to a mounted WIM image.
  57. /Unmount-Wim - Unmounts a mounted WIM image.
  58. /Mount-Wim - Mounts an image from a WIM file.
  59. /Remount-Wim - Recovers an orphaned WIM mount directory.
  60. /Cleanup-Wim - Deletes resources associated with mounted WIM
  61. images that are corrupted.
  62.  
  63. IMAGE SPECIFICATIONS:
  64.  
  65. /Online - Targets the running operating system.
  66. /Image - Specifies the path to the root directory of an
  67. offline Windows image.
  68.  
  69. DISM OPTIONS:
  70.  
  71. /English - Displays command line output in English.
  72. /Format - Specifies the report output format.
  73. /WinDir - Specifies the path to the Windows directory.
  74. /SysDriveDir - Specifies the path to the system-loader file named
  75. BootMgr.
  76. /LogPath - Specifies the logfile path.
  77. /LogLevel - Specifies the output level shown in the log (1-4).
  78. /NoRestart - Suppresses automatic reboots and reboot prompts.
  79. /Quiet - Suppresses all output except for error messages.
  80. /ScratchDir - Specifies the path to a scratch directory.
  81.  
  82. For more information about these DISM options and their arguments, specify an
  83. option immediately before /?.
  84.  
  85. Examples:
  86. DISM.exe /Mount-Wim /?
  87. DISM.exe /ScratchDir /?
  88. DISM.exe /Image:C:\test\offline /?
  89. DISM.exe /Online /?
  90.  
  91. C:\WINDOWS\system32>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement