Registry file name and location

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

I have a copy program which has provision to avoid copying certain
items. If I want to exclude the Registry, what fully-qualified
filespec would I use?
 
I have a copy program which has provision to avoid copying certain
items. If I want to exclude the Registry, what fully-qualified
filespec would I use?
%SystemRoot%\SYSTEM32\CONFIG\SYSTEM
%SystemRoot%\SYSTEM32\CONFIG\DEFAULT
%SystemRoot%\SYSTEM32\CONFIG\SAM
%SystemRoot%\SYSTEM32\CONFIG\SECURITY
%SystemRoot%\SYSTEM32\CONFIG\SOFTWARE

Also, the ntuser.dat file in each user's profile.
 
%SystemRoot%\SYSTEM32\CONFIG\SYSTEM
%SystemRoot%\SYSTEM32\CONFIG\DEFAULT
%SystemRoot%\SYSTEM32\CONFIG\SAM
%SystemRoot%\SYSTEM32\CONFIG\SECURITY
%SystemRoot%\SYSTEM32\CONFIG\SOFTWARE

Are you saying that all these files constitute the Registry itself?

Thanks for the heads up.
 
Yes, that's correct.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Are you saying that all these files constitute the Registry itself?
|
| >>Also, the ntuser.dat file in each user's profile.
|
| Thanks for the heads up.
|
|
|
 
Back
Top