Не удалось прочитать описание код ошибки 2

I have tired to uninstall a disabled windows service through registry
It is removed from registry but it is still showing in Services.msc
with

Description: Failed to read description error code 2

abatishchev's user avatar

abatishchev

98.4k88 gold badges297 silver badges433 bronze badges

asked Oct 31, 2012 at 7:32

Elvin's user avatar

1

Intuition/How you got there —

I am assuming you did either or both of these to land in this error message.
a.Deleted the key manually from registry by HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and deleted the service from here)

b.This service was in «automatic» start — so on deleting the service was somehow mislead in «starting automatically» — and hence produced this code Failed to read description error code 2 . Here’s why — You should have stopped the service, or changed it to «Start manually» before doing this.

How to fix it and what worked for me —

[1]Go to cmd prompt in admin mode (meaning select cmd -> «Run as Administrator»)

You should be in «C:/windows/system32/» [This should come up be default if you are in admin mode, as above]
Type -> sfc /scannow
After this the scan will begin and the following logs will appear —

Beginning system scan. This process will take some time.

Beginning verification phase of system scan. Verification 100%
complete. Windows Resource Protection found corrupt files but was
unable to fix some of them. Details are included in the CBS.Log
windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log

The system file repair changes will take effect after the next reboot.

[2] Finally reboot your system ! And the service will no longer appear in services.msc.

answered May 10, 2013 at 9:36

ekta's user avatar

ektaekta

1,5603 gold badges28 silver badges57 bronze badges

  1. Open cmd with «Run as administrator»
  2. Run at cmd: sc delete "service name which you want to delete"

Arya McCarthy's user avatar

answered May 24, 2017 at 7:23

Sanjeev's user avatar

SanjeevSanjeev

1391 silver badge3 bronze badges

1

Follow these instructions to remove the service. Make sure that you use the service’s name, not its display name!

The service shouldn’t show up in Services.msc after that, but you may still have old items in the Event Viewer that can’t display their description properly.

answered Oct 31, 2012 at 13:15

CoreTech's user avatar

CoreTechCoreTech

2,3652 gold badges17 silver badges24 bronze badges

2

This error indicates that the service description key in registry [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services] is deleted but the service description in memory is not cleared yet. To resolve this, Reboot the PC / Server and try again.

answered Oct 3, 2015 at 10:42

Murugan Sivananantha Perumal's user avatar

For anyone that’s here because they deleted a service from the registry when they shouldn’t have, simply restart your machine and install the service again and it will be fine.

answered Aug 11, 2021 at 9:54

CodingCretin's user avatar

I also deleted my service using windows registry.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services]

In my case i didn’t restart my PC, I just restart the task manager and deleted service was no more there.

Divyang Desai's user avatar

answered Nov 25, 2016 at 6:19

Hasan Badshah's user avatar

Hasan BadshahHasan Badshah

7731 gold badge6 silver badges16 bronze badges

I tried almost all of the solutions listed above. What finally worked for me was deleting it from the Task Manager.

I am using Apache’s ProcRun application to wrap my Java code in a windows service. While the command line details in the Task Manager helped identify the process running the service. Just deleting that process fixed the issue!

answered Sep 27, 2018 at 15:59

Maria's user avatar

MariaMaria

1411 silver badge6 bronze badges

1

Интуиция/Как вы туда попали —

Я предполагаю, что вы сделали одно или оба из них, чтобы приземлиться в этом сообщении об ошибке.
a. Удалил ключ вручную из реестра с помощью HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services и удалил сервис здесь)

b.Эта услуга была в «автоматическом» запуске — поэтому удаление службы было каким-то образом введено в заблуждение при «запуске автоматически» — и, следовательно, создало этот код. Не удалось прочитать код ошибки описания 2. Вот почему — вы должны были остановить службу или изменить ее до «Начать вручную», прежде чем делать это.

Как это исправить и что сработало для меня —

[1] Перейти к приглашению cmd в режиме администратора (что означает select cmd → «Запуск от имени администратора» )

Вы должны быть в «C:/windows/system32/» [Это должно появиться по умолчанию, если вы находитесь в режиме администратора, как указано выше]
Тип → sfc/scannow
После этого начнется сканирование и появятся следующие журналы —

Начало сканирования системы. Этот процесс займет некоторое время.

Начало фазы проверки сканирования системы. Проверка 100% полный. Защита ресурсов Windows обнаружила поврежденные файлы, но не удалось исправить некоторые из них. Детали включены в CBS.Log Windir\Logs\CBS\CBS.log. Например, C:\Windows\Logs\CBS\CBS.log

Изменения в системном файле вступят в силу после следующей перезагрузки.

[2] Наконец, перезагрузите свою систему! И служба больше не будет отображаться в services.msc.

Windows запускает ряд служб в фоновом режиме. Вы можете найти эти фоновые службы с их текущим состоянием в окне Службы (нажмите Windows + R , введите services.msc и нажмите Enter ). Эти службы также можно увидеть на отдельной вкладке в разделе «Утилита настройки системы» (обычно известной как msconfig ). Сегодня я натолкнулся на странную проблему с фоновыми службами, запущенными в окне Services . Для каждой службы в статусе указано « Не удалось прочитать описание». Код ошибки 2 ″ . Посмотрите на следующий скриншот:

Поскольку существует код ошибки 2, можно сделать вывод, что файлы фоновых служб отсутствовали в системе. Первое, что я сделал после того, как увидел ошибку, я просто проверил необходимые файлы для сервисов. Так что с моей системой все было ОК , файлы были там were Поэтому я запустил Средство проверки системных файлов, чтобы найти и исправить возможные повреждения, и перезагрузился. Но не было никакой разницы в ситуации, службы все еще показывают ту же ошибку.

