Changes between Version 73 and Version 74 of Windows Eleven Tweeks


Ignore:
Timestamp:
11/15/23 09:17:49 (12 months ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Windows Eleven Tweeks

    v73 v74  
    342342
    343343
    344 == Fix Windows Update ==
    345 
    346 {{{
    347 net stop wuauserv
    348 
    349 net stop cryptsvc
    350 
    351 Now, open File Explorer, navigate to C:\ Windows and locate the SoftwareDistribution folder.
    352 
    353 Delete the folder.
    354 
    355 Open Command Prompt again in administrator mode.
    356 
    357 Type the below-mentioned commands and press enter. It will start the Windows Update Service.
    358 
    359 net start cryptsvc
    360 
    361 OR
    362 
    363 net stop bits
    364 
    365 net stop wuauserv
    366 
    367 net stop appidsvc
    368 
    369 net stop cryptsvc
    370 
    371 Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
    372 
    373 rmdir %systemroot%\SoftwareDistribution /S /Q
    374 
    375 rmdir %systemroot%\system32\catroot2 /S /Q
    376 
    377 regsvr32.exe /s atl.dll
    378 
    379 regsvr32.exe /s urlmon.dll
    380 
    381 regsvr32.exe /s mshtml.dll
    382 
    383 netsh winsock reset
    384 
    385 netsh winsock reset proxy
    386 
    387 net start bits
    388 
    389 net start wuauserv
    390 
    391 net start appidsvc
    392 
    393 net start cryptsvc
    394 
    395 }}}
    396 
     344[wiki:"Fix Windows Update"]
     345
     346[wiki:"Fix Windows SMB Networking Issues"]
     347
     348