Windows 10: reset windows update bat file

Discus and support reset windows update bat file in Windows 10 Updates and Activation to solve the problem; Hi, I had found this on a different site and saved it as "fix update.bat" and I run it when I have problems. It seems to help without breaking anything... Discussion in 'Windows 10 Updates and Activation' started by FuturDreamz, Jun 30, 2015.

  1. reset windows update bat file


    Hi, I had found this on a different site and saved it as "fix update.bat" and I run it when I have problems. It seems to help without breaking anything so I thought I'd post it. I'm not entirely sure what it does though

    Code: @echo off net stop wuauserv net stop bits net stop cryptsvc net stop trustedinstaller sc config cryptsvc start= auto obj= "NT Authority\NetworkService" password= a sc config wuauserv start= auto obj= LocalSystem sc config bits start= delayed-auto obj= LocalSystem Sc config trustedinstaller start= demand obj= LocalSystem Sc config eventlog start= auto reg add HKLM\SYSTEM\CurrentControlSet\Services\wuauserv\Parameters /v ServiceDll /t REG_EXPAND_SZ /d "%systemroot%\system32\wuaueng.dll" /f reg add HKLM\SYSTEM\CurrentControlSet\Services\bits\Parameters /v ServiceDll /t REG_EXPAND_SZ /d "%systemroot%\system32\qmgr.dll" /f reg delete HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /f reg delete HKLM\COMPONENTS\PendingXmlIdentifier /f reg delete HKLM\COMPONENTS\NextQueueEntryIndex /f reg delete HKLM\COMPONENTS\AdvancedInstallersNeedResolving /f sc sdset wuauserv Dreset windows update bat file :(A;;CCLCSWRPLORC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)Sreset windows update bat file :(AU;FA;CCDCLCSWRPWPDTLOSDRCWDWO;;;WD) sc sdset bits Dreset windows update bat file :(A;CI;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)Sreset windows update bat file :(AU;SAFA;WDWO;;;BA) sc sdset cryptsvc Dreset windows update bat file :(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)Sreset windows update bat file :(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD) sc sdset trustedinstaller Dreset windows update bat file :(A;CI;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPWPDTLOCRRC;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)Sreset windows update bat file :(AU;SAFA;WDWO;;;BA) sc sdset eventlog Dreset windows update bat file :(A;;CCLCSWLOCRRC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWRPWPDTLOCRRC;;;SY)Sreset windows update bat file :(AU;SA;DCRPWPDTCRSDWDWO;;;WD)(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD) takeown /f %systemroot%\winsxs\pending.xml icacls %systemroot%\winsxs\pending.xml /grant Administratorsreset windows update bat file :(F) icacls %systemroot%\winsxs\pending.xml /grant Administratörerreset windows update bat file :(F) del /q %systemroot%\winsxs\pending.xml ren %systemroot%\System32\Catroot2 oldcatroot2 ren %systemroot%\SoftwareDistribution SoftwareDistribution.old rename \ProgramData\Microsoft\Network\Downloader Downloader.old cd /d %windir%\system32 regsvr32.exe atl.dll /s regsvr32.exe urlmon.dll /s regsvr32.exe jscript.dll /s regsvr32.exe vbscript.dll /s regsvr32.exe scrrun.dll /s regsvr32.exe msxml3.dll /s regsvr32.exe msxml6.dll /s regsvr32.exe actxprxy.dll /s regsvr32.exe softpub.dll /s regsvr32.exe wintrust.dll /s regsvr32.exe dssenh.dll /s regsvr32.exe rsaenh.dll /s regsvr32.exe cryptdlg.dll /s regsvr32.exe oleaut32.dll /s regsvr32.exe ole32.dll /s regsvr32.exe shell32.dll /s regsvr32.exe wuapi.dll /s regsvr32.exe wuaueng.dll /s regsvr32.exe wups.dll /s regsvr32.exe wups2.dll /s regsvr32.exe qmgrprxy.dll /s regsvr32.exe wucltux.dll /s regsvr32.exe wuwebv.dll /s net start eventlog net start cryptsvc net start bits net start wuauserv fsutil resource setautoreset true c:\ netsh winhttp reset proxy bitsadmin /reset /allusers wuauclt.exe /resetauthorization /detectnow :MESSAGE echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ echo ================================================================= echo The commands has been succesfully executed. Hit enter to continue echo ================================================================= echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Pause > Null :end[/quote]

    :)
     
    FuturDreamz, Jun 30, 2015
    #1

  2. Anniversary Edition Upgrade failing

    Hi I have found a easier way to reset W10 updates. Here's a bat file from Shawn Brink that should reset W10 updates. I have used this bat file before. There are many many reasons that cause W10 to fail to down load windows updates. Let me know if this bat
    file worked for you to reset updates!

    Reset Windows Update in Windows 10
     
    garybear89, Jun 30, 2015
    #2
  3. Windows 10 update error 0x8e5e0147

    Hi Your welcome. Shawn Brinks bat file makes resetting windows updates a piece of cake.
     
    garybear89, Jun 30, 2015
    #3
