- Troubleshoot: Windows Services will not start
- Windows Services will not start
- 1] Check Services Startup type
- 2] Troubleshoot in Clean Boot State
- 3] Run SFC and DISM
- 4] Troubleshoot specific Services thus
- 5] Try this Hotfix
- 6] Try this Fix It
- 7] Use system restore
- 8] Reset Windows 10
- Windows Service Start Failure
- Replies (8)
- «Starting Windows» вместо «Запуск Windows» (Windows 7 x64)
- Решение
- Starting Windows зависает при установке Windows 7
- Как решить проблему зависания Windows 7 при установке
- Windows 7 зависает при установке и медленно устанавливается – что делать
- Как решить проблему медленной установки Windows 7
- Отключаем дискетник
- Меняем режим на «AHCI»
- Об операционных системах Windows
- Видео — Starting Windows зависает при установке Windows 7
Troubleshoot: Windows Services will not start
For the Windows operating system to run smoothly, it is imperative Windows Services start when they are required to. But it may happen that, for some reason, you may find that your important Windows Services do not start. If you are facing this issue of Windows Services not starting automatically on your Windows 10, Windows 8, Windows 7, or Windows Vista systems, then here are a few points you may want to consider while troubleshooting the issue.
Windows Services will not start
Windows Servicesare applications that typically start when the computer is booted and run quietly in the background until it is shut down. Strictly speaking, a service is any Windows application that is implemented with the services API. However, services normally handle low-level tasks that require little or no user interaction. Here are some suggestions. But before you start, create a System Restore point manually.
- Check Services Startup type
- Troubleshoot in Clean Boot State
- Run SFC and DISM
- Troubleshoot specific Services thus
- Try this Hotfix
- Try this Fix It
- Use system restore
- Reset Windows 10.
1] Check Services Startup type
To manage Windows Services, you have to open the Run box, type services.msc and hit Enter to open the Services Manager. Here you can set its startup type to Automatic, Delayed, Manual or Disabled. Check if the specific service with whom you are facing problems is not set to Disabled. See if you can start it manually by clicking on the Start button.
2] Troubleshoot in Clean Boot State
Boot in Safe Mode and see if the Service is starting. Many times, non-Microsoft services or Drivers can interfere with the proper functioning of System Services. Alternatively, you could also execute a Clean Boot and check.
3] Run SFC and DISM
Run the System File Checker ie. Run sfc /scannow from an elevated command prompt. Reboot on completion and check. Windows 10/8.1 users may repair their Windows System Image and see if it helps.
4] Troubleshoot specific Services thus
If you are facing problems in starting some specific Services, check if any of these posts can help you:
5] Try this Hotfix
If you are facing a problem with your Windows 7 or Windows Server 2008 R2 SP1 system – where you experience a long delay before all services are ready after you install an application, then visit KB2839217 and request for a hotfix . This can typically happen when the application creates a file whose filename is longer than 127 characters.
6] Try this Fix It
If you receive an error Windows could not start the Windows Firewall, DHCP client, or Diagnostic Policy on Local Computer on Windows 7 or Windows Vista, then apply this Fix It from KB943996.
7] Use system restore
See if restoring your Windows, using a prior good system restore point helps you.
8] Reset Windows 10
If nothing helps, you may have to consider Repairing Windows 7 or using Refresh or Reset PC in Windows 10/8.
Windows Service Start Failure
Some time ago, I started to get the following error when signing in with a second username to my everyday PC.
Windows Service Start Failure
Cannot start service from the command line or a debugger. A Windows Service must first be installed (using installutil.exe) and then started with the ServerExplorer, Windows Services Administrative tool or the NET START command.
I was too busy to dig into this so just clicked on the OK button and it went away. I’m still too busy but it has become very annoying. I searched and found a question about the same thing here https://answers.microsoft.com/en-us/windows/forum/windows_10-start/windows-service-start-failure/50e7bdc7-bd91-4217-a75d-ed2e99e5f510 with one of the most unhelpful replies I have ever seen «One post is enough. Please delete one.» with no link to , I assume the «other» post where, I hope, the solution may be found.
When I sign in to the same PC with my primary username, I don’t get the error message.
How can I find out what service is causing this error and how to fix it? Thanks.
Replies (8)
Hi Mike, I am Rob, an independent and a 10 time and dual award MVP specializing in Windows troubleshooting and Bluescreen analysis. Please remember as independents we are not responsible for the development of Windows or the computer hardware and drivers. If you will work with me I will be here to help until the issue is resolved.
Are you using a 3rd party antivirus such as McAfee, Norton, Avast, or others? If so those can cause that issue (see below).
Could be caused by a Startup program — Right Click the Taskbar — Task Manager — Startup. Check all there. You may need to try a process of elimination (see below),.
Of course the User profile could be corrupted. Try making another profile as a test to see if it has the same issue.
Do all of these :
If you had a 3rd party antivirus on the OS you upgraded OR if you have one now uninstall it and then run its maker’s removal tool. Use Windows Defender which in Windows 8/8.1/10 is a full antivirus. Despite all the hype out there Windows Defender and the Windows Firewall are true superstars.
Uninstallers (removal tools) for common antivirus software
http://kb.eset.com/esetkb/index?page=content&am.
Right Click the start button — Command Prompt (Admin) OR Windows PowerShell (Admin) — at the prompt type in
Other programs to help :
Autoruns — Free — See what programs are configured to startup automatically when your system boots and you login. Autoruns also shows you the full list of Registry and file locations where applications can configure auto-start settings.
http://technet.microsoft.com/en-us/sysinternals.
Process Explorer — Free — Find out what files, registry keys and other objects processes have open, which DLLs they have loaded, and more. This uniquely powerful utility will even show you who owns each process.
http://technet.microsoft.com/en-us/sysinternals.
Process Monitor — Free — an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity. It combines the features of two legacy Sysinternals utilities, Filemon and Regmon, and adds an extensive list of enhancements including rich and non-destructive filtering, comprehensive event properties such session IDs and user names, reliable process information, full thread stacks with integrated symbol support for each operation, simultaneous logging to a file, and much more. Its uniquely powerful features will make Process Monitor a core utility in your system troubleshooting and malware hunting toolkit.
https://docs.microsoft.com/en-us/sysinternals/d.
Windows Key + X — Command Prompt (Admin) OR Windows PowerShell (Admin)
(Run these one line at a time.)
Note if that shows uncorrected errors — do the below regardless.
When that completes run these :
DISM /online /cleanup-image /scanhealth
DISM /online /cleanup-image /restorehealth
Note if that shows any uncorrected errors — do the below regardless.
Then restart the computer.
If needed try a Repair Installation (will not help if it is caused by a 3rd party antivirus or other 3rd party startup programs).
A Repair Installation which allows you to keep the programs and data though redundant backups are always a good idea.
How to: perform a repair upgrade using the Windows 10 ISO file
http://answers.microsoft.com/en-us/insider/wiki.
How to Prepare Bootable Install Media for Windows 10 — DVD, USB or SD Card
https://answers.microsoft.com/en-us/windows/for.
Please let us know the results and if you need further assistance. Feedback definitely helps us help all.
«Starting Windows» вместо «Запуск Windows» (Windows 7 x64)
Установка Windows 7 x64 на ноутбук Lenovo G510 зависает на «Starting Windows»
Добрый вечер уважаемые форумчане. Столкнулся с проблемой, и бьюсь уже больше недели. Такого со.
Установка Windows 7 виснет на окне «Starting Windows» (ноутбук Acer Aspire V3-771G)
Всем привет! У меня беда, не могу установить на ноутбук Acer v3-771G Win7-64 prof, зависает.
Загрузка windows 7 с надписью «starting windows», хотя дистрибутив был русскоязычным
при загрузке windows 7,у меня пишет starting windows,но я установил оригинальний образ на руском.
Установка Windows зависает на заставке «Starting Windows»
Установка windows 7 x64 поверх вин 8.1 lenovo зависает на заставке Starting Windows. Отключить.
MSDN Windows 7 x64
Либо она была изначална EN, а потом вы сделали RU интерфейс
Либо у вас была EN но ниже ентерпрайса, когда поставили пак на РУ(либо он там уже стоял), думали что русифицировали весь виндоус. ( хотя это не так )
Изменить полный язык Винды, возможно только на версии ентерпрайз и ультимайт, возможно начальная загрузка не меняется вообще)) если оригинал был изначально EN
смысл. быстрее грузиться не станет 😀
Всем спасибо за советы и предложения! Windows 7 enterprise изначально была русская, не руссифицировал.
Добавлено через 22 часа 47 минут
Походе дело именно в том, что Windows установлен через UEFI. при обычной установке пишет русскими.
qvad, на x86 нет режима установки через UEFI, он на х64
На х86 в безопасном режиме, тоже, Starting пишет, не напрягает.:)
NicWit, да меня тоже не напрягает, но хотелось поправить. чтобы было все по уму. Скорее всего это косяк Microsoft!
я вот не понимаю. какая разница? система работает? не трогай! зачем нужны проблемы? шутки с бутявкой могут в конечном итоге плохо закончиться
Решение
I encountered the same issue on two separate Greek Windows installations. It appears that, for some reason, Microsoft failed to include the correct localisation files for its UEFI boot loader.
A workaround I found is to replace these files with their BIOS boot counterparts. Since it is not exposed by default, you will have to temporarily assign your EFI System Partition (ESP) a drive letter using diskpart. Below, «WP» refers to your Windows partition (C: in your case).
Copy files as follows:
WP\Windows\System32\ \winload.exe.mui —> WP\Windows\System32\ \winload.efi.mui
WP\Windows\System32\ \winresume.exe.mui —> WP\Windows\System32\ \winresume.efi.mui
WP\Windows\Boot\PCAT\ \memtest.exe.mui —> ESP\EFI\Microsoft\Boot\ \memtest.efi.mui
After replacing these files, your boot screen, «Advanced boot options» menu (F8), hibernation resume screen and memory diagnostics tool should be localised.
Starting Windows зависает при установке Windows 7
При установке операционной системы Windows 7 может возникнуть неприятность – зависание при инсталляции. Когда установка Windows 7 зависает на этапе лого с надписью Starting Windows, причиной проблемы могут быть нарушения в работе комплектующих компьютера: жесткого диска, материнской платы, оперативной памяти. В случае поломки устройства, действия с системой не помогут — остается обращаться за помощью к специалистам по ремонту. Если же с железом все в порядке, но не появляется окно установки Windows 7, то решить проблему можно всего за несколько шагов, которые мы и опишем в данной инструкции.
Как решить проблему зависания Windows 7 при установке
Причина зависания системы на логотипе – установка не через BIOS. Инсталляция через BIOS также называется «чистой», поскольку вы форматируете все данные на компьютере и соответственно удаляете информацию о предыдущей системе. Как установить ОС через БИОС?
Шаг 1. Вставляем загрузочный диск с системой (либо флешку) в компьютер. Включаем или перезагружаем ПК.
Шаг 2. При появлении первых надписей быстро жмем клавишу «Delete». Внешний вид вашего BIOS зависит от конкретного производителя.
Примечание! Оформление интерфейса не играет роли, поскольку на современных компьютерах основные настройки БИОС одинаковы.
Шаг 3. Если вы успели нажать «Delete» при загрузке компьютера, появляется окно BIOS.
Шаг 4. Перемещение по пунктам осуществляет при помощи стрелок на клавиатуре. Нажимаем стрелку «вправо» до тех пор, пока не откроется пункт «Boot».
Шаг 5. «Boot» отвечает за загрузку компьютера с определенного устройства. По умолчанию компьютер грузится с жесткого диска. Но сейчас нам нужно установить систему, которая находится на флешке (или компакт-диске). Жмем стрелку «вниз» и выбираем пункт «Boot Device Priority» — жмем «Enter».
Шаг 6. Открывается маленькое меню, где мы выберем устройство, с которого будет грузиться компьютер. В нашем примере это DVD-диск.
В вашем случае может быть название флешки или CD-носителя. Выбрали устройство – жмем «Enter».
Шаг 7. Выходим из вкладки «Boot» – клавиша Esc. Так изменения сохранятся и вступят в силу после перезагрузки. В выскочившем окошке выбираем «ОК» и жмём «Enter».
Компьютер автоматически перезагрузится. Проблема решена – система Windows начнет «чистую установку» без зависаний и вылетающих ошибок. Именно при помощи работы с BIOS решаются проблемы в духе «не устанавливается вин 7!! вис при начале установки».
Windows 7 зависает при установке и медленно устанавливается – что делать
Зависает компьютер при установке ОС Windows 7? Находим способ решения проблемы.
Первое, что требуется сделать – произвести поиск причин медленной установки Windows 7. Разберемся с частыми источниками неполадок:
- CD/DVD-носитель неисправен (либо флешка). Карта памяти ломается редко, а вот неполадки с диском – дело обычное. В таком случае нужно перезаписать образ операционной системы на новую болванку;
Примечание! Проблема схожего характера – ошибка при записи образа системы на диск. Когда диск исправен, но сам образ оказывается «битым» или неполным, где отсутствуют важные системные файлы. Поможет замена дистрибутива Windows 7. Скачайте его из другого источника и попробуйте снова.
Далее мы рассмотрим алгоритм исправления настроек прошивки.
Как решить проблему медленной установки Windows 7
Для успешной установки требуется исправить два решающих параметра:
- Serial ATA (SATA) Mode — переключаем на «AHCI». Это более современный тип передачи данных. Поможет не только в решении проблемы с установкой, но и в целом ускорит работу ОС.
- Вырубить дискетный привод («Floppy Drive»). Несмотря на то, что дискеты – прошлый век и у вас может даже не быть этого устройства, рекомендуем отключить его использование в BIOS.
Отключаем дискетник
Шаг 1. Открываем BIOS, жмем клавишу «Delete».
Шаг 2. Переходим во вкладку «Advanced».
Шаг 3. Выбираем пункт «OnBoard Floppy Controller» и жмем кнопку «+». Напротив строки должна отобразиться надпись «Disabled» (отключено).
Шаг 4. Сохраняем настройки.
Меняем режим на «AHCI»
- Заходим в BIOS, жмем клавишу «Delete».
- Открываем «Advanced».
Об операционных системах Windows
ОС семейства Виндовс – самые популярные. Компания Microsoft больше двадцати лет держит монополию на рынке. Для простых пользователей оконный интерфейс стал привычным и удобным. Но главное достоинство программного продукта Microsoft – поддержка огромного количества софта. Профессионалы, начиная с графических дизайнеров и заканчивая программистами отдают предпочтение Windows, поскольку нужных им в работе программ попросту не существует на других ОС. Абсолютное большинство видеоигр поддерживаются Windows, чем не могут похвастаться ни Linux, ни Mac OS. Обилие драйверов для любых комплектующих делает систему универсальной и облегчают ее использование. Приобретая девайс, вы будете всегда уверены, что он будет работать на Windows без проблем. Рассмотрим историю значимых версий популярной ОС.
- Windows 95. Послужила отправной точкой для развития оконных систем. Объединив принципы работы MS-DOS и семейства Windows, система 95-го года стала главным продуктом для настольных компьютеров. Благодаря простоте оконного интерфейса, Microsoft сумела занять нишу графических ОС и закрепиться на рынке. Меню «Пуск», длинные имена файлов, функция перетаскивания Plug and Play, стали фундаментом и фирменным стилем всех последующих систем Windows;
Видео — Starting Windows зависает при установке Windows 7
Понравилась статья?
Сохраните, чтобы не потерять!