Προς το περιεχόμενο

Προτεινόμενες αναρτήσεις

Δημοσ.

Καλημέρα

 

Έχω πρόβλημα με τις ενημερώσεις γενικότερα τοσο του defender οσο και των windows αρχίζει να κάνει install πάει στο 34 ή 69 % και δεν ολοκληρώνεται ποτε μετα απο λίγο μου περάει error 0x800705b4 . Μάλλον έκανα καποια πατάτα που τις προάλες ειχα κάνει disable εντελώς το windows defender γιατι απο τοτε εχω αυτο το πρόβλημα , εν τέλει το ενεργοποίησα παλι κανονικά αλλα συνέχεια μου δίνει αυτο το error και δεν κάνει κανενα update.

 

Έχω δοκιμάσει αρκετά πράγματα αλλα τιποτα δεν δούλεψε οποτε οποιαδήποτε βοήθεια δεκτή

 

Ευχαριστώ

Δημοσ.

Στραβωμάρα....  :ph34r:

 

1. Command prompt as admin ---> wsreset.exe

 

2. C:\Windows\SoftwareDistribution\Download -----> delete οτι υπάρχει εκει!!

3.  

To reset the Windows Update components, follow these steps:

  1. Open a command prompt. To do this, use one of the following methods, depending on your version of Windows:
    • Windows 8.1 and Windows 8: From the Start screen, swipe in from the right side to display the charms, select Search, and then search for cmd. (Or, if you are using a keyboard and mouse, type cmd at the Start screen.) In the search results, press-and-hold or right-click Command Prompt, and then select Run as Administrator.
    • Windows 7 and earlier versions: Press the Windows logo key + R, type cmd in the Run box, and then press Enter. Right-click cmd, and then select Run as Administrator.
  2. Stop the BITS service, the Windows Update service, and the Cryptographic service. To do this, at a command prompt, type the following commands. Make sure that you press Enter after you type each command.
    • net stop bits
    • net stop wuauserv
    • net stop appidsvc
    • net stop cryptsvc
  3. Delete the qmgr*.dat files. To do this, at a command prompt, type the following command, and then press Enter:
    Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"
  4. If this is your first attempt at resolving your Windows Update issues by following the steps in this article, you should skip step 4 and go to step 5. You should follow step 4 at this point in the troubleshooting only if you cannot resolve your Windows Update issues after you follow all steps except step 4. (Step 4 is performed by the "Aggressive" mode of the Fix it Solution that was mentioned earlier.)
    1. Rename the softare distribution folders backup copies. To do this, at a command prompt, type the following commands. Make sure that you press Enter after you type each command.
      • Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
      • Ren %systemroot%\system32\catroot2 catroot2.bak
    2. Reset the BITS service and the Windows Update service to the default security descriptor. To do this, at a command prompt, type the following commands. Make sure that you press Enter after you type each command.
      • sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
      • sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
  5.  
    At a command prompt, type the following command, and then press Enter:
    cd /d %windir%\system32
  6. Reregister the BITS files and the Windows Update files. To do this, at a command prompt, type the following commands. Make sure that you press Enter after you type each command.
    • regsvr32.exe atl.dll
    • regsvr32.exe urlmon.dll
    • regsvr32.exe mshtml.dll
    • regsvr32.exe shdocvw.dll
    • regsvr32.exe browseui.dll
    • regsvr32.exe jscript.dll
    • regsvr32.exe vbscript.dll
    • regsvr32.exe scrrun.dll
    • regsvr32.exe msxml.dll
    • regsvr32.exe msxml3.dll
    • regsvr32.exe msxml6.dll
    • regsvr32.exe actxprxy.dll
    • regsvr32.exe softpub.dll
    • regsvr32.exe wintrust.dll
    • regsvr32.exe dssenh.dll
    • regsvr32.exe rsaenh.dll
    • regsvr32.exe gpkcsp.dll
    • regsvr32.exe sccbase.dll
    • regsvr32.exe slbcsp.dll
    • regsvr32.exe cryptdlg.dll
    • regsvr32.exe oleaut32.dll
    • regsvr32.exe ole32.dll
    • regsvr32.exe shell32.dll
    • regsvr32.exe initpki.dll
    • regsvr32.exe wuapi.dll
    • regsvr32.exe wuaueng.dll
    • regsvr32.exe wuaueng1.dll
    • regsvr32.exe wucltui.dll
    • regsvr32.exe wups.dll
    • regsvr32.exe wups2.dll
    • regsvr32.exe wuweb.dll
    • regsvr32.exe qmgr.dll
    • regsvr32.exe qmgrprxy.dll
    • regsvr32.exe wucltux.dll
    • regsvr32.exe muweb.dll
    • regsvr32.exe wuwebv.dll
  7. Reset Winsock. To do this, at a command prompt, type the following command, and then press Enter:
    netsh winsock reset
  8. If you are running Windows XP, you have to configure the proxy settings. To do this, at a command prompt, type the following command, and then press Enter:

    proxycfg.exe -d
    If you are running other versions of Windows, at a command prompt, type the following command, and then press Enter:
    netsh winhttp reset proxy
  9. Restart the BITS service, the Windows Update service, and the Cryptographic service. To do this, at a command prompt, type the following commands. Make sure that you press Enter after you type each command.
    • net start bits
    • net start wuauserv
    • net start appidsvc
    • net start cryptsvc
  10. Windows Vista only: Clear the BITS queue. To do this, at a command prompt, type the following command, and then press Enter:
    bitsadmin.exe /reset /allusers
  11. Install the latest Windows Update Agent.
  12. Restart the computer.

 

  1.  
Δημοσ.

Επίσης ένα sfc /scannow στο cmd με δικαιώματα διαχειριστή, μπορεί να βοηθήσει. Άμα βρει κατεστραμμένα αρχεία και δεν μπορεί να τα διορθώσει δοκίμασε ξανά.

Δημοσ.

Όλα ειναι μια χαρά οπως ειπα το πρόβλημα άρχισε απο την μέρα που έκανα disable εντελώς τον defender αλλα τώρα που τον ξανα ενεργοποίησα εχω τα προβλήματα , κατι πρέπει να πειράχτηκε αλλα τι δεν ξέρω

 

There were some problems installing updates, but we'll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x800705b4)

Δημοσ.

Τρέξε και το Windows Update Troubleshooter μέσα απο το control panel, μπας και. Αν και πρέπει να κάνει τα περισσότερα που πρότεινε o WalkerSW στο δεύτερο του post.

 

Άμα δεν γίνει και με αυτό δύσκολα τα πράγματα. Αναγκαστικά re-install ή refresh.

 

Ως τελευταία λύση μπορείς να δοκιμάσεις και το Windows Repair, αλλα γενικότερα δεν ενδύκνειται γιατί μπορεί να δημιουργήσει πρόβλημα.

Δημοσ.

Μάλλον τελικά θα καταφύγω σε format μιας ειχα περάσει τα 10 πάνω απο τα 8.1 , ειχα καποια θεματάκια με τον defender και απο πριν αλλα οχι κατι να επηρεάσει τα updates κτλπ οποτε τελικά ευκαιρία να πάω και σε καθαρή εγκατάσταση τώρα

Δημιουργήστε ένα λογαριασμό ή συνδεθείτε για να σχολιάσετε

Πρέπει να είστε μέλος για να αφήσετε σχόλιο

Δημιουργία λογαριασμού

Εγγραφείτε με νέο λογαριασμό στην κοινότητα μας. Είναι πανεύκολο!

Δημιουργία νέου λογαριασμού

Σύνδεση

Έχετε ήδη λογαριασμό; Συνδεθείτε εδώ.

Συνδεθείτε τώρα
  • Δημιουργία νέου...