Advertisement
Guest User

windows 10 dism commands

a guest
Jul 30th, 2015
4,648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #dism /online /get-packages
  2.  
  3. #dism /online /get-intl
  4.  
  5. #dism /online /get-features
  6.  
  7. dism /online /disable-feature /featurename:LegacyComponents  /remove
  8. dism /online /disable-feature /featurename:DirectPlay /remove
  9. dism /online /disable-feature /featurename:SimpleTCP /remove
  10. dism /online /disable-feature /featurename:SNMP /remove
  11. dism /online /disable-feature /featurename:WMISnmpProvider /remove
  12. dism /online /disable-feature /featurename:Windows-Identity-Foundation /remove
  13. dism /online /disable-feature /featurename:Internet-Explorer-Optional-amd64 /remove
  14. dism /online /disable-feature /featurename:NetFx3 /remove
  15. dism /online /disable-feature /featurename:IIS-WebServerRole /remove
  16. dism /online /disable-feature /featurename:IIS-WebServer /remove
  17. dism /online /disable-feature /featurename:IIS-CommonHttpFeatures /remove
  18. dism /online /disable-feature /featurename:IIS-HttpErrors /remove
  19. dism /online /disable-feature /featurename:IIS-HttpRedirect /remove
  20. dism /online /disable-feature /featurename:IIS-ApplicationDevelopment /remove
  21. dism /online /disable-feature /featurename:IIS-NetFxExtensibility /remove
  22. dism /online /disable-feature /featurename:IIS-NetFxExtensibility45 /remove
  23. dism /online /disable-feature /featurename:IIS-HealthAndDiagnostics /remove
  24. dism /online /disable-feature /featurename:IIS-HttpLogging /remove
  25. dism /online /disable-feature /featurename:IIS-LoggingLibraries /remove
  26. dism /online /disable-feature /featurename:IIS-RequestMonitor /remove
  27. dism /online /disable-feature /featurename:IIS-HttpTracing /remove
  28. dism /online /disable-feature /featurename:IIS-Security /remove
  29. dism /online /disable-feature /featurename:IIS-URLAuthorization /remove
  30. dism /online /disable-feature /featurename:IIS-RequestFiltering /remove
  31. dism /online /disable-feature /featurename:IIS-IPSecurity /remove
  32. dism /online /disable-feature /featurename:IIS-Performance /remove
  33. dism /online /disable-feature /featurename:IIS-HttpCompressionDynamic /remove
  34. dism /online /disable-feature /featurename:IIS-WebServerManagementTools /remove
  35. dism /online /disable-feature /featurename:IIS-ManagementScriptingTools /remove
  36. dism /online /disable-feature /featurename:IIS-IIS6ManagementCompatibility /remove
  37. dism /online /disable-feature /featurename:IIS-Metabase /remove
  38. dism /online /disable-feature /featurename:WAS-WindowsActivationService /remove
  39. dism /online /disable-feature /featurename:WAS-ProcessModel /remove
  40. dism /online /disable-feature /featurename:WAS-NetFxEnvironment /remove
  41. dism /online /disable-feature /featurename:WAS-ConfigurationAPI /remove
  42. dism /online /disable-feature /featurename:IIS-HostableWebCore /remove
  43. dism /online /disable-feature /featurename:WCF-HTTP-Activation /remove
  44. dism /online /disable-feature /featurename:WCF-NonHTTP-Activation /remove
  45. dism /online /disable-feature /featurename:WCF-HTTP-Activation45 /remove
  46. dism /online /disable-feature /featurename:WCF-TCP-Activation45 /remove
  47. dism /online /disable-feature /featurename:WCF-Pipe-Activation45 /remove
  48. dism /online /disable-feature /featurename:WCF-MSMQ-Activation45 /remove
  49. dism /online /disable-feature /featurename:IIS-CertProvider /remove
  50. dism /online /disable-feature /featurename:IIS-WindowsAuthentication /remove
  51. dism /online /disable-feature /featurename:IIS-DigestAuthentication /remove
  52. dism /online /disable-feature /featurename:IIS-ClientCertificateMappingAuthentication /remove
  53. dism /online /disable-feature /featurename:IIS-IISCertificateMappingAuthentication /remove
  54. dism /online /disable-feature /featurename:IIS-ODBCLogging /remove
  55. dism /online /disable-feature /featurename:IIS-StaticContent /remove
  56. dism /online /disable-feature /featurename:IIS-DefaultDocument /remove
  57. dism /online /disable-feature /featurename:IIS-DirectoryBrowsing /remove
  58. dism /online /disable-feature /featurename:IIS-WebDAV /remove
  59. dism /online /disable-feature /featurename:IIS-WebSockets /remove
  60. dism /online /disable-feature /featurename:IIS-ApplicationInit /remove
  61. dism /online /disable-feature /featurename:IIS-ASPNET /remove
  62. dism /online /disable-feature /featurename:IIS-ASPNET45 /remove
  63. dism /online /disable-feature /featurename:IIS-ASP /remove
  64. dism /online /disable-feature /featurename:IIS-CGI /remove
  65. dism /online /disable-feature /featurename:IIS-ISAPIExtensions /remove
  66. dism /online /disable-feature /featurename:IIS-ISAPIFilter /remove
  67. dism /online /disable-feature /featurename:IIS-ServerSideIncludes /remove
  68. dism /online /disable-feature /featurename:IIS-CustomLogging /remove
  69. dism /online /disable-feature /featurename:IIS-BasicAuthentication /remove
  70. dism /online /disable-feature /featurename:IIS-HttpCompressionStatic /remove
  71. dism /online /disable-feature /featurename:IIS-ManagementConsole /remove
  72. dism /online /disable-feature /featurename:IIS-ManagementService /remove
  73. dism /online /disable-feature /featurename:IIS-WMICompatibility /remove
  74. dism /online /disable-feature /featurename:IIS-LegacyScripts /remove
  75. dism /online /disable-feature /featurename:IIS-LegacySnapIn /remove
  76. dism /online /disable-feature /featurename:IIS-FTPServer /remove
  77. dism /online /disable-feature /featurename:IIS-FTPSvc /remove
  78. dism /online /disable-feature /featurename:IIS-FTPExtensibility /remove
  79. dism /online /disable-feature /featurename:MSMQ-Container /remove
  80. dism /online /disable-feature /featurename:MSMQ-Server /remove
  81. dism /online /disable-feature /featurename:MSMQ-Triggers /remove
  82. dism /online /disable-feature /featurename:MSMQ-ADIntegration /remove
  83. dism /online /disable-feature /featurename:MSMQ-HTTP /remove
  84. dism /online /disable-feature /featurename:MSMQ-Multicast /remove
  85. dism /online /disable-feature /featurename:MSMQ-DCOMProxy /remove
  86. dism /online /disable-feature /featurename:NetFx4Extended-ASPNET45 /remove
  87. dism /online /disable-feature /featurename:WindowsMediaPlayer /remove
  88. dism /online /disable-feature /featurename:RasRip /remove
  89. dism /online /disable-feature /featurename:TelnetClient /remove
  90. dism /online /disable-feature /featurename:TFTP /remove
  91. dism /online /disable-feature /featurename:Printing-Foundation-LPRPortMonitor /remove
  92. dism /online /disable-feature /featurename:Printing-Foundation-LPDPrintService /remove
  93. dism /online /disable-feature /featurename:FaxServicesClientPackage /remove
  94. dism /online /disable-feature /featurename:ScanManagementConsole /remove
  95. dism /online /disable-feature /featurename:DirectoryServices-ADAM-Client /remove
  96. dism /online /disable-feature /featurename:ServicesForNFS-ClientOnly /remove
  97. dism /online /disable-feature /featurename:ClientForNFS-Infrastructure /remove
  98. dism /online /disable-feature /featurename:NFS-Administration /remove
  99. dism /online /disable-feature /featurename:RasCMAK /remove
  100. dism /online /disable-feature /featurename:TIFFIFilter /remove
  101. dism /online /disable-feature /featurename:Microsoft-Hyper-V-All /remove
  102. dism /online /disable-feature /featurename:Microsoft-Hyper-V-Tools-All /remove
  103. dism /online /disable-feature /featurename:Microsoft-Hyper-V /remove
  104. dism /online /disable-feature /featurename:Microsoft-Hyper-V-Services /remove
  105. dism /online /disable-feature /featurename:Microsoft-Hyper-V-Hypervisor /remove
  106. dism /online /disable-feature /featurename:Microsoft-Hyper-V-Management-Clients /remove
  107. dism /online /disable-feature /featurename:Microsoft-Hyper-V-Management-PowerShell /remove
  108. dism /online /disable-feature /featurename:IsolatedUserMode /remove
  109. dism /online /disable-feature /featurename:Client-EmbeddedShellLauncher /remove
  110. dism /online /disable-feature /featurename:Client-EmbeddedBootExp /remove
  111. dism /online /disable-feature /featurename:Client-EmbeddedLogon /remove
  112. dism /online /disable-feature /featurename:Client-UnifiedWriteFilter /remove
  113. dism /online /disable-feature /featurename:MultiPoint-Connector /remove
  114.  
  115. #Dism /online /Get-ProvisionedAppxPackages
  116.  
  117. Dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.3DBuilder_2015.624.2254.0_neutral_~_8wekyb3d8bbwe
  118.  
  119. Dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingFinance_10004.3.193.0_neutral_~_8wekyb3d8bbwe
  120.  
  121. Dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingNews_10004.3.193.0_neutral_~_8wekyb3d8bbwe
  122.  
  123. Dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingSports_10004.3.193.0_neutral_~_8wekyb3d8bbwe
  124.  
  125. Dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingWeather_10004.3.193.0_neutral_~_8wekyb3d8bbwe
  126.  
  127. Dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Getstarted_2015.622.1108.0_neutral_~_8wekyb3d8bbwe
  128.  
  129. Dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.MicrosoftOfficeHub_2015.4218.23751.0_neutral_~_8wekyb3d8bbwe
  130.  
  131. Dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.MicrosoftSolitaireCollection_3.1.6103.0_neutral_~_8wekyb3d8bbwe
  132.  
  133. Dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Office.OneNote_2015.4201.10091.0_neutral_~_8wekyb3d8bbwe
  134.  
  135. Dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.People_2015.627.626.0_neutral_~_8wekyb3d8bbwe
  136.  
  137. Dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.SkypeApp_3.2.1.0_neutral_~_kzf8qxf38zg5c
  138.  
  139. Dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsAlarms_2015.619.10.0_neutral_~_8wekyb3d8bbwe
  140.  
  141. Dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsCamera_2015.612.1501.0_neutral_~_8wekyb3d8bbwe
  142.  
  143. Dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsMaps_2015.619.213.0_neutral_~_8wekyb3d8bbwe
  144.  
  145. Dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsSoundRecorder_2015.615.1606.0_neutral_~_8wekyb3d8bbwe
  146.  
  147. Dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxApp_2015.617.130.0_neutral_~_8wekyb3d8bbwe
  148.  
  149. Dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneMusic_2019.6.10841.0_neutral_~_8wekyb3d8bbwe
  150.  
  151. Dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneVideo_2019.6.10811.0_neutral_~_8wekyb3d8bbwe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement