Make Windows Update of each version of Windows

Almost all users γνωρίζουν την εφαρμογή “Windows Update” μια υπηρεσία ενσωματωμένη στο λειτουργικό τους, που βοηθάει στη λήψη και εγκατάσταση των τελευταίων ενημερώσεων, pack, drivers και των κρίσιμων επιδιορθώσεων που κυκλοφορεί η .

Sometimes, however, the program does not work well, and users experience various problems with Windows Update. So they are unable to download or install new updates, there are messages from random errors, or the application is unable to look for new updates, and when searching it can search for years. windows tweak 10

These they can occur when the Windows Update database is corrupted, or one or more services that work with Windows Update are not working.

Below we will create a simple script that can help you in defining various topics that appear in the Window Update. The script can be used on all versions of Windows.

In essence, the script just restores Window Update components such as system folders (catroot2, SoftwareDistribution, etc.) and services (Background Intelligent Transfer, Encryption Services and Windows Update or Automatic Updates) to troubleshoot your problems are presented.

Open a notepad of the notepad (we in Windows we use notepad + + is free and we highly recommend it) and copy - paste the text below to create a small batch script.

@ECHO OFF echo Simple Script to Reset / Clear Windows Update echo. PAUSE echo. attrib -h -r -s %windir%\system32\catroot2 attrib -h -r -s %windir%\system32\catroot2\*.* net stop wuauserv net stop CryptSvc net stop BITS ren %windir%\system32\catroot2 catroot2 .old ren %windir%\SoftwareDistribution sold.old ren "%ALLUSERSPROFILE%\application data\Microsoft\Network\" downloader.old net Start BITS net start CryptSvc net start wuauserv echo. echo Task completed successfully... echo. PAUSE

Name the file as you wish but save it as a .bat file. We named it iguruBatWU.bat, and an easy way to do that is when you press save to write the name and extension along with the quotes… that is:

IguruBatWU.bat

If you still do not want to get into the process, download the file from the link below

iguruBatWU.zip

When you create or download the file to your computer, extract it from .zip and run it as an administrator by right-clicking "open as administrator."

That's it…

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.087 registrants.

Written by Dimitris

Dimitris hates on Mondays .....

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).