とあるウイルス対策ソフトをアンインストールしていたら、アンインストール中にハングアップ。
いやいや再起動を行うとやっぱりSTOPコードが出て起動せず(T.T)
その時の復旧メモ。要 Windows PE
参考URL → レジストリの破損により Windows XP を起動できなくなった場合の回復方法
_REGISTRY_USER_.DEFAULT _REGISTRY_MACHINE_SECURITY _REGISTRY_MACHINE_SOFTWARE _REGISTRY_MACHINE_SYSTEM _REGISTRY_MACHINE_SAM
_REGISTRY_USER_.DEFAULT を DEFAULT に。 _REGISTRY_MACHINE_SECURITY を SECURITY に。 _REGISTRY_MACHINE_SOFTWARE を SOFTWARE に。 _REGISTRY_MACHINE_SYSTEM を SYSTEM に。 _REGISTRY_MACHINE_SAM を SAM に。
c:\windows\system32\config\sam c:\windows\system32\config\security c:\windows\system32\config\software c:\windows\system32\config\default c:\windows\system32\config\system
copy c:\windows\tmp\software c:\windows\system32\config\software copy c:\windows\tmp\system c:\windows\system32\config\system copy c:\windows\tmp\sam c:\windows\system32\config\sam copy c:\windows\tmp\security c:\windows\system32\config\security copy c:\windows\tmp\default c:\windows\system32\config\default