So once I pressed mise à jour in Windows Mise à jour, and the progress bar appears and it starts updating. Cependant, it got stuck in "Preparing Mise à jour Installation". I cannot appuyez sur cancel parce que it says J'ai besoin de be logged in as administrator which I am, but pour une raison quelconque it thinks Je suis not. J'ai essayé rebooting the ordinateur but it encore stuck at the "preparing mise à jour" step.
>
Translation: "You must provide système administrator autorisations", "In order to cancel, you doit être logged in as an administrator compte, or request a système administrator to cancel."
Comment puis-je cancel it and redémarrer it? Je suis using Windows 8. (Not Windows 8.1)
Comment cancel Windows Mise à jour?
Re: Comment cancel Windows Mise à jour?
[Open Command prompt with Elevated privileges](https://superuser.com/questions/453409/how-can-i-always-run-the-command-prompt-as-administrator)
>
taskkill /im wuauclt.exe /f
Cela va use taskkill to "Ends one or more tasks or processes" searching for the image name `wuauclt.exe` which is the windows mise à jour processus
To vérifiez si c'est running and for more info about the processus vous pouvez run
>
tasklist /v | findstr wuauclt.exe
Cela va output the authority that called the processus so vous pouvez understand why you ne peut pas touch it avec you current privilege level
>
taskkill /im wuauclt.exe /f
Cela va use taskkill to "Ends one or more tasks or processes" searching for the image name `wuauclt.exe` which is the windows mise à jour processus
To vérifiez si c'est running and for more info about the processus vous pouvez run
>
tasklist /v | findstr wuauclt.exe
Cela va output the authority that called the processus so vous pouvez understand why you ne peut pas touch it avec you current privilege level