0% found this document useful (0 votes)
64 views2 pages

Department: IT-Remote Service Program Area: From Author: Marjan Mirtaheri 1.0 Date: 10-Jun-18

The document contains instructions for configuring Windows Update settings through the registry and command line. It deletes Windows Update client IDs, adds WSUS server addresses to the registry, forces a group policy update, stops and starts Windows Update services, clears the update log, and registers DLLs to reset the Windows Update authorization.

Uploaded by

dani drumer
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views2 pages

Department: IT-Remote Service Program Area: From Author: Marjan Mirtaheri 1.0 Date: 10-Jun-18

The document contains instructions for configuring Windows Update settings through the registry and command line. It deletes Windows Update client IDs, adds WSUS server addresses to the registry, forces a group policy update, stops and starts Windows Update services, clears the update log, and registers DLLs to reset the Windows Update authorization.

Uploaded by

dani drumer
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

REG Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f

REG Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v


SusClientIdValidation /f

. ‫لطفا دو مورد آدرس سرور در دو دستور رجیستری زیر قبل از انجام در مسیر رجیستری کاربر چک شود و از آنجا کپی شود‬

REG Add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v WUServer /t REG_SZ /d


http:///wsus-bushehr.Solico-Group.com:8530 /F

REG Add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v WUStatusServer /t REG_SZ


/d http:///wsus-bushehr.Solico-Group.com:8530 /F

gpupdate

net stop wuauserv /y

net stop BITS /y

rd C:\WINDOWS\SoftwareDistribution /s /Q

del "c:\windows\windowsupdate.log"

regsvr32 WUAPI.DLL /s

regsvr32 WUAUENG.DLL /s

regsvr32 WUAUENG1.DLL /s

regsvr32 ATL.DLL /s

regsvr32 WUCLTUI.DLL /s

regsvr32 WUPS.DLL /s

regsvr32 WUPS2.DLL /s

regsvr32 WUWEB.DLL /s

regsvr32 msxml3.dll /s

Department: IT-Remote service Program Area: Page: 1 From 2


Author: Marjan Mirtaheri Version: 1.0 Date: 10-Jun-18
The current document may contain proprietary information of SOLICO GROUP and/or subsidiary companies. The content of the document is cons idered as
confidential. Distribution, re‐shape or publishing of the contents of current document in any way, as a whole or partially, out of SOLICO Group is prohibited.
regsvr32 initpki.dll /s

regsvr32 softpub.dll /s

net start wuauserv /y

wuauclt.exe /resetauthorization /detectnow

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v


fDenyTSConnections /t REG_DWORD /d 0 /f

REG add HKLM\SYSTEM\CurrentControlSet\services\BITS /v Start /t REG_DWORD /d 2 /f

net start BITS /y

wuauclt /reportnow

Department: IT-Remote service Program Area: Page: 2 From 2


Author: Marjan Mirtaheri Version: 1.0 Date: 10-Jun-18
The current document may contain proprietary information of SOLICO GROUP and/or subsidiary companies. The content of the document is cons idered as
confidential. Distribution, re‐shape or publishing of the contents of current document in any way, as a whole or partially, out of SOLICO Group is prohibited.

You might also like