Why .reg file import to registry does not work in Vista 64-bit Operating system?

1

I am trying to add some .reg file info to windows registry using command line utility.

regedit /s myregfile.reg

I am able to add tree in registry in 32-bit and 64-bit windows XP machine. But when i do same for windows vista 64-bit machine , it does not add the tree into registry.

Why is does not work in vista 64-bit OS and Can anybody suggest me how to do it for vista 64-bit ?

ashish

Posted 2010-01-08T08:33:02.407

Reputation: 177

Answers

2

What registry keys do you modify with that file? Could it be that you simply don't have permission to access them? Remember that the user in Vista does not by default has administrative privileges, even if they are an Administrator.

Joey

Posted 2010-01-08T08:33:02.407

Reputation: 36 381

Even I also though for it but I have admin access still i am not able to do so. – None – 2010-01-08T08:42:09.643

2

Try to run the command line as administrator (Start -> Run -> Type 'cmd' -> Ctrl Enter

Windows 7

Posted 2010-01-08T08:33:02.407

Reputation:

1

misterjaytee

Posted 2010-01-08T08:33:02.407

Reputation: 1 763

I think this might well be the case. (Was about to write that myself. ) – Macke – 2010-09-28T18:14:54.620