Created
May 14, 2024 13:35
-
-
Save Zierax/c28051f6dc149cceea8283cd853ec5c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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