🖥️ 정보

registry backup safe mode 안전모드

천하나 2024. 6. 24. 06:48

Registry 백업

reg export HKCR D:\_OS\Reg\HKCR.reg /y
reg export HKCU D:\_OS\Reg\HKCU.reg /y
reg export HKLM D:\_OS\Reg\HKLM.reg /y
reg export HKU D:\_OS\Reg\HKU.reg /y
reg export HKCC D:\_OS\Reg\HKCC.reg /y

Registry 복원

reg import D:\_OS\Reg\HKCR.reg
reg import D:\_OS\Reg\HKCU.reg
reg import D:\_OS\Reg\HKLM.reg
reg import D:\_OS\Reg\HKU.reg
reg import D:\_OS\Reg\HKCC.reg

PE 복원

Use the reg load command to load the necessary registry hive. For example, 
to load the SYSTEM hive, use:
Replace D:\Windows\System32\config\SYSTEM with the actual path to the 
SYSTEM hive on your offline Windows installation1.
After loading the hive, you can import your .reg file using:
Once you have made the changes, unload the hive to apply the changes:

reg load HKLM\TempSystem D:\Windows\System32\config\SYSTEM
reg import X:\path\to\your\file.reg
reg unload HKLM\TempSystem

안전모드

remove safe.cmd
0.00MB
safe mode.cmd
0.00MB