PC Review


Reply
Thread Tools Rate Thread

Can I merge a .reg file while logged other than admin?

 
 
tiki2k
Guest
Posts: n/a
 
      28th Dec 2003
How can I merge a .reg file into the registry while in a user mode (not
administrator)?


 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      28th Dec 2003
By doing this from a Command Prompt:

runas /user:administrator "c:\winnt\system32\regedit.exe /s c:\xxx.reg"


"tiki2k" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> How can I merge a .reg file into the registry while in a user mode (not
> administrator)?
>
>



 
Reply With Quote
 
tiki2k
Guest
Posts: n/a
 
      28th Dec 2003
Thanks. Is that the only way to edit the non-admin's registry?

"Pegasus (MVP)" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> By doing this from a Command Prompt:
>
> runas /user:administrator "c:\winnt\system32\regedit.exe /s c:\xxx.reg"
>
>
> "tiki2k" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > How can I merge a .reg file into the registry while in a user mode (not
> > administrator)?
> >
> >

>
>



 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      28th Dec 2003
It's the only one that I'm aware of. If you supply specific
details of your requirements, someone else may have
further suggestions.


"tiki2k" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Thanks. Is that the only way to edit the non-admin's registry?
>
> "Pegasus (MVP)" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > By doing this from a Command Prompt:
> >
> > runas /user:administrator "c:\winnt\system32\regedit.exe /s c:\xxx.reg"
> >
> >
> > "tiki2k" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > How can I merge a .reg file into the registry while in a user mode

(not
> > > administrator)?
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
tiki2k
Guest
Posts: n/a
 
      28th Dec 2003
I downloaded a .reg file from http://mvps.org/winhelp2002/restricted.htm
that will fill in the restricted sites in IE6. I successfully merge that
info under the admin account (which is my default). So I wanted to
incorporate that into IE for the user account as well.

"Pegasus (MVP)" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> It's the only one that I'm aware of. If you supply specific
> details of your requirements, someone else may have
> further suggestions.
>
>
> "tiki2k" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Thanks. Is that the only way to edit the non-admin's registry?
> >
> > "Pegasus (MVP)" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > By doing this from a Command Prompt:
> > >
> > > runas /user:administrator "c:\winnt\system32\regedit.exe /s

c:\xxx.reg"
> > >
> > >
> > > "tiki2k" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > How can I merge a .reg file into the registry while in a user mode

> (not
> > > > administrator)?
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      29th Dec 2003
Your ability of importing this depends on the permissions
that are set in the target key. So far you haven't indicated
what that target key is, and what happens when you run
regedit from an ordinary user account. You might try
runas.exe but I'm not sure where exactly the information
would end up.


"tiki2k" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> I downloaded a .reg file from http://mvps.org/winhelp2002/restricted.htm
> that will fill in the restricted sites in IE6. I successfully merge that
> info under the admin account (which is my default). So I wanted to
> incorporate that into IE for the user account as well.
>
> "Pegasus (MVP)" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > It's the only one that I'm aware of. If you supply specific
> > details of your requirements, someone else may have
> > further suggestions.
> >
> >
> > "tiki2k" <(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> > > Thanks. Is that the only way to edit the non-admin's registry?
> > >
> > > "Pegasus (MVP)" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > By doing this from a Command Prompt:
> > > >
> > > > runas /user:administrator "c:\winnt\system32\regedit.exe /s

> c:\xxx.reg"
> > > >
> > > >
> > > > "tiki2k" <(E-Mail Removed)> wrote in message
> > > > news:(E-Mail Removed)...
> > > > > How can I merge a .reg file into the registry while in a user mode

> > (not
> > > > > administrator)?
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Steve Nielsen
Guest
Posts: n/a
 
      29th Dec 2003
Reading the reg file it goes into

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\ZoneMap\Domains]

Steve

Pegasus (MVP) wrote:

> Your ability of importing this depends on the permissions
> that are set in the target key. So far you haven't indicated
> what that target key is, and what happens when you run
> regedit from an ordinary user account. You might try
> runas.exe but I'm not sure where exactly the information
> would end up.
>
>
> "tiki2k" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>
>>I downloaded a .reg file from http://mvps.org/winhelp2002/restricted.htm
>>that will fill in the restricted sites in IE6. I successfully merge that
>>info under the admin account (which is my default). So I wanted to
>>incorporate that into IE for the user account as well.
>>
>>"Pegasus (MVP)" <(E-Mail Removed)> wrote in message
>>news:(E-Mail Removed)...
>>
>>>It's the only one that I'm aware of. If you supply specific
>>>details of your requirements, someone else may have
>>>further suggestions.
>>>
>>>
>>>"tiki2k" <(E-Mail Removed)> wrote in message
>>>news:%(E-Mail Removed)...
>>>
>>>>Thanks. Is that the only way to edit the non-admin's registry?
>>>>
>>>>"Pegasus (MVP)" <(E-Mail Removed)> wrote in message
>>>>news:(E-Mail Removed)...
>>>>
>>>>>By doing this from a Command Prompt:
>>>>>
>>>>>runas /user:administrator "c:\winnt\system32\regedit.exe /s

>>
>>c:\xxx.reg"
>>
>>>>>
>>>>>"tiki2k" <(E-Mail Removed)> wrote in message
>>>>>news:(E-Mail Removed)...
>>>>>
>>>>>>How can I merge a .reg file into the registry while in a user mode
>>>
>>>(not
>>>
>>>>>>administrator)?
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>

>>

>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Allow non-admin to log off currently logged on user M Windows XP Security 1 12th Oct 2011 04:13 AM
No Security Tab when Logged In as Admin =?Utf-8?B?UGF1bA==?= Windows XP Help 4 30th Mar 2007 04:42 AM
Must admin be logged on for scheduled NAV to run? nomail1983@hotmail.com Windows XP General 6 12th Sep 2006 07:29 AM
admin keeps getting logged out =?Utf-8?B?cmFk?= Windows XP Security 2 27th Sep 2004 04:11 PM
admin logged out HELP!!! dhillon Windows XP Security 0 8th Jun 2004 02:12 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:55 PM.