HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows XP

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 07-13-2007, 02:14 AM
davidthefat
 
Posts: n/a
Default No Access To Registry

I cant access the registry with any installer, it is a admin account too, so
idk...
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
  #2  
Old 07-13-2007, 02:49 AM
Malke
 
Posts: n/a
Default Re: No Access To Registry

davidthefat wrote:
> I cant access the registry with any installer, it is a admin account too, so
> idk...


This post makes no sense. You don't access the Registry with an
installer. You access the Registry by running regedit.

Please post back with a better explanation of what is going on. Include
the exact text of any error messages. This link will show you what
details to include in your next post so we can help you:

http://www.dts-l.org/goodpost.htm


Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User
Reply With Quote
  #3  
Old 07-13-2007, 05:34 AM
Ramesh, MS-MVP
 
Posts: n/a
Default Re: No Access To Registry

Hi,

Are you trying to read a registry value or write to it?
Which registry location are you trying to read/write to?
And what's the error message displayed?

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


"davidthefat" <davidthefat@discussions.microsoft.com> wrote in message news:FF7A0F86-A321-4212-94B1-E5BF3304C754@microsoft.com...
I cant access the registry with any installer, it is a admin account too, so
idk...
Reply With Quote
  #4  
Old 07-13-2007, 09:56 AM
Newbie Coder
 
Posts: n/a
Default Re: No Access To Registry

David,

START | RUN | Type 'regedit' & press ENTER

That should get you into the registry . If not, you may get a message like this
has been disabled by the administrator. If so, create the following registry
key:

------------------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
-------------------------------------------------------

Open Notepad
Copy what is between the '-' above into that Notepad doc
File menu | Save As, surround the filename with double quotes like so:
"Unlock.reg"
Choose All Files from the File Types
Click the SAVE button

This will now create a registry file, which you can double-click, enter in the
registry & click OK to the successful message

-----

If you cannot add the above info & gain access to the registry then post back
the error message

------

The other user who said that your post makes no sense whatsoever is partially
right but the installer adds keys to the registry like RUN, UNINSTALL or FILE
ASSOCIATIONS etc. So, he/she is also incorrect with their outburst

Anyway. We await your response,

