Hi,
after running the script from
github.com
if you run the command sfc /scannow you will get error(s) and windows will not be able to fix them.
I found a way to fix that:
1 - before running the script, run sfc/scannow ( from an admin command prompt )
2 - no error? OK
3 - run powershell script
4 - run sfc/scannow, then there will be error(s) found and unable to repair...
4 - run DISM /Online /Cleanup-Image /RestoreHealth ( from an admin command prompt )
5 - run sfc/scannow, the error(s) will be repaired
6 - run sfc/scannow again to confirm that there is no error(s)
7 - fix is done.
end
after running the script from
GitHub - JamieToll/Remove_CBSStartMenuRubbish: Remove items from the Windows Start Menu: 'Get Started', 'Windows Back up' and on older Windows releases 'Continue from Phone'.
Remove items from the Windows Start Menu: 'Get Started', 'Windows Back up' and on older Windows releases 'Continue from Phone'. - JamieToll/Remove_CBSStartMenuRubbish
if you run the command sfc /scannow you will get error(s) and windows will not be able to fix them.
I found a way to fix that:
1 - before running the script, run sfc/scannow ( from an admin command prompt )
2 - no error? OK
3 - run powershell script
4 - run sfc/scannow, then there will be error(s) found and unable to repair...
4 - run DISM /Online /Cleanup-Image /RestoreHealth ( from an admin command prompt )
5 - run sfc/scannow, the error(s) will be repaired
6 - run sfc/scannow again to confirm that there is no error(s)
7 - fix is done.
end