Repair-WindowsImage Save-WindowsImage Set-AppXProvisionedDataFile Set-NonRemovableAppsPolicy Set-WindowsEdition Set-WindowsProductKey Set-WindowsReservedStorageState Split-WindowsImage Start-OSUninstall Update-WIMBootEntry Use-WindowsUnattend DnsClient
Repair-WindowsImage -Online -RestoreHealth并按回车键 然后键入SFC /scannow并按回车键 在运行两个命令后重新启动 PC 第一个命令修复 SFC 用于清理文件的文件和 SFC 修复系统文件 SFC = System File Checker。 然后鼠标右键单击开始按钮(微软图标的按钮)---"Windows PowerShell(I)"(管理员)(A ),输入: (WIndo...
Repair-WindowsImage Save-WindowsImage Set-AppXProvisionedDataFile Set-NonRemovableAppsPolicy Set-WindowsEdition Set-WindowsProductKey Set-WindowsReservedStorageState Split-WindowsImage Start-OSUninstall Update-WIMBootEntry Use-WindowsUnattend DnsClient
Repair-WindowsImage [-CheckHealth] [-ScanHealth] [-RestoreHealth] [-StartComponentCleanup] [-LimitAccess] [-ResetBase] [-Defer] [-Source <String[]>] [-NoRestart] [-Online] [-WindowsDirectory <String>] [-SystemDrive <String>] [-LogPath <String>] [-ScratchDirectory <String>] [-LogLevel...
Repair-WindowsImage[-CheckHealth] [-ScanHealth] [-RestoreHealth] [-LimitAccess] [-Source <String[]>] [-NoRestart]-Path<String> [-WindowsDirectory <String>] [-SystemDrive <String>] [-LogPath <String>] [-ScratchDirectory <String>] [-LogLevel <LogLevel>] [<CommonParameters>] ...
Repair-WindowsImage Save-WindowsImage Set-AppXProvisionedDataFile Set-NonRemovableAppsPolicy Set-WindowsEdition Set-WindowsProductKey Set-WindowsReservedStorageState Split-WindowsImage Start-OSUninstall Update-WIMBootEntry Use-WindowsUnattend DnsClient
Dism /Image:C:\offline /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows Or to repair an online image using some of your own sources instead of Windows Update, type: Copy Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows /LimitAccess ...
Dism /Image:C:\offline /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows Or to repair an online image using some of your own sources instead of Windows Update, type: Copy Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows /LimitAccess ...
Dism /Image:C:\offline /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows Or to repair an online image using some of your own sources instead of Windows Update, type: Copy Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows /LimitAccess ...
The version of PowerShell in Windows 10/11 and Windows Server 2016/2019/2022 has a cmdlet similar to the DISM commands discussed above. To scan the Windows component store and find any corruptions, run this command: Repair-WindowsImage -Online –ScanHealth ...