Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Zierax/c28051f6dc149cceea8283cd853ec5c9 to your computer and use it in GitHub Desktop.

Select an option

Save Zierax/c28051f6dc149cceea8283cd853ec5c9 to your computer and use it in GitHub Desktop.
echo iam Zierax
echo folow me there github.com/Zierax
SC config trustedinstaller start=auto
net stop bits
net stop wuauserv
net stop msiserver
net stop cryptsvc
net stop appidsvc
Ren %Systemroot%\SoftwareDistribution SoftwareDistribution.old
Ren %Systemroot%\System32\catroot2 catroot2.old
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
dism /Online /Cleanup-image /ScanHealth
dism /Online /Cleanup-image /CheckHealth
dism /Online /Cleanup-image /RestoreHealth
dism /Online /Cleanup-image /StartComponentCleanup
Sfc /ScanNow
net start bits
net start wuauserv
net start msiserver
net start cryptsvc
net start appidsvc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment