当前位置:网站首页>Critical service failed

Critical service failed

2022-06-24 04:52:00 shawyang

There is an example , Unable to enter the system after startup , newspaper critical service failed , The only one in the whole network , My own scheme

Step summary :

1、 Repair the startup boot discovery message intelide.sys Missing or error ,chkdsk /f D: ( The drive letter is materialized into windows The drive letter where the directory is located ) Check that there are no file system exceptions

2、 Get files from the normal system , discharge intelide.sys Go in and report viaide.sys Missing or error , Check carefully , Found many missing drivers , So I packed the normal system drivers Catalog from win10pe Switch to system The user sets the normal system drivers Connect all the files in the directory

https://windows-1251783334.cos.ap-shanghai.myqcloud.com/drivers.zip

This includes normal 2012R2 cn System drivers Directory all driver files

3、 Normal restart alarm after the connection critical service failed Blue screen

4、 analysis memory.dmp and minidump Blue screen file , Too little information , The analysis can't go on , The root cannot be analyzed

5、 Press F8 Disabling the driver forced signature can enter the system and the service is running normally

6、 As administrator in cmd Command line ( Not powershell Command line ) Execute these commands to make the boot stop at boot Branch to be selected interface , At that moment, from vnc To log in, press F8 Select disable driver forced signature to enter the system

bcdedit /set {default} description "Windows Server 2012R2(F8  Disable driver forced signature )" bcdedit /copy {current} /d "F8  Disable driver forced signature " bcdedit /timeout 4294967295

It can only be repaired to this extent , Those group policy configurations that are set inside the system to disable driver forced signing and bcdedit Orders don't work , Then I thought about the upper pair boot Give a... When the branch is waiting for selection "F8  Disable driver forced signature " The design of strong reminders

Disable driver forced signature :

bcdedit.exe /set nointegritychecks on

bcdedit.exe /set testsigning on

bcdedit.exe /set loadoptions DDISABLE_INTEGRITY_CHECKS

Keep default , Do not disable driver mandatory signing :

bcdedit.exe /set nointegritychecks off

bcdedit.exe /set testsigning off

bcdedit.exe /set loadoptions ENABLE_INTEGRITY_CHECKS

原网站

版权声明
本文为[shawyang]所创,转载请带上原文链接,感谢
https://yzsam.com/2021/09/20210901223646951f.html