--
Newbie Coder
(It's just a name)


"davidthefat" <davidthefat@discussions.microsoft.com> wrote in message
news:FF7A0F86-A321-4212-94B1-E5BF3304C754@microsoft.com...
> I cant access the registry with any installer, it is a admin account too, so
> idk...



Reply With Quote
  #5  
Old 07-13-2007, 12:11 PM
Ramesh, MS-MVP
 
Posts: n/a
Default Re: No Access To Registry

FYI: If "DisableRegistryTools" Policy is enabled, the users won't be able to merge the REG files. One can use a .VBS though.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


"Newbie Coder" <newbiecoder@spammeplease.com> wrote in message news:e6MmGvSxHHA.4392@TK2MSFTNGP04.phx.gbl...
David,

START | RUN | Type 'regedit' & press ENTER

That should get you into the registry . If not, you may get a message like this
has been disabled by the administrator. If so, create the following registry
key:

------------------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
-------------------------------------------------------

Open Notepad
Copy what is between the '-' above into that Notepad doc
File menu | Save As, surround the filename with double quotes like so:
"Unlock.reg"
Choose All Files from the File Types
Click the SAVE button

This will now create a registry file, which you can double-click, enter in the
registry & click OK to the successful message

-----

If you cannot add the above info & gain access to the registry then post back
the error message

------

The other user who said that your post makes no sense whatsoever is partially
right but the installer adds keys to the registry like RUN, UNINSTALL or FILE
ASSOCIATIONS etc. So, he/she is also incorrect with their outburst

Anyway. We await your response,

--
Newbie Coder
(It's just a name)


"davidthefat" <davidthefat@discussions.microsoft.com> wrote in message
news:FF7A0F86-A321-4212-94B1-E5BF3304C754@microsoft.com...
> I cant access the registry with any installer, it is a admin account too, so
> idk...



Reply With Quote
  #6  
Old 07-13-2007, 12:21 PM
Newbie Coder
 
Posts: n/a
Default Re: No Access To Registry

Ramesh,

The Policy only disables the registry through the keys I put in my original
post. It only stops users from going in via regedit

I could also write a small application to get around that policy forcing
unrestricted permission

--
Newbie Coder
(It's just a name)


"Ramesh, MS-MVP" <ramesh@XOX.mvps.org> wrote in message
news:eXM2C6TxHHA.2132@TK2MSFTNGP04.phx.gbl...
FYI: If "DisableRegistryTools" Policy is enabled, the users won't be able to
merge the REG files. One can use a .VBS though.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


"Newbie Coder" <newbiecoder@spammeplease.com> wrote in message
news:e6MmGvSxHHA.4392@TK2MSFTNGP04.phx.gbl...
David,

START | RUN | Type 'regedit' & press ENTER

That should get you into the registry . If not, you may get a message like this
has been disabled by the administrator. If so, create the following registry
key:

------------------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
-------------------------------------------------------

Open Notepad
Copy what is between the '-' above into that Notepad doc
File menu | Save As, surround the filename with double quotes like so:
"Unlock.reg"
Choose All Files from the File Types
Click the SAVE button

This will now create a registry file, which you can double-click, enter in the
registry & click OK to the successful message

-----

If you cannot add the above info & gain access to the registry then post back
the error message

------

The other user who said that your post makes no sense whatsoever is partially
right but the installer adds keys to the registry like RUN, UNINSTALL or FILE
ASSOCIATIONS etc. So, he/she is also incorrect with their outburst

Anyway. We await your response,

--
Newbie Coder
(It's just a name)


"davidthefat" <davidthefat@discussions.microsoft.com> wrote in message
news:FF7A0F86-A321-4212-94B1-E5BF3304C754@microsoft.com...
> I cant access the registry with any installer, it is a admin account too, so
> idk...




Reply With Quote
  #7  
Old 07-13-2007, 12:24 PM
Newbie Coder
 
Posts: n/a
Default Re: No Access To Registry

Ramesh,

http://support.microsoft.com/kb/831787

That tells you you can still import reg files with the policy used

--
Newbie Coder
(It's just a name)


"Newbie Coder" <newbiecoder@spammeplease.com> wrote in message
news:OxLH6$TxHHA.4604@TK2MSFTNGP03.phx.gbl...
> Ramesh,
>
> The Policy only disables the registry through the keys I put in my original
> post. It only stops users from going in via regedit
>
> I could also write a small application to get around that policy forcing
> unrestricted permission
>
> --
> Newbie Coder
> (It's just a name)
>
>
> "Ramesh, MS-MVP" <ramesh@XOX.mvps.org> wrote in message
> news:eXM2C6TxHHA.2132@TK2MSFTNGP04.phx.gbl...
> FYI: If "DisableRegistryTools" Policy is enabled, the users won't be able to
> merge the REG files. One can use a .VBS though.
>
> --
> Regards,
>
> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
> Windows® Troubleshooting http://www.winhelponline.com
>
>
> "Newbie Coder" <newbiecoder@spammeplease.com> wrote in message
> news:e6MmGvSxHHA.4392@TK2MSFTNGP04.phx.gbl...
> David,
>
> START | RUN | Type 'regedit' & press ENTER
>
> That should get you into the registry . If not, you may get a message like

this
> has been disabled by the administrator. If so, create the following registry
> key:
>
> ------------------------------------------------------
> Windows Registry Editor Version 5.00
>
> [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System]
> "DisableRegistryTools"=dword:00000000
> [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\System]
> "DisableRegistryTools"=dword:00000000
> -------------------------------------------------------
>
> Open Notepad
> Copy what is between the '-' above into that Notepad doc
> File menu | Save As, surround the filename with double quotes like so:
> "Unlock.reg"
> Choose All Files from the File Types
> Click the SAVE button
>
> This will now create a registry file, which you can double-click, enter in the
> registry & click OK to the successful message
>
> -----
>
> If you cannot add the above info & gain access to the registry then post back
> the error message
>
> ------
>
> The other user who said that your post makes no sense whatsoever is partially
> right but the installer adds keys to the registry like RUN, UNINSTALL or FILE
> ASSOCIATIONS etc. So, he/she is also incorrect with their outburst
>
> Anyway. We await your response,
>
> --
> Newbie Coder
> (It's just a name)
>
>
> "davidthefat" <davidthefat@discussions.microsoft.com> wrote in message
> news:FF7A0F86-A321-4212-94B1-E5BF3304C754@microsoft.com...
> > I cant access the registry with any installer, it is a admin account too, so
> > idk...

>
>
>



Reply With Quote
  #8  
Old 07-13-2007, 12:41 PM
Ramesh, MS-MVP
 
Posts: n/a
Default Re: No Access To Registry

>> That tells you you can still import reg files with the policy used

But only if the hotfix was applied earlier. Note that this hotfix is not available via WU. So it's highly unlikely that the user has this update installed in their system.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


"Newbie Coder" <newbiecoder@spammeplease.com> wrote in message news:Oe1JkBUxHHA.1208@TK2MSFTNGP05.phx.gbl...
Ramesh,

http://support.microsoft.com/kb/831787

That tells you you can still import reg files with the policy used

--
Newbie Coder
(It's just a name)


"Newbie Coder" <newbiecoder@spammeplease.com> wrote in message
news:OxLH6$TxHHA.4604@TK2MSFTNGP03.phx.gbl...
> Ramesh,
>
> The Policy only disables the registry through the keys I put in my original
> post. It only stops users from going in via regedit
>
> I could also write a small application to get around that policy forcing
> unrestricted permission
>
> --
> Newbie Coder
> (It's just a name)
>
>
> "Ramesh, MS-MVP" <ramesh@XOX.mvps.org> wrote in message
> news:eXM2C6TxHHA.2132@TK2MSFTNGP04.phx.gbl...
> FYI: If "DisableRegistryTools" Policy is enabled, the users won't be able to
> merge the REG files. One can use a .VBS though.
>
> --
> Regards,
>
> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
> Windows® Troubleshooting http://www.winhelponline.com
>
>
> "Newbie Coder" <newbiecoder@spammeplease.com> wrote in message
> news:e6MmGvSxHHA.4392@TK2MSFTNGP04.phx.gbl...
> David,
>
> START | RUN | Type 'regedit' & press ENTER
>
> That should get you into the registry . If not, you may get a message like

this
> has been disabled by the administrator. If so, create the following registry
> key:
>
> ------------------------------------------------------
> Windows Registry Editor Version 5.00
>
> [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System]
> "DisableRegistryTools"=dword:00000000
> [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\System]
> "DisableRegistryTools"=dword:00000000
> -------------------------------------------------------
>
> Open Notepad
> Copy what is between the '-' above into that Notepad doc
> File menu | Save As, surround the filename with double quotes like so:
> "Unlock.reg"
> Choose All Files from the File Types
> Click the SAVE button
>
> This will now create a registry file, which you can double-click, enter in the
> registry & click OK to the successful message
>
> -----
>
> If you cannot add the above info & gain access to the registry then post back
> the error message
>
> ------
>
> The other user who said that your post makes no sense whatsoever is partially
> right but the installer adds keys to the registry like RUN, UNINSTALL or FILE
> ASSOCIATIONS etc. So, he/she is also incorrect with their outburst
>
> Anyway. We await your response,
>
> --
> Newbie Coder
> (It's just a name)
>
>
> "davidthefat" <davidthefat@discussions.microsoft.com> wrote in message
> news:FF7A0F86-A321-4212-94B1-E5BF3304C754@microsoft.com...
> > I cant access the registry with any installer, it is a admin account too, so
> > idk...

>
>
>



Reply With Quote
  #9  
Old 07-13-2007, 12:44 PM
Ramesh, MS-MVP
 
Posts: n/a
Default Re: No Access To Registry

Newbie,

>> I could also write a small application to get around that policy forcing

unrestricted permission

That's exactly what I said. You can write a .vbs file (or an application, if you wish) to remove the Policy ("DisableRegistryTools" - mostly enabled by Virus/Malware, particularly in a standalone system).

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


"Newbie Coder" <newbiecoder@spammeplease.com> wrote in message news:OxLH6$TxHHA.4604@TK2MSFTNGP03.phx.gbl...
Ramesh,

The Policy only disables the registry through the keys I put in my original
post. It only stops users from going in via regedit

I could also write a small application to get around that policy forcing
unrestricted permission

--
Newbie Coder
(It's just a name)


"Ramesh, MS-MVP" <ramesh@XOX.mvps.org> wrote in message
news:eXM2C6TxHHA.2132@TK2MSFTNGP04.phx.gbl...
FYI: If "DisableRegistryTools" Policy is enabled, the users won't be able to
merge the REG files. One can use a .VBS though.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


"Newbie Coder" <newbiecoder@spammeplease.com> wrote in message
news:e6MmGvSxHHA.4392@TK2MSFTNGP04.phx.gbl...
David,

START | RUN | Type 'regedit' & press ENTER

That should get you into the registry . If not, you may get a message like this
has been disabled by the administrator. If so, create the following registry
key:

------------------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
-------------------------------------------------------

Open Notepad
Copy what is between the '-' above into that Notepad doc
File menu | Save As, surround the filename with double quotes like so:
"Unlock.reg"
Choose All Files from the File Types
Click the SAVE button

This will now create a registry file, which you can double-click, enter in the
registry & click OK to the successful message

-----

If you cannot add the above info & gain access to the registry then post back
the error message

------

The other user who said that your post makes no sense whatsoever is partially
right but the installer adds keys to the registry like RUN, UNINSTALL or FILE
ASSOCIATIONS etc. So, he/she is also incorrect with their outburst

Anyway. We await your response,

--
Newbie Coder
(It's just a name)


"davidthefat" <davidthefat@discussions.microsoft.com> wrote in message
news:FF7A0F86-A321-4212-94B1-E5BF3304C754@microsoft.com...
> I cant access the registry with any installer, it is a admin account too, so
> idk...




Reply With Quote
  #10  
Old 07-13-2007, 03:28 PM
davidthefat
 
Posts: n/a
Default Re: No Access To Registry


It works... but it cant access certain registrys...like the shared setting
one for most IDE installers
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Registry - Access Denied V.A Windows Vista 17 07-05-2007 03:28 AM
Access File Mistakenly typed as a Access Shortcut Q Windows Vista Installation 7 07-04-2007 02:21 PM
using registry larry Windows XP 6 04-27-2007 10:38 PM
How to access Access Denied Folder? Abdur Rahim Sajid Windows XP 1 04-25-2007 01:17 AM
Can't access some folder; access denied kovster Windows XP 1 04-13-2007 03:46 AM


All times are GMT. The time now is 12:00 AM.


Powered by vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger