Access to registry denied importing entries

0

I am trying to create a logon script for local users (there is no domain). So I have taken backups of the registries from baseline machines and I am trying to use them as the entries I want to apply.

I have a simple batch file that follows...

@echo off
reg import C:\%directory%

But whether I run as admin or not, I get

Error accessing registry

Cannot figure out why

Pretzel

Posted 2014-05-19T16:16:47.047

Reputation: 468

This on an active domain by chance? – Ramhound – 2014-05-19T16:45:15.930

No sir, I stated no domain – Pretzel – 2014-05-19T16:45:46.803

While you said "local" user you still have local users in a domain environment. This sounds like a pure permission problem. I would add this permission to your User group and test it then. – Ramhound – 2014-05-19T17:49:06.327

There is no AD/DC. It is just a single workstation. – Pretzel – 2014-05-19T18:23:15.947

No answers