dism - 展開イメージのサービスと管理
DISM(Deployment Image Servicing and Management) -「展開イメージのサービスと管理」とは…
TODO: 整理中です😅💦
PS > dism /Online /Cleanup-image /ScanHealth
Deployment Image Servicing and Management tool Version: 10.0.19559.1000 Image Version: 10.0.19559.1000 [==========================100.0%==========================] No component store corruption detected. The operation completed successfully.
PS > dism /Online /Cleanup-image /RestoreHealth
Deployment Image Servicing and Management tool Version: 10.0.19559.1000 Image Version: 10.0.19559.1000 [===========================84.9%================= ] The restore operation completed successfully. The operation completed successfully.
PS > sfc /ScanNow
システム スキャンを開始しています。これにはしばらく時間がかかります。 システム スキャンの検証フェーズを開始しています。 検証 100% が完了しました。 Windows リソース保護は、整合性違反を検出しませんでした。
PS > Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
PS > Restart-Computer
- windows/dism.txt
- 最終更新: 2020/09/11 20:34
- by ともやん