Теперь я начал с устранения неполадок в другом направлении и, наконец, закончил весь этот беспорядок следующим решением:

Не удалось прочитать описание. Код ошибки 2

1. Нажмите сочетание клавиш Windows + R , введите Regedt32.exe в диалоговом окне Выполнить и нажмите Enter, чтобы откройте редактор реестра .

2. Перейдите в следующее местоположение:

HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ MUI

3. Теперь нажмите правой кнопкой мыши клавишу MUI и выберите Новый -> Ключ . Назовите только что созданный ключ как StringCacheSettings . На правой панели этого вновь созданного ключа создайте новое значение DWORD , назовите его StringCacheGeneration . Дважды нажмите на этом вновь созданном DWORD для изменения его значений данных :

4. В показанном выше поле введите Значение данных как 38b . Убедитесь, что вы выбрали шестнадцатеричную базу здесь. Нажмите ОК . Теперь вы можете закрыть Редактор реестра и перезагрузиться, чтобы исправить ситуацию.

Надеюсь, это поможет!

In your Windows 11 computer, when you open the Services console, the Windows Update Medic Service may be missing from the list. When you scroll the services list, you may note that it is listed as WaaSMedicSvc instead of its actual display name — Windows Update Medic Service.

Also, the description column for WaasMedicSvc may show the following error:

<Failed to Read Description. Error Code: 2 >

waasmedicsvc error 2 description

(or)

<Failed to Read Description. Error Code: 15100 >

waasmedicsvc error 15100 description

Cause

Error 2 means ERROR_FILE_NOT_FOUND. Error 15100 means the DLL doesn’t have the specific string resource embedded into it.

The Windows Update Medic Service’s “DisplayName” and the “Description” registry values point to WaaSMedicSvcImpl.dll. In Windows 11 22H2, the module may not exist in most systems.

"Description"="@WaaSMedicSvcImpl.dll,-101"
"DisplayName"="@WaaSMedicSvcImpl.dll,-100"

Even if you manually restore the missing WassMedicSvcImpl.dll module or by running SFC, you’ll see the error code 15100 for WaasMedicSvc. This is because the DLL doesn’t have the specific string resource (100 and 101) embedded into it.

Another example → McpManagementService Error Code: 15100 – Failed to Read Description.

Resolution

To fix the display name and description for the WaasMedicSvc service, follow these steps:

  1. Launch the Registry Editor by running regedit.exe
  2. Go to the following branch in the Registry Editor.
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc
  3. Double-click “Description” and type in the following description:

    Enables remediation and protection of Windows Update components.

  4. Double-click “DisplayName” and type the following:

    Windows Update Medic Service

  5. Exit the Registry Editor.
  6. Restart Windows for the changes to take effect.

This fixes the display name and description for the Windows Update Medic Service.


One small request: If you liked this post, please share this?

One «tiny» share from you would seriously help a lot with the growth of this blog.
Some great suggestions:

  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!

So thank you so much for your support. It won’t take more than 10 seconds of your time. The share buttons are right below. :)


Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows.
Ramesh founded Winhelponline.com in 2005.

Windows запускает несколько служб в фоновом режиме. Вы можете найти эти фоновые службы с их текущим статусом в Сервисы окно (нажмите Windows + R, тип services.msc и ударил Войти). Эти службы также отображаются на отдельной вкладке под капотом утилиты настройки системы (обычно называемой MSCONFIG). Сегодня я столкнулся с странной проблемой для фоновых служб, работающих в Сервисы окно. Против каждой службы статус говорит » Не удалось прочитать описание. Код ошибки 2 «, Посмотрите следующий снимок экрана:

Image

Image

Так как есть код ошибки 2, можно сделать вывод, что в системе отсутствовали файлы фоновых служб. Первое, что я сделал, увидев ошибку, я просто проверил необходимые файлы для служб. Так было все Хорошо с моей системой, файлы были там 🙂 Итак, я запускаю System File Checker, чтобы узнать и исправить возможное повреждение и перезагрузить. Но не было никакой разницы в ситуации, службы по-прежнему показывают ту же ошибку.

Теперь я начал работу по устранению неполадок в другом направлении и, наконец, оказался в этом беспорядке с помощью следующего решения:

Не удалось прочитать описание. Код ошибки 2

1. Нажмите Windows Key + R комбинация, тип put Regedt32.exe в Бежать диалогового окна и нажмите Enter, чтобы открыть Редактор реестра.

2. Перейдите к следующему местоположению:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlMUI

Image

Image

3. Теперь щелкните правой кнопкой мыши MUI и выберите Новый -> Ключ, Назовите вновь созданный ключ как StringCacheSettings, В правой панели этого вновь созданного ключа создайте новый DWORD значение, назовите его как StringCacheGeneration. Двойной щелчок это вновь созданное DWORD изменить его Данные о ценности:

Image

Image

4. В приведенном выше окне введите Данные о ценности как 38b, Убедитесь, что вы выбрали шестнадцатеричный база здесь. Нажмите Хорошо, Теперь вы можете закрыть Редактор реестра и перезагрузитесь, чтобы получить исправление.

Надеюсь это поможет!

Понравилась статья? Поделить с друзьями:

Интересное по теме:

  • Не удалось отправить смс код ошибки 28
  • Не удалось запустить службу рабочая станция ошибка 1307
  • Не удалось произвести форматирование выбранного раздела ошибка 0х80070057
  • Не удалось отправить предложение обмена ошибка 15
  • Не удалось запустить службу рабочая станция ошибка 1079

  • Добавить комментарий

    ;-) :| :x :twisted: :smile: :shock: :sad: :roll: :razz: :oops: :o :mrgreen: :lol: :idea: :grin: :evil: :cry: :cool: :arrow: :???: :?: :!: