• Itthon /
  • ablakok /
Június 27, 2017

Javítás Indítsa újra a számítógépet a fontos frissítési hurok telepítéséhez

Fix Restart your computer to install important updates loop: Windows Updates is an important part of Microsoft Operating System but what happens when updates fail to install and you’re stuck in an infinite loop trying to install the updates. Well, this is the case here where users are stuck in the loop where whenever you open Windows update it keep asking you to “Restart your computer to install important updates” but even when the system reboot you will face this message again when you open Windows update.

Javítás Indítsa újra a számítógépet a fontos frissítési hurok telepítéséhez

In short, every time you start your PC Windows updates will ask you to restart it as it wants to install the updates but even when you restart your system Windows won’t be updated and it will again ask you to restart your PC to install important updates. This is a very annoying issue and users have disabled Windows Update as they are frustrated restarting their PC on every boot.

Fix Restart your computer to install important updates infinite loop

The main cause of this error seems to be Windows registry key called “RebootRequired” which might have corrupted because of which Windows is not able to update and hence the restart loop. The simple fix is to delete the key and restart your PC but sometimes this fix doesn’t work for everyone that’s why we have listed all the possible solutions for this problem. So without wasting any time let’s see how to actually Fix Restart your computer to install important updates loop problem with the below-listed troubleshooting steps.

Javítás Indítsa újra a számítógépet a fontos frissítési hurok telepítéséhez

Győződjön meg róla, hogy hozzon létre egy visszaállítási pontot arra az esetre, ha valami baj lenne.

Method 1: Delete RebootRequired Registry Key

1. Nyomja meg a Windows Key + R billentyűkombinációt, majd írja be regedit and hit Enter to open Registry Key.

Futtassa a regedit parancsot

2.Navigate to the following registry key and hit Enter:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdateAuto UpdateRebootRequired

3. Most kattintson a jobb gombbal RebootRequired Key majd válassza ki Törlése.

Delete RebootRequired Key in order to Fix Restart your computer to install important updates loop

4. Indítsa újra a számítógépet, és próbálja meg újra frissíteni a Windows rendszert.

This should able to Fix Restart your computer to install important updates loop issue but if didn’t then continue.

2. módszer: Végezzen tiszta rendszerindítást

1. Nyomja meg a Windows Key + R billentyűkombinációt, majd írja be msconfig és nyomja meg az Enter billentyűt Rendszerbeállítások.

msconfig

2. Az Általános lapon válassza a lehetőséget szelektív indítás és alatta győződjön meg arról, hogy a „indító elemek betöltése” nincs bejelölve.

rendszerkonfiguráció ellenőrzése szelektív indítási tiszta rendszerindítás

3. Navigáljon a Szolgáltatások lapra, és jelölje be a „Az összes Microsoft szolgáltatás elrejtése."

az összes Microsoft szolgáltatás elrejtése

4.Tovább kattintson a gombra Összes tiltása ami letiltja az összes többi fennmaradó szolgáltatást.

5.Restart your PC and again try to install updates.

6.If the issue is resolved then it’s definitely caused by a third party software. In order to zero in on the particular software, you should enable a group of services (refer the previous steps) at a time then reboot your PC. Keep doing this until you figure out a group of services which are causing this error then check the services under this group one by one until you find which one is causing the problem.

6.After you had finish troubleshooting make sure to undo the above steps (select Normal startup in step 2) in order to start your PC normally.

Method 3: Reset the Transactional Logfiles

1. Nyomja meg a Windows Key + X billentyűkombinációt, majd válassza ki Parancssor (Admin).

parancssor rendszergazdai jogokkal

2. Egyenként írja be a következő parancsot a cmd-be, és mindegyik után nyomja meg az Enter billentyűt:
Jegyzet: If asked for confirmation while running any one of the below command type “Y” and hit Enter.

fsutil resource setautoreset true %SystemDrive%

attrib -r -s -h %SystemRoot%System32ConfigTxR*
del %SystemRoot%System32ConfigTxR*

attrib -r -s -h %SystemRoot%System32SMIStoreMachine*
del %SystemRoot%System32SMIStoreMachine*.tm*
del %SystemRoot%System32SMIStoreMachine*.blf
del %SystemRoot%System32SMIStoreMachine*.regtrans-ms

3.If you are not able to run the above commands then boot your PC into csökkentett módban and then try above commands.

4.Reboot your PC to save changes and again try to update Windows.

4. módszer: Futtassa a Windows Update hibaelhárítót

1. Írja be a „hibaelhárítás” szót a Windows keresősávjába, és kattintson a gombra Hibaelhárítás.

hibaelhárítási vezérlőpult

2. Ezután a bal oldali ablaktáblában válassza ki a lehetőséget Összes megtekintése.

3. Ezután a Számítógépes problémák elhárítása listából válassza ki a lehetőséget Windows Update.

válassza ki a Windows frissítést a számítógépes problémák hibaelhárítása közül

4. Kövesse a képernyőn megjelenő utasításokat, és futtassa a Windows Update hibaelhárítást.

Windows Update hibaelhárító

5. Indítsa újra a számítógépet a módosítások mentéséhez.

This should help you in fixing Restart your computer to install important updates loop problem.

5. módszer: SoftwareDistribution Folder átnevezése

1. Nyomja meg a Windows Key + X billentyűkombinációt, majd válassza ki Parancssor (Admin).

2. Most írja be a következő parancsokat a Windows Update Services leállításához, majd mindegyik után nyomja meg az Enter billentyűt:

net stop wuauserv
net stop cryptSvc
net stop bitek
net stop msiserver

A Windows frissítési szolgáltatásainak leállítása wuauserv cryptSvc bits msiserver

3. Ezután írja be a következő parancsot a SoftwareDistribution Folder átnevezéséhez, majd nyomja meg az Enter billentyűt:

ren C: WindowsSoftwareDistribution SoftwareDistribution.old
ren C: WindowsSystem32catroot2 catroot2.old

A SoftwareDistribution mappa átnevezése

4. Végül írja be a következő parancsot a Windows Update Services elindításához, és mindegyik után nyomja meg az Enter billentyűt:

net start wuauserv
net start cryptSvc
net start bitek
net start msiserver

Indítsa el a Windows frissítési szolgáltatásait, a wuauserv cryptSvc bits msiserver szolgáltatást

5. A változtatások mentéséhez indítsa újra a számítógépet.

Method 6: Run DISM (Üzembe helyezés és karbantartás ) Tool

1. Nyomja meg a Windows Key + X billentyűket, és kattintson a gombra Parancssor (Adminisztrátor).

parancssor admin

2.Type the following and press enter:

DISM / Online / Cleanup-Image / RestoreHealth

DISM helyreállítási egészségügyi rendszer

3. Hagyja futni a DISM parancsot, és várja meg, amíg befejeződik.

4. Now again run this command in order to Fix Restart your computer to install important updates loop issue:

DISM /image:C: /cleanup-image /revertpendingactions

5. A változtatások mentéséhez indítsa újra a számítógépet.

Method 7: Run Microsoft Official Troubleshooter

Kipróbálhatnád a Fixit or official Troubleshooter in order to Fix Restart your computer to install important updates loop error message.

Download Microsoft Troubleshooter to  Fix Windows Update cannot currently check for updates error

Neked ajánlott:

Ez az, ami sikeresen megvan Fix Restart your computer to install important updates loop de ha továbbra is kérdései vannak ezzel az útmutatóval kapcsolatban, nyugodtan tedd fel őket a megjegyzés részben.