PC Review


Reply
Thread Tools Rate Thread

How can I disable the use of regedit and regedt32?

 
 
George Hester
Guest
Posts: n/a
 
      11th Sep 2008
The reason I ask is because for some reason the two have been disabled in my
domain controller Administrator account in Windows 2000 SP4. Luckily I made
duplicate Administrator equivalent accounts when I first constructed this
machine so not all is lost but I would like to get back the control for the
original Administrator account. I believe something happened to a Group
Policy or Local Security or Domain security or Controller security or some
other security or NTFS securuity or ... Thanks.

--
George Hester
_________________________________


 
Reply With Quote
 
 
 
 
John John (MVP)
Guest
Posts: n/a
 
      11th Sep 2008
DisableRegistryTools
http://www.microsoft.com/technet/pro....mspx?mfr=true

John


George Hester wrote:

> The reason I ask is because for some reason the two have been disabled in my
> domain controller Administrator account in Windows 2000 SP4. Luckily I made
> duplicate Administrator equivalent accounts when I first constructed this
> machine so not all is lost but I would like to get back the control for the
> original Administrator account. I believe something happened to a Group
> Policy or Local Security or Domain security or Controller security or some
> other security or NTFS securuity or ... Thanks.
>
> --
> George Hester
> _________________________________
>
>

 
Reply With Quote
 
George Hester
Guest
Posts: n/a
 
      11th Sep 2008
Yeah on the surface that looks like it should be helpful. But if you look
closely at that solution, there is no name for the registry entry that is to
be used there. In fact the key (System) does not exist in Windows 2000 and
REG_DWORD is a DataType not a REG_NAME. So there is really nothing I can do
with that. The link to the Group Policy Table is dead. And the Group Policy
Entry they say I can follow under User Configuration I have is Not
Configured. So it look's like that's a bum path, Maybe something like this
might work?

I would be willing to just delete the entire Policy key as I see it is
virtually empty but I forget how that is done in a .reg file. Do you recall
John? -[] I think?

How about a a windows script that would assign all permissions of one user
to another user? I could take all the permissions of one of my admin
accounts and assign them to my Administrator account. That should do it?

--
George Hester
_________________________________
"John John (MVP)" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> DisableRegistryTools
>

http://www.microsoft.com/technet/pro...eskit/regentry
/93466.mspx?mfr=true
>
> John
>
>
> George Hester wrote:
>
> > The reason I ask is because for some reason the two have been disabled

in my
> > domain controller Administrator account in Windows 2000 SP4. Luckily I

made
> > duplicate Administrator equivalent accounts when I first constructed

this
> > machine so not all is lost but I would like to get back the control for

the
> > original Administrator account. I believe something happened to a Group
> > Policy or Local Security or Domain security or Controller security or

some
> > other security or NTFS securuity or ... Thanks.
> >
> > --
> > George Hester
> > _________________________________
> >
> >



 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      11th Sep 2008
The value name is 'DisableRegistryTools' add it with value 0 This should
work. I think the 'Meaning' column descriptions on that page are reversed.
Do you get the message indicating policy restriction?



--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


"George Hester" wrote:
> Yeah on the surface that looks like it should be helpful. But if you look
> closely at that solution, there is no name for the registry entry that is
> to
> be used there. In fact the key (System) does not exist in Windows 2000 and
> REG_DWORD is a DataType not a REG_NAME. So there is really nothing I can
> do
> with that. The link to the Group Policy Table is dead. And the Group
> Policy
> Entry they say I can follow under User Configuration I have is Not
> Configured. So it look's like that's a bum path, Maybe something like this
> might work?
>
> I would be willing to just delete the entire Policy key as I see it is
> virtually empty but I forget how that is done in a .reg file. Do you
> recall
> John? -[] I think?
>
> How about a a windows script that would assign all permissions of one user
> to another user? I could take all the permissions of one of my admin
> accounts and assign them to my Administrator account. That should do it?
>
> --
> George Hester


 
Reply With Quote
 
George Hester
Guest
Posts: n/a
 
      11th Sep 2008
Hey I got it. I used this page:

http://windowsxp.mvps.org/tweakuirest.htm

I just put #1 in the Run key and that was it. I looked at that key under my
other admin accounts and there was nothing in there so I just assumed it was
that way in the Administrator account also. Turns out there was a bogus
codec called sys_vd4.dat in C:\Program Files\Common Files\System which I got
from using Firefox 2.0.0.14 the other day. I remember it because I couldn't
stop the d/l w/o crashing the application which is what I should have done.

