Registry file name and location

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?
 
J

Jerold Schulman

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.
 
B

Bob

%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.
 
D

Dave Patrick

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.
|
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top