Thema:

reset windows update bat file

Loading...
  1. reset windows update bat file - Similar Threads - reset update bat

  2. Bat file

    in Windows 10 Gaming
    Bat file: I have a bat fileI am improving it bit by bit till I have reached But not i have added a warning to it before a commandI now want to make that line font size Bigger than the others How can I do that ??So here is the Batch file content@ECHO OFF echo...
  3. Bat file

    in Windows 10 Software and Apps
    Bat file: I have a bat fileI am improving it bit by bit till I have reached But not i have added a warning to it before a commandI now want to make that line font size Bigger than the others How can I do that ??So here is the Batch file content@ECHO OFF echo...
  4. Bat script to select a folder and update the path in a bat file

    in Windows 10 Support
    Bat script to select a folder and update the path in a bat file: How do I combine this scripts? i want the highlighted folder path to been passed in to the script that's been generated (rensa_datafiler.bat) Its begins with you select a folder: @Echo off Title Folder Selection echo( Select folder . . . call:FolderSelection "%SourcePath%",...
  5. .bat files

    in Windows 10 Network and Sharing
    .bat files: So i am trying to make a minecraft server and need to open a .bat file but i keep getting a error saying "This app can not run on this pc" But it worked a month ago i need a solution please....
  6. Bat file

    in Windows 10 Ask Insider
    Bat file: Good morning/evening/night, I wanted to create a batch file or an exe that can change options inside the gui of an application (the application is cisco webex) (if you are familliar with webex i want to change the audio or turn it to music mode witha batch file) but i am...
  7. .bat file

    in Windows 10 Customization
    .bat file: I have .bat file it is not working in my new PC when I double click on it. but it was working in my old PC. could your please support how to associate .bat file in windows 10? Kindly looking for your support and reply in this regards. Thanks.....
  8. .bat files changed?

    in Windows 10 Ask Insider
    .bat files changed?: Greetings. Regarding Windows 10. I have a .bat file that I've used for... well, since forever. It rarely changes and it hasn't changed in months. Despite running quite fine in its current incarnation for some months now it's quite recently it's began throwing the error:...
  9. Windows .bat File

    in Windows 10 Network and Sharing
    Windows .bat File: I have a .bat file on a pc that is supposed to get and send a file to and from a server. This .bat file is working properly when I run it on the pc but will not when trying to run it through a 3rd party software. there have been no errors, the .bat file will start to run but...
  10. reset window lock screen with bat file?

    in Windows 10 Support
    reset window lock screen with bat file?: Hi, 1. I installed RohosLogonKey. It added a logon option to the lock screen and save a "logon key" to a usb (I save it to my c: harddrive) . So that my computer can automatically logon to window. (my computer using win10 ) 2. I also setup a program called btprox. Its job...