0 Members and 2 Guests are viewing this topic.
C:\Windows\Logs\CBS\CBS.log
chkdsk C: /F /V /X
Loaded Servicing Stack v6.1.7601.23505 with Core: C:\Windows\winsxs\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.23505_none_0bfc08bf3ea166ba\cbscore.dllFailed to load the COMPONENTS hive from 'C:\Windows\System32\config\COMPONENTS' into registry key 'HKLM\COMPONENTS'. [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]Failed to load WCP DLL. [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]Failed to initialize the Core DLL: C:\Windows\winsxs\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.23505_none_0bfc08bf3ea166ba\cbscore.dll [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]Failed to initialize CBS Core. [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]Ending TrustedInstaller initialization.Failed to initialize Trusted Installer. [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
// MessageId: ERROR_NO_SYSTEM_RESOURCES//// MessageText://// Insufficient system resources exist to complete the requested service.//#define ERROR_NO_SYSTEM_RESOURCES 1450L
Registry APIs use paged-pool memory for its operations. Paged-pool memory is limited on the machine and shared by multiple components on the system. So if the memory allocation request by RegSaveKey() is not successful, it returned with error ERROR_NO_SYSTEM_RESOURCES. This may happen even if the paged-pool memory is available but it is fragmented in a way that there is no single block of free memory available to fulfill the request.
Appuyez sur la touche F8 et maintenez-la enfoncée pendant que votre ordinateur redémarre. Vous devez appuyer sur F8 avant que le logo Windows n’apparaisse. Si le logo Windows apparaît, vous devrez réessayer après avoir attendu l’affichage de l’écran d’ouverture de session Windows et redémarré l’ordinateur.Dans l’écran Options de démarrage avancé, utilisez les touches de direction pour sélectionner l’option de mode sans échec souhaitée, puis appuyez sur Entrée.
J'ai redemarre d'abord en mode normal, mais a l'ecran d'ouverture de session, l'acces, m'etait refuse.
copy c:\windows\system32\config\system c:\windows\tmp\system.bakcopy c:\windows\system32\config\software c:\windows\tmp\software.bakcopy c:\windows\system32\config\sam c:\windows\tmp\sam.bakcopy c:\windows\system32\config\security c:\windows\tmp\security.bakcopy c:\windows\system32\config\default c:\windows\tmp\default.bakcopy /Y c:\windows\system32\config\RegBack\system c:\windows\system32\config\systemcopy /Y c:\windows\system32\config\RegBack\software c:\windows\system32\config\softwarecopy /Y c:\windows\system32\config\RegBack\sam c:\windows\system32\config\samcopy /Y c:\windows\system32\config\RegBack\security c:\windows\system32\config\securitycopy /Y c:\windows\system32\config\RegBack\default c:\windows\system32\config\default