Windows XP - NTuser.dat Sharing Violation

M

Marvin Gloven

I used to routinely backup up my data (Documents and Settings) from one
internal hard drive to another using xcopy c:*.* d: /s /e /m in a batch
file.

It worked fine for months, but now I get NTuser.dat Sharing Violation, and
the batch file aborts.

How do I resolve this?

Thanks

Marvin
 
R

Ramesh [MVP]

Marvin,

NTUSER.DAT is the user registry file and it's locked when you're logged-on.
Skip that file or slave the drive to another system and copy the contents
(if needed).

Additional Note:
You may try "ERUNT" - Registry backup tool:
http://home.t-online.de/home/lars.hederer/erunt/

--
Ramesh, Microsoft MVP
Window XP Shell/User
http://www.mvps.org/sramesh2k


I used to routinely backup up my data (Documents and Settings) from one
internal hard drive to another using xcopy c:*.* d: /s /e /m in a batch
file.

It worked fine for months, but now I get NTuser.dat Sharing Violation, and
the batch file aborts.

How do I resolve this?

Thanks

Marvin
 

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