Files
Infra-LAB/projects/MDT/Scripts/SupportHDF/cmd/backup_registre.cmd
T

7 lines
237 B
Batchfile

@echo off
reg export HKCR %SystemRoot%\TEMP\HKCR.Reg /y
reg export HKCU %SystemRoot%\TEMP\HKCU.Reg /y
reg export HKLM %SystemRoot%\TEMP\HKLM.Reg /y
reg export HKU %SystemRoot%\TEMP\HKU.Reg /y
reg export HKCC %SystemRoot%\TEMPHKCC.Reg /y