--
George Hester
_________________________________
"Dave Patrick" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The value name is 'DisableRegistryTools' add it with value 0 This should
> work. I think the 'Meaning' column descriptions on that page are reversed.
> Do you get the message indicating policy restriction?


Yes Dave that's what I got and Microsoft REALLY should have put
"DisableRegistryTools" in that article!!!

>
>
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
>
> "George Hester" wrote:
> > Yeah on the surface that looks like it should be helpful. But if you

look
> > closely at that solution, there is no name for the registry entry that

is
> > to
> > be used there. In fact the key (System) does not exist in Windows 2000

and
> > REG_DWORD is a DataType not a REG_NAME. So there is really nothing I can
> > do
> > with that. The link to the Group Policy Table is dead. And the Group
> > Policy
> > Entry they say I can follow under User Configuration I have is Not
> > Configured. So it look's like that's a bum path, Maybe something like

this
> > might work?
> >
> > I would be willing to just delete the entire Policy key as I see it is
> > virtually empty but I forget how that is done in a .reg file. Do you
> > recall
> > John? -[] I think?
> >
> > How about a a windows script that would assign all permissions of one

user
> > to another user? I could take all the permissions of one of my admin
> > accounts and assign them to my Administrator account. That should do it?
> >
> > --
> > George Hester

>



 
Reply With Quote
 
John John (MVP)
Guest
Posts: n/a
 
      11th Sep 2008
It's the same thing as what was on the Microsoft page, done with a
command instead of manually.

John

George Hester wrote:

> Hey I got it. I used this page:
>
> http://windowsxp.mvps.org/tweakuirest.htm
>
> I just put #1 in the Run key and that was it. I looked at that key under my
> other admin accounts and there was nothing in there so I just assumed it was
> that way in the Administrator account also. Turns out there was a bogus
> codec called sys_vd4.dat in C:\Program Files\Common Files\System which I got
> from using Firefox 2.0.0.14 the other day. I remember it because I couldn't
> stop the d/l w/o crashing the application which is what I should have done.
>
> --
> George Hester
> _________________________________
> "Dave Patrick" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
>>The value name is 'DisableRegistryTools' add it with value 0 This should
>>work. I think the 'Meaning' column descriptions on that page are reversed.
>>Do you get the message indicating policy restriction?

>
>
> Yes Dave that's what I got and Microsoft REALLY should have put
> "DisableRegistryTools" in that article!!!
>
>
>>
>>
>>--
>>
>>Regards,
>>
>>Dave Patrick ....Please no email replies - reply in newsgroup.
>>Microsoft Certified Professional
>>Microsoft MVP [Windows]
>>http://www.microsoft.com/protect
>>
>>
>>"George Hester" wrote:
>>
>>>Yeah on the surface that looks like it should be helpful. But if you

>
> look
>
>>>closely at that solution, there is no name for the registry entry that

>
> is
>
>>>to
>>>be used there. In fact the key (System) does not exist in Windows 2000

>
> and
>
>>>REG_DWORD is a DataType not a REG_NAME. So there is really nothing I can
>>>do
>>>with that. The link to the Group Policy Table is dead. And the Group
>>>Policy
>>>Entry they say I can follow under User Configuration I have is Not
>>>Configured. So it look's like that's a bum path, Maybe something like

>
> this
>
>>>might work?
>>>
>>>I would be willing to just delete the entire Policy key as I see it is
>>>virtually empty but I forget how that is done in a .reg file. Do you
>>>recall
>>>John? -[] I think?
>>>
>>>How about a a windows script that would assign all permissions of one

>
> user
>
>>>to another user? I could take all the permissions of one of my admin
>>>accounts and assign them to my Administrator account. That should do it?
>>>
>>>--
>>>George Hester

>>

>
>

 
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
regedit vs regedt32 Jim Wray Microsoft Windows 2000 Registry Archive 3 23rd Oct 2004 03:43 AM
regedt32 and regedit look the same? djc Windows XP Configuration 4 21st Aug 2004 01:42 AM
Re: Regedit / Regedt32 Steven Hull Windows XP Help 1 12th Jul 2004 10:53 PM
Re: Regedit / Regedt32 Mike Kolitz Windows XP General 0 12th Jul 2004 07:18 PM
can not run regedit or regedt32 Doug Microsoft Windows 2000 Registry Archive 0 17th Nov 2003 08:14 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:58 PM.