oops
This commit is contained in:
@@ -9,10 +9,10 @@ If ( IsWindowsVersion -ge "6.2" )
|
||||
$BeginDISMRun = $(Get-Date).AddSeconds(-1)
|
||||
|
||||
LogMsg "Beginning repair of Windows Component Store"
|
||||
StartProcess "dism.exe" -ArgumentList "/online /cleanup-image /restorehealth" -Wait
|
||||
Start-Process "dism.exe" -ArgumentList "/online /cleanup-image /restorehealth" -Wait
|
||||
|
||||
LogMsg "Beginning cleanup of superceded components in Windows Component Store"
|
||||
StartProcess "dism.exe" -ArgumentList "/online /cleanup-image /startcomponentcleanup"
|
||||
Start-Process "dism.exe" -ArgumentList "/online /cleanup-image /startcomponentcleanup"
|
||||
|
||||
$EndDISMRun = $(Get-Date).AddSeconds(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user