PowerShell file
cd C:\
sfc /scannow
chkdsk C: /scan /perf
winget upgrade --all
install-Module PSWindowsUpdate -Force
import-Module PSWindowsUpdate
get-WindowsUpdate -Install -AcceptAll
tree
shutdown /r
exit
Requires reboot
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)