В инструкции описано несколько способов убрать пароль при входе в Windows 10 при включении компьютера, а также отдельно при выходе из режима сна. Сделать это можно не только с помощью настроек учетных записей в панели управления, но и используя редактор реестра, настройки электропитания (для того, чтобы отключить запрос пароля при выходе из сна), или бесплатные программы для включения автоматического входа, а можно и просто удалить пароль пользователя — все эти варианты подробно изложены ниже.
Для того, чтобы выполнить описанные ниже действия и включить автоматических вход в Windows 10, ваша учетная запись должна иметь права администратора (обычно, это так и есть по умолчанию на домашних компьютерах). В конце статьи имеется также видео инструкция, в которой наглядно показан первый из описанных способов. По более новой версии системы материал доступен здесь: Как убрать пароль при входе в Windows 11. См. также: Как поставить пароль на Windows 10, Как сбросить пароль Windows 10 (если вы его забыли).
- Как убрать пароль при входе (отключить запрос пароля) в настройках учетных записей
- Автоматический ввод пароля Windows 10 с помощью редактора реестра
- Отключение пароля при выходе из режима сна Windows 10
- Вход в Windows 10 без пароля с помощью программы Autologon от Microsoft Sysinternals
- Как удалить пароль пользователя Windows 10 полностью
- Видео инструкция
- Дополнительная информация
Отключение запроса пароля при входе в настройках учетных записей пользователей
Первый способ убрать запрос пароля при входе в систему Windows 10 очень простой и не отличается от того, как это делалось в предыдущей версии ОС. Потребуется выполнить несколько простых шагов.
- В случае, если в вашей системе вход выполняется не по паролю, а по ПИН-коду, сначала отключите их используя обе части этой инструкции: Как отключить запрос на создание ПИН-кода и удалить ПИН-код в Windows 10.
- Нажмите клавиши Windows + R (где Windows — клавиша с эмблемой ОС) и введите netplwiz или control userpasswords2 затем нажмите Ок. Обе команды вызовут появление одного и того же окна настройки учетных записей.
- Чтобы включить автоматический вход в Windows 10 без ввода пароля, выберите пользователя, для которого нужно убрать запрос пароля и снимите отметку с «Требовать ввод имени пользователя и пароля». Если такой отметки нет, решение описано здесь: Что делать если нет пункта Требовать ввод имени пользователя и пароля в Windows 10.
- Нажмите «Ок» или «Применить», после чего потребуется ввести текущий пароль и его подтверждение для выбранного пользователя (которого можно и поменять, просто введя другой логин). Внимание: если у вас используется учетная запись Майкрософт и метод не сработает, попробуйте снова, но в верхнем поле вместо имени пользователя укажите привязанный адрес электронной почты (E-mail).
Также, по некоторым отзывам, если отключение пароля на срабатывает сразу — попробуйте выполнить его дважды: отключили запрос, применили, включили, применили, снова отключили.
В случае, если отметки «Требовать ввод имени пользователя и пароля» в окне нет, зайдите в Параметры – Учетные записи – Варианты входа и проверьте, есть ли там пункт «Требовать выполнение входа с Windows Hello для учетной записи Майкрософт». Если есть — отключите и снова зайдите в настройки автоматического входа в систему. Если нет, запустите командную строку от имени администратора (как это сделать) и введите команду (нажав Enter после неё):
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v DevicePasswordLessBuildVersion /t REG_DWORD /d 0
После выполнения команды закройте командную строку и перезагрузите компьютер. Затем повторите шаги, описанные выше — пункт для отключения запроса пароля должен появиться. Также опция «Требовать ввод имени пользователя и пароля» будет недоступна если ваш компьютер в настоящее время подключен к домену. Однако, есть возможность отключить запрос пароля с помощью редактора реестра, хотя этот способ и менее безопасный, чем только что описанный.
Как убрать пароль при входе с помощью редактора реестра Windows 10
Есть еще один способ проделать вышеописанное — использовать для этого редактор реестра, однако при этом следует учитывать, что в данном случае ваш пароль будет храниться в открытом виде в качестве одного из значений реестра Windows, соответственно любой может его просмотреть. Примечание: далее будет также рассмотрен аналогичный способ, но с шифрованием пароля (с помощью Sysinternals Autologon).
Для начала, запустите редактор реестра Windows 10, для этого нажмите клавиши Windows + R, введите regedit и нажмите Enter.
Перейдите к разделу реестра
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
Для включения автоматического входа в систему для домена, учетной записи Microsoft или локальной учетной записи Windows 10, выполните следующие шаги:
- Измените значение AutoAdminLogon (дважды кликните по этому значению справа) на 1.
- Измените значение DefaultDomainName на имя домена или имя локального компьютера (можно посмотреть в свойствах «Этот компьютер»). Если этого значения нет, его можно создать (Правая кнопка мыши — Создать — Строковый параметр).
- При необходимости, измените DefaultUserName на другой логин, либо оставьте текущего пользователя.
- Создайте строковый параметр DefaultPassword и в качестве значения укажите пароль учетной записи.
После этого можно закрыть редактор реестра и перезагрузить компьютер — вход в систему под выбранным пользователем должен произойти без запроса логина и пароля.
Как отключить пароль при выходе из режима сна
Также может потребоваться убрать запрос пароля Windows 10 при выходе компьютера или ноутбука из сна. Для этого в системе предусмотрена отдельная настройка, которая находится в (клик по значку уведомлений) Все параметры — Учетные записи — Параметры входа. Эту же опцию можно изменить с помощью редактора реестра или редактора локальной групповой политики, что будет показано далее.
В разделе «Требуется вход» (на некоторых компьютерах или ноутбуках такой раздел может отсутствовать) установите «Никогда» и после этого, выйдя из сна компьютер не будет снова запрашивать ваш пароль.
Есть и еще один способ отключить запрос пароля при данном сценарии — использовать пункт «Электропитание» в Панели управления. Для этого, напротив используемой в настоящий момент схемы, нажмите «Настройка схемы электропитания», а в следующем окне — «Изменить дополнительные параметры питания».
В окне дополнительных параметров кликните по «Изменить параметры, которые сейчас недоступны», после чего измените значение «Требовать введение пароля при пробуждении» на «Нет». Примените сделанные настройки. Не на всех системах в параметрах электропитания вы найдете такой пункт, если он отсутствует — пропускаем этот шаг.
Как отключить запрос пароля при выходе из сна в редакторе реестра или редакторе локальной групповой политики
Помимо параметров Windows 10, отключить запрос пароля при выходе системы из режима сна или гибернации можно, изменив соответствующие системные параметры в реестре. Сделать это можно двумя способами.
Для Windows 10 Pro и Enterprise самым простым способом будет использование редактора локальной групповой политики:
- Нажмите клавиши Win+R и в введите gpedit.msc
- Перейдите к разделу Конфигурация компьютера — Административные шаблоны — Система — Управление электропитанием — Параметры спящего режима.
- Найдите два параметра «Требовать пароль при выходе из спящего режима» (один из них для питания от батареи, другой — от сети).
- Дважды кликните по каждому из этих параметров и установите «Отключено».
После применения настроек пароль при выходе из спящего режима больше запрашиваться не будет.
В Windows 10 Домашняя редактор локальной групповой политики отсутствует, но сделать то же самое можно с помощью редактора реестра:
- Зайдите в редактор реестра и перейдите к разделу
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\0e796bdb-100d-47d6-a2d5-f7d2daa51f51
(при отсутствии указанных подразделов создайте их с помощью пункта «Создать» — «Раздел» контекстного меню при правом нажатии по имеющемуся разделу).
- Создайте два значения DWORD (в правой части редактора реестра) с именами ACSettingIndex и DCSettingIndex, значение каждого из них — 0 (оно такое сразу после создания).
- Закройте редактор реестра и перезагрузите компьютер.
Готово, пароль после выхода Windows 10 из сна спрашиваться не будет.
Как включить автоматический вход в Windows 10 с помощью Autologon for Windows
Еще один простой способ отключить ввод пароля при входе в Windows 10, а осуществлять его автоматически — бесплатная программа Autologon for Windows, которая доступна на официальной странице https://docs.microsoft.com/ru-ru/sysinternals/downloads/autologon.
Если по какой-то причине способы отключить пароль при входе, описанные выше, вам не подошли, можете смело попробовать этот вариант, во всяком случае чего-то вредоносного в нём точно не окажется и вероятнее всего он сработает. Всё что потребуется после запуска программы — согласиться с условиями использования, а затем ввести текущий логин и пароль (и домен, если вы работаете в домене, для домашнего пользователя обычно не нужно, программа может автоматически подставить имя компьютера) и нажать кнопку Enable.
Вы увидите информацию о том, что автоматический вход в систему включен, а также сообщение, что данные для входа зашифрованы в реестре (т.е. по сути это второй способ данного руководства, но более безопасный). Готово — при следующей перезагрузке или включении компьютера или ноутбука вводить пароль не понадобится.
В дальнейшем, если будет нужно снова включить запрос пароля Windows 10 — снова запустите Autologon и нажмите кнопку «Disable» для отключения автоматического входа.
Как полностью убрать пароль пользователя Windows 10 (удалить пароль)
Если вы используете локальную учетную запись на компьютере (см. Как удалить учетную запись Майкрософт Windows 10 и использовать локальную учетную запись), то вы можете полностью убрать (удалить) пароль для вашего пользователя, тогда его не придется вводить, даже если вы заблокируете компьютер клавишами Win+L. Чтобы сделать это, выполните следующие шаги.
Есть несколько способов сделать это, один из них и, вероятно, самый простой — с помощью командной строки:
- Запустите командную строку от имени администратора (для этого вы можете начать набирать «Командная строка» в поиске на панели задач, а когда найдется нужный элемент — кликнуть по нему правой кнопкой мыши и выбрать пункт меню «Запустить от имени администратора».
- В командной строке по порядку использовать следующие команды, нажимая Enter после каждой из них.
- net user (в результате выполнения этой команды вы увидите список пользователей, в том числе скрытых системных, под теми именами, под которыми они значатся в системе. Запомните написание имени вашего пользователя).
-
net user имя_пользователя ""
(при этом если имя пользователя состоит из более одного слова, также возьмите его в кавычки).
После выполнения последней команды, у пользователя будет удален пароль, и вводить его для входа в Windows 10 не будет необходимости.
Видео инструкция
Дополнительная информация
Судя по комментариям, многие пользователи Windows 10 сталкиваются с тем, что даже после отключения запроса пароля всеми способами, он иногда запрашивается после того, как компьютер или ноутбук не используется некоторое время. И чаще всего причиной этого оказывалась включенная заставка с параметром «Начинать с экрана входа в систему».
Чтобы отключить этот пункт, нажмите клавиши Win+R и введите (скопируйте) следующее в окно «Выполнить»:
control desk.cpl,,@screensaver
Нажмите Enter. В открывшемся окне параметров заставки снимите отметку «Начинать с экрана входа в систему» или вовсе отключите заставку (если активная заставка — «Пустой экран», то это тоже включенная заставка, пункт для отключения выглядит как «Нет»).
И еще один момент: в Windows 10 последних верий появилась функция «Динамическая блокировка», настройки которой находятся в Параметры — Учетные записи — Параметры входа.
Если функция включена, то Windows 10 может блокироваться паролем, когда вы, к примеру, отходите от компьютера с сопряженным с ним смартфоном (или отключаете Bluetooth на нем).
И последний нюанс: у некоторых пользователей после использования первого метода отключения пароля для входа в систему, на экране входа в систему появляется два одинаковых пользователя и требуется пароль. Обычно такое происходит при использовании учетной записи Майкрософт, возможное решение описано в инструкции Два одинаковых пользователя Windows 10 при входе.
Windows 10 сама перезагружается — это широко распространенная проблема среди пользователей персональных компьютеров. В сегодняшней статье мы поговорим с вами, какие причины могут стоять за этой неполадкой и как ее можно устранить.
Почему Windows 10 сама перезагружается?
Причин за самопроизвольными перезагрузками Windows 10 — вагон и маленькая тележка. Давайте взглянем на список возможных причин:
- особые настройки электропитания;
- некорректно работающие драйвера;
- устаревшая версия BIOS;
- перегревы аппаратных комплектующих ПК;
- проблемы с оперативной памятью (или другим железом);
- активная опция автоматической перезагрузки;
- повреждение системных файлов и хранилища компонентов;
- вирусы и вредоносное ПО.
Windows 10 сама перезагружается — что делать?
Сразу стоит предупредить, что указанные ниже методы не являются 100% решением: что-то может сработать для одного пользователя, что-то — для другого. Ничего опасного мы не предлагаем, а поэтому можете выполнять их в любом удобном для вас порядке.
Решение №1 Сканирование системы на наличие вирусов
В некоторых случаях за перезагрузкой Windows 10 могут стоять вирусы. Возможно, не так давно вы переходили на подозрительный сайт в Интернете или запускали такой же EXE’шник, после чего на вашем ПК поселилась какая-то зараза. Просканируйте свою «десятку» и избавьтесь от всех найденных угроз. Использовать можно даже системный Защитник Windows 10!
Решение №2 Обновление драйверов
Windows 10 может сама перезагружаться в том случае, если некоторые драйвера в системе начали работать некорректно. Чаще всего за различными неполадками стоит видеодрайвер — давайте попробуем с вами его обновить. Вот как это делается:
- нажмите Win+R, чтобы вызвать диалоговое окошко «Выполнить»;
- пропишите в пустой строке этого окна значение devmgmt.msc и нажмите Enter;
- в окне Диспетчера устройств раскройте раздел «Видеоадаптеры»;
- нажмите правой кнопкой мыши на свою видеокарту и выберите опцию «Обновить драйвер»;
- кликните на опцию «Автоматический поиск обновленных драйверов» в следующем окошке»;
- подождите установки свежей версии драйвера.
Проделайте тоже самое и для остальных драйверов в системе. Как только закончите, перезагрузите компьютер и проверьте, продолжает ли Windows 10 перезагружаться самостоятельно или нет.
Решение № 3 Восстановление системных файлов и хранилища компонентов
Повреждение системных файлов и хранилища компонентов Windows 10 может привести к тому, что ОС начнет случайно перезагружаться. Устранить эти повреждения вы можете с помощью средств SFC и DISM. Вот что вам нужно сделать:
- нажмите ПКМ на Пуск и выберите «Командная строка (администратор)»;
Обязательно вызовите Командную строку с правами администраторской учетной записи, иначе нормально метод выполнить не удастся!
- вызвав Командную строку, выполните следующий ряд команд:
- sfc /scannow
- DISM /Online /Cleanup-Image /CheckHealth
- DISM /Online /Cleanup-Image /ScanHealth
- DISM /Online /Cleanup-Image /RestoreHealth
Разумеется, перезагрузите свой ПК после выполнения первой и последней команды в вышеуказанном списке.
Решение №4 Настройка электропитания ПК
Windows 10 может начать внезапно перезагружаться, если в системе были изменены определенные настройки электропитания. Подобные настройки могли быть изменены различными программами или даже вирусами.
Так или иначе вам нужно открыть раздел с электропитанием и проверить, все ли нормально, а если нет — изменить настройки. Попробуйте сделать вот что:
- нажмите Win+S, чтобы вызвать поисковую строку;
- пропишите «Панель управления» и выберите найденный результат;
- выберите раздел «Оборудование и звук», далее — подраздел «Электропитание»;
- поставьте галочку у схемы «Высокая производительность» и нажмите на ссылку «Настройка схемы электропитания» рядом с ней;
- выставьте значение «Никогда» в настройках отключения дисплея и перехода в спящий режим;
- теперь кликните на ссылку «Изменить дополнительные параметры питания»;
- откройте раздел «Управление питанием процессора» и выставьте значение «100%» для минимального и максимального состояния процесса;
- сохраните изменения в настройках электропитания и перезагрузите компьютер.
Протестируйте свой компьютер и убедитесь, что ваша Windows 10 больше не перезагружается самостоятельно.
Решение №5 Проверка температуры комплектующих
При перегреве практически любых комплектующих компьютер может уйти в перезагрузку. Вам необходимо проверить температуру своего железа с помощью специализировано ПО, а затем постараться снизить ее. HWMonitor и AIDA64 — пара отличных утилит для мониторинга системы, где также можно ознакомиться с показателями температурных датчиков. Допустим, у вас перегревается процессор — что делать? Зачастую помогает чистка кулера от пыли и замена термопасты. Как только вы снизите температуру, ПК должен перестать перезагружаться.
Решение №6 Отключение автоматической перезагрузки
Windows 10 может сама перезагружаться, если в настройках ОС активирована опция автоматической перезагрузки (используется при появлении BSoD). Чтобы отключить эту опцию, вам нужно сделать следующее:
- нажмите Win+S;
- пропишите запрос «Система» и выберите найденный результат;
- кликните на ссылку «Дополнительные параметры системы»;
- в разделе загрузки и восстановления нажмите на «Параметры…»;
- уберите галочку с опции «Выполнить автоматическую перезагрузку»;
- сохраните изменения и перезагрузите компьютер.
Входим в систему и наблюдаем за ее поведением. Возможно, на этот раз никаких перезагрузок не последует.
Решение №7 Обновление BIOS
Устаревшая версия прошивки BIOS может вызывать множество проблем, включая и случайные перезагрузки Windows 10. Вам нужно пройти на официальный сайт производителя своей материнской платы и ознакомиться с шагами по обновлению BIOS. Вот вам примеры таких страниц:
- https://www.asus.com/ua/support/FAQ/1008859/
- https://ru.msi.com/page/live-update-5-manual
- https://support.lenovo.com/cy/ru/solutions/ht500008
- https://support.hp.com/ua-ru/document/c01736634
Внимательно читаем инструкции на этих страничках и обновляем BIOS. Зачастую процесс крайне простой и не занимает много времени.
Решение №8 Проверка оперативной памяти
Проблемы с оперативной памятью могут привести к тому, что Windows 10 сама перезагружается. Вы можете проверить свою RAM на наличие ошибок при помощи системного средства. Запустить в работу это средство можно так:
- нажмите Win+S;
- пропишите запрос «Средство проверки памяти Windows» и выберите найденный результат;
- в диалоговом окошке нажмите «Выполнить перезагрузку и проверку (рекомендуется)».
Ваш ПК будет перезагружен, после чего начнется проверка оперативной памяти. Процесс может занять достаточно продолжительный срок — наберитесь терпения. Плюс проверять стоит по планке за раз. Не хотите использовать системное средство? Можете воспользоваться сторонним ПО, например, Memtest86+. С RAM действительно что-то не так? Несите ее в сервисный центр либо покупайте новую планку.
После устранения неполадок с оперативкой ваша Windows 10 сама перезагружаться больше не должна.
Thanks to its user-friendly design and extensive functionality, Windows 10 is a popular operating system all over the globe. However, users often find problems while updating the operating system. One of the most typical issues encountered by Windows 10 users is the Windows 10 update stuck at 100%. This is inconvenient since it prohibits users from accessing their systems and performing their tasks.
This article will explore several practical solutions for fixing Windows 10 Update Stuck at 100. We will also suggest software that helps you recover lost data when dealing with this problem. Let’s get started!
Workable Solutions | Step-by-step Troubleshooting |
---|---|
1. Ensure Windows 10 Update | Before attempting to resolve the Windows 10 update stopped at 100% problem…Full steps |
2. Remove USB Peripherals | When a USB peripheral is attached to a computer, the system recognizes…Full steps |
3. Run Windows Troubleshooter | The Windows Update troubleshooter is an in-built utility designed to…Full step |
4. Relaunch Windows Update | The Windows Update Service ensures that your machine is operating…Full steps |
More Fixes | The existence of viruses or malware on your computer might cause…Full steps |
Windows 10 Update Stuck at 100 Overview
The Windows 10 update stuck at 100% is a typical problem many Windows 10 users have when upgrading; other errors like Windows update error code 0x80080005 also puzzle many users in upgrading their computers. When a user boosts their operating system, the process might get stuck at 100%, preventing the user from finishing the update and accessing their machine. This problem can be caused by various factors, including faulty system files, obsolete drivers, or competing apps operating in the background.
The update procedure is critical for keeping your system updated with the most recent security patches, bug fixes, and new features. As a result, it is essential to address the Windows 10 update stuck at 100% problem as soon as possible to guarantee the proper functioning of your system.
How to Solve Windows 10 Update Stuck at 100 [8 Methods]
Fortunately, various efficient methods are available to help you resolve the Windows 10 update stopped at 100% problem. These solutions vary from simple troubleshooting actions to more complex approaches. In this section, we have outlined some of the best solutions. We have tried and tested these methods to ensure they work for you. Let’s look at them in detail here:
1. Make Sure the Windows 10 Update Is Stuck
Before attempting to resolve the Windows 10 update stopped at 100% problem, ensure the update process is stalled. The update process can take longer than usual to finish, and it can seem stuck at 100% when it is not. As a result, it is critical to wait some time to determine whether the updating process continues. Depending on the update size and your machine’s speed, the update process should take around 20-30 minutes.
Inspect your system’s challenging disk activity to see whether the Windows 10 update is stalled. If the hard drive LED is flickering, the update procedure is still in progress, and you should wait for it to finish. If the hard drive LED is not flashing, it might mean that the update process has been stalled. For example, when you use the Windows Update option to upgrade from Windows 10 to 11, the hard drive LED stops flickering; it refers to the Windows 11 installation being stuck.
2. Remove Any USB Peripherals on the Computer
When a USB peripheral is attached to a computer, the system recognizes it as a new device and attempts to install the required drivers. This operation can sometimes interfere with the Windows 10 update process, leading it to get stuck at 100%.
External hard drives, USB flash drives, printers, scanners, and other USB-connected devices are examples of USB peripherals. By eliminating these peripherals, you avoid any conflicts that can develop during the upgrade process, enabling it to run smoothly. As a result, before upgrading your system, you should unplug any USB devices attached to your computer.
3. Fix the Problem with Windows Update Troubleshooter
The Windows Update Troubleshooter is an in-built utility designed to investigate and fix update-related problems. Try running it to test whether the Windows Update Troubleshooter can fix the problem. The procedure is as follows:
Step 1. Press the Windows key and then type Troubleshoot into the search bar that appears.
Step 2. Select «Troubleshoot» from the list of search results.
Step 3. Click the «Other Troubleshoot» button, then pick «Windows Update» in the following box.
Step 4. Once done, click the «Run» tab.
Step 5. Click «Apply» once done.
Step 6. Please refer to the on-screen prompts to resolve this problem.
Note: To test whether the update can be installed, run Windows Update once again.
What to do if Windows Update is not working? The following passage will fix it for you.
4. Relaunch the Windows Update Service on Computer
The Windows Update Service ensures that your machine is operating the most current version of the Windows operating system. This is the responsibility of the user. If you turn off the Windows Update Service on your computer, the machine cannot automatically search for and download the most current operating system update. Therefore, you should attempt to restart the Windows Update Service to prevent the Windows update from being stalled. Here are the steps to do so:
Step 1. Open «Run» by pressing Win + R.
Step 2. Enter services.msc when prompted in Run.
Step 3. Find the Windows Update Service with a right-click on the next window.
Step 4. From the menu that appears, choose «Properties». The «Stop» button can be found in the Properties dialogue. Click it.
Note: Don’t press the Start button again for a few seconds.
Step 5. Expand the corresponding dropdown menu to choose «Automatic as the Startup type».
Step 6. To commit your changes, choose «Apply» > «OK».
5. Remove Computer Viruses or Malware
The existence of viruses or malware on your computer might cause the Windows 10 upgrade to get stuck at the 100 percent mark. These malicious applications can potentially interrupt the update process, among other things, and interfere with the system’s regular functioning. As a result, before updating to Windows 10, you should clean your PC of any viruses or malware.
To see whether this is the case, you can use the security software on your computer to do a scan. If you do not have an external security application installed, you can boot the Command Prompt to launch built-in repair tools such as SFC, DISM command, and CHKDSK. If you remove them beforehand, your Windows 10 upgrade will go more efficiently, and your machine will be safer from malware and viruses.
6. Perform a Clean Boot on Windows
A clean boot can start Windows with a bare minimum of drivers and starting apps to minimize software incompatibilities while installing Windows updates. A clean boot requires you to complete the following:
Step 1. In the Run window, type msconfig and hit Enter.
Step 2. Then, click the «Services menu» item. To conceal all Microsoft services, choose this check box.
Step 3. To finish, select «Disable all» and «Apply».
Step 4. To access the Task Manager, choose the «Startup» menu item and click «Open».
Step 5. Select the first running program in the Task Manager window, then click «Disable».
Note: Here, you must manually shut down each running program.
Step 6. Click «OK» to exit Task Manager once you’ve disabled all unwanted software.
After that, you can restart your machine and attempt to upgrade to Windows again. If the «working on updates 100% complete» issue does not appear after a clean boot, it was caused by an application.
Suppose you find the solutions above work to fix your problems. In that case, sharing this article with all your friends or colleagues on various social platforms such as Twitter and Instagram is appreciated.
7. Run DISM Command in Safe Mode
Another option is using the DISM command in Safe Mode to repair corrupted files. Here are the steps you should take:
Step 1. In the search bar, enter «CMD,» right-click the first result and choose «Run as administrator.»
Step 2. Enter each of the following instructions after typing it:
Dism /Online /Cleanup-Image /CheckHealth Dism /Online /Cleanup-Image /ScanHealth Dism /Online /Cleanup-Image /RestoreHealth
Step 3. Allow the DISM command to run through to completion. Try the following commands if the ones above don’t work:
Dism /Image:C:\offline /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows /LimitAccess
Restarting your computer should resolve the «Windows is stuck on updating» problem.
8. Run System Restore in Windows Recovery Environment
System restores can generate restore points automatically whenever you install a new program, driver, or Windows update or manually create a restore point. However, any software, drivers, or updates updated after the restore point was made will be deleted. Follow the steps below:
Step 1. To access the Control Panel (Desktop app), press the Start button, then enter the Control Panel into the search box next to the Start button on the taskbar.
Step 2. Find System Restore in the Control Panel, click on it, and then choose «Recovery», «Open System Restore», and Next.
Step 3. Select the backup before installing the faulty software, driver, or update, and then hit «Next» > «Finish».
How to Restore Lost Data When Windows 10 Update Stuck/Failed
Users can be frustrated if they lose data because of a botched or stopped Windows 10 upgrade. Fortunately, data recovery software programs are available to assist you in recovering deleted files on Windows 10 and restoring lost data in various situations. EaseUS Data Recovery Wizard is one such application, a strong and dependable data recovery program that can recover lost data due to failed or blocked Windows 10 updates.
EaseUS Data Recovery Wizard is a user-friendly software that even novices can use. It offers an easy-to-use interface that walks you through the recovery procedure. The program can recover many contents, including images, movies, and documents, from various storage media, including hard disks, USB drives, SD cards, and more.
Sometimes, problems may occur after the update. For example, desktop file folders disappear after Windows 10 upgrade. What’s more, data loss is another problem usually discussed after upgrading. EaseUS software also can help you recover lost files after Windows 10 update.
- Recover deleted files or lost files, documents, photos, audio, music, and emails effectively.
- Support Windows 11/10/8/7 and Windows Server 2022/2019/2016/2012/2008/2003.
- Support data recovery for system crashes and various scenarios, including sudden deletion, formatting, hard drive corruption, and virus attack.
Also, EaseUS software is easy to operate; only three steps to recover the lost data.
Step 1. Select a location and start scanning
Launch EaseUS Data Recovery Wizard and choose the partition where you lost data. Then, click «Search for Lost Data».
Step 2. Filter and preview files
Use the file format filter on the left or upper right corner to find the files you need. If you remember the file name, you can also search in the search box, which is the fastest way to find the target file. Then, you can click the «Preview» button or double-click a file to preview its content.
Step 3. Recover lost data or files
Click the checkbox next to the file and click «Recover» to restore the lost data to your local storage or Cloud drive.
Conclusion
It’s frustrating when the Windows 10 update gets stuck or fails, but there are ways to fix the problem and retrieve any data that has been lost. If you’ve lost files or data due to a Windows 10 upgrade that didn’t go smoothly or got stuck, EaseUS Data Recovery Wizard will help you get it back. EaseUS is an excellent program for recovering deleted files on a computer due to its intuitive design and robust recovery features. You can use EaseUS to recover lost information after a system crash, formatting, or accidental deletion of files.
Some frequently asked questions related to Windows updating:
1. How to fix the Windows update not working?
Try restarting your computer, running the Windows Update Troubleshooter, deleting the Windows Update cache, verifying your internet connection, turning off your antivirus software, or manually downloading and installing updates to see if it fixes the Windows update not working. If none of these suggestions work, contact Microsoft support or a professional for more help.
2. Why is Windows 10 update takes forever?
The Windows 10 update may take a while for various reasons, including a sluggish internet connection, obsolete technology, a lack of available storage, incompatible applications, or a corrupted update file. The size and complexity of the update may also be a factor that will lengthen the installation time.
3. How long will Windows 10 21H2 update take?
The speed of your internet connection, the functionality of your machine, and the size of the update are just a few of the variables that might affect how long it takes to install the Windows 10 21H2 update. However, the installation procedure might take 20 minutes to many hours to finish.
4. How to update Windows from 20H2 to 21H2?
To upgrade your Windows 10 from version 20H2 to version 21H2, utilize the Windows Update function or manually download the update from the Microsoft website. To utilize Windows Update:
- 1. Go to «Settings» > «Update & Security» > «Windows Update».
- 2. Click on «Check» for updates. If an update is available, click the «Download and Install» button.
Sometimes Windows automatically downloads updates and then restarts your computer, even if you don’t want it to at that moment. There’s a way to work around this, however, in Windows 10 and a fix for earlier versions of Windows. Get back control of your PC with the steps below.
Schedule Automatic Restarts in Windows 10
After downloading updates, Windows 10 automatically picks a time to restart your computer for you, based on when you tend to not use it (e.g., 3 am), but that would depend on your computer being on at that time. Instead, choose a more convenient day and time for the reboot so the update gets installed and your work doesn’t get cut off. Here’s how to tell Windows you want to choose the restart time for Windows Updates:
1. Navigate to the Setings menu. You can get there by selecting Settings from the Start menu.
2. Select Update & Security.
3. Click Advanced options.
4. Change the dropdown from Automatic (recommended) to «Notify to schedule restart»
Windows will now tell you when an automatic update requires a restart and ask you when you want to schedule the restart. You’ll see the option to select the time and day (up to 6 days forward) in Windows Update like below.
MORE: How to Snap 4 Windows at Once in Windows 10
Sign up to receive The Snapshot, a free special dispatch from Laptop Mag, in your inbox.
Stop Windows 8 or Windows 7 from Automatically Restarting with the Registry Editor
In previous versions of Windows, there’s a registry hack you could use to prevent your Windows Update from restarting your computer. (You could follow the steps below for Windows 10, but many people are reporting it doesn’t work, so you might have to just stick with the scheduled automatic restarts above.) Head to the Registry Editor to make the changes.
1. Open the Registry Editor by pressing Win + R to open a run box. Type in regedit and hit Enter.
2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
If you don’t see the Windows Update or the AU keys, you’ll have to create them by following these steps.
2a. Right-click on Windows and go to New > Key
2b. Name the key WindowsUpdate (no space)
2c. Right-click on the WindowsUpdate key and go to New > Key again
2d. Name the new key inside WindowsUpdate AU
3. Open the AU key.
4. Right-click in the right-pane and go to New > DWORD (32-bit) Value
5. Name the new DWORD NoAutoRebootWithLoggedOnUsers.
6. Double-click on the DWORD and change the 0 value to 1. Leave it as Hexadecimal.
7. Reboot your computer.
Going forward, Windows won’t automatically restart your computer after installing updates. However, it’s important to know that, after updates are installed, you should definitely still reboot your computer, since important security patches might be involved. Now you just can reboot at a more convenient time for you.
Top photo credit: Microsoft
Windows 10 Basics
- Previous Tip
- Next Tip
- 7 Settings to Change Right Away
- Windows 10 Keyboard Shortcuts to Save You Clicks
- 5 Ways to Take Screenshots
- Change Your Password in Windows 10
- Uninstall Programs in Windows 10
- Enable or Disable Tablet Mode
- Add a User (Child or Adult)
- Change the Screen Resolution
- Sync Your Settings Across Devices
- Sync iPhone with Windows 10
- Control Windows 10 with Your Voice
- Upgrade to Windows 10 From Windows 7 or 8
- Eliminate Blue Light With Night Light
- Create a New Folder
- Get to the Desktop in Windows 10
- Add a Printer
- All Windows 10 Tips
- Set Alarms
Fix Task Host Window Prevents Shut Down in Windows 10: If you have recently upgraded to Windows 10 or updated your Windows then you may face a problem when you try to shut down your PC and an error message pops up saying “Task Host Window: Closing 1 app and shutting down (To go back and save your work, click Cancel and finish what you need to). Task Host is stopping background tasks“.
The taskhost.exe is a Task Host which is a Generic Host Process for Windows 10. When you shut down your PC, then all the software currently running needs to be closed one at a time but sometimes a software may hang up and therefore you are unable to shut down. Basically, the job of the Task Host process is to interrupt the shutdown process in order to check if all the running programs were closed to avoid any data loss.
Task Host is a generic process which acts as a host for processes that run from DLLs rather than EXEs. An example of this would be a Word file or Windows Media Player would be open and while you still attempt to shut down the PC, the task host window will prevent the shutdown and you will see the error message. So without wasting any time let’s see how to Fix Task Host Window Prevents Shut Down in Windows 10 with the help of below-listed methods.
Table of Contents
Make sure to create a restore point, just in case something goes wrong.
Method 1: Disable Fast Startup
1.Press Windows Key + R then type control and hit Enter to open Control Panel.
2.Click on Hardware and Sound then click on Power Options.
3.Then from the left window pane select “Choose what the power buttons do.“
4.Now click on “Change settings that are currently unavailable.“
5.Uncheck “Turn on fast startup” and click on Save changes.
Method 2: Run Power-Troubleshooter
1.Type “troubleshooting” in Windows Search bar and click on Troubleshooting.
2.Next, from the left window pane select View all.
3.Then from the Troubleshoot computer problems list select Power.
4.Follow on-screen instruction and let the Power Troubleshoot run.
5.Reboot your PC when the process is complete and check if you’re able to Fix Task Host Window Prevents Shut Down in Windows 10 Issue.
Method 3: Start your PC into Safe Mode
Once your PC boot into Safe Mode, try to run the applications which you generally run and use them for few minutes then try to turn off your PC. If you are able to shut down the PC without any errors then the issue is caused because of a conflict with the third-party application.
Method 4: Perform a clean boot
Sometimes 3rd party software can conflict with System and therefore can cause this issue. In order to Fix Task Host Window Prevents Shut Down in Windows 10 Issues, you need to perform a clean boot on your PC and diagnose the issue step by step.
Method 5: Run SFC and DISM
1.Press Windows Key + X then click on Command Prompt(Admin).
2.Now type the following in the cmd and hit enter:
Sfc /scannow sfc /scannow /offbootdir=c:\ /offwindir=c:\windows (If above fails then try this one)
3.Wait for the above process to finish and once done restart your PC.
4.Again open cmd and type the following command and hit enter after each one:
a) Dism /Online /Cleanup-Image /CheckHealth b) Dism /Online /Cleanup-Image /ScanHealth c) Dism /Online /Cleanup-Image /RestoreHealth
5.Let the DISM command run and wait for it to finish.
6. If the above command doesn’t work then try on the below:
Dism /Image:C:\offline /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows /LimitAccess
Note: Replace the C:\RepairSource\Windows with the location of your repair source (Windows Installation or Recovery Disc).
7.Reboot your PC to save changes and see if you’re able to Fix Task Host Window Prevents Shut Down in Windows 10.
Method 6: Edit WaitToKillServiceTimeout
1.Press Windows Key + R then type regedit and hit Enter to open Registry Editor.
2.Navigate to the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
3.Make sure to select Control than in the right window pane double-click on WaitToKillServiceTimeout.
4.Change it’s value to 2000 and then click OK.
5.Now navigate to the following path:
HKEY_CURRENT_USER\Control Panel\Desktop
6.Right-click on Desktop then select New > String Value. Name this String as WaitToKillServiceTimeout.
7.Now double click on it to change it’s value to 2000 and click OK.
8.Exit Registry Editor and reboot to save changes.
Method 7: Modify Account Settings
If you have recently updated your Windows to Creators Fall Update 1709 then changing the account settings seems to fix the issue.
1.Press Windows Key + I to open Settings then click on Account.
2.From the left-hand menu click on Sign-in options.
3.Scroll down to Privacy then turn off or disable the toggle for “Use my sign-in info to automatically finish setting up my device after an update or restart“.
4.Reboot your PC to save changes and see if you’re able to Fix Task Host Window Prevents Shut Down in Windows 10 Issue.
Method 8: Make sure Windows is up to date
1.Press Windows Key + I then select Update & Security.
2.Next, again click Check for updates and make sure to install any pending updates.
3.After the updates are installed reboot your PC and see if you’re able to Fix Task Host Window Prevents Shut Down in Windows 10 Issue.
Method 9: Run CCleaner and Malwarebytes
1.Download and install CCleaner & Malwarebytes.
2.Run Malwarebytes and let it scan your system for harmful files.
3.If malware is found it will automatically remove them.
4.Now run CCleaner and in the “Cleaner” section, under the Windows tab, we suggest checking the following selections to be cleaned:
5.Once you’ve made certain the proper points are checked, simply click Run Cleaner, and let CCleaner run its course.
6.To clean your system further select the Registry tab and ensure the following are checked:
7.Select Scan for Issue and allow CCleaner to scan, then click Fix Selected Issues.
8.When CCleaner asks “Do you want backup changes to the registry?” select Yes.
9.Once your backup has completed, select Fix All Selected Issues.
10.Restart your PC to save changes and see if you’re able to Fix Task Host Window Prevents Shut Down in Windows 10 issue.
Method 10: Create New User Account
1.Press Windows Key + I to open Settings and then click Accounts.
2.Click on Family & other people tab in the left-hand menu and click Add someone else to this PC under Other people.
3.Click I don’t have this person’s sign-in information in the bottom.
4.Select Add a user without a Microsoft account at the bottom.
5.Now type the username and password for the new account and click Next.
Recommended:
- How to Restore NTBackup BKF File on Windows 10
- Fix 100% Disk Usage by System and Compressed Memory
- How to Create Windows 10 Bootable USB Flash Drive
- Fix Mouse Pointer Lags in Windows 10
That’s it you have successfully Fix Task Host Window Prevents Shut Down in Windows 10 but if you still have any questions regarding this guide then feel free to ask them in the comment’s section.