7 lines
237 B
Batchfile
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 |