Windows: Update error 0x80070643

Windows Update error 0x80070643 Here’s what you can do to fix the issue. Rename the SoftwareDistribution folder To solve this, it is advisable to rename the SoftwareDistribution folder. To rename the Software Distribution folder, open an elevated command prompt windows, type the following commands one after the other, and hit Enter: net stop wuauserv net stop bits rename c:windowsSoftwareDistribution SoftwareDistribution.bak pause net start wuauserv net start bits pause Next clear the contents of the Catroot2 folder. Clear Catroot2 folder contents ...

May 16, 2022

Windows: Wymuszenie zmiany haseł na komputerze

Poniższe komendy należy wykonać w wierszu poleceń uruchomionym jako Administrator net accounts /MAXPWAGE:30 net accounts /MINPWLEN:8 net accounts /UNIQUEPW:12 wmic path Win32_UserAccount set PasswordExpires=True

May 16, 2022