No Access To Registry

M

Malke

davidthefat said:
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
 
R

Ramesh, MS-MVP

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


I cant access the registry with any installer, it is a admin account too, so
idk...
 
N

Newbie Coder

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\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\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,
 
R

Ramesh, MS-MVP

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


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\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\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,
 
N

Newbie Coder

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)


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


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\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\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,
 
N

Newbie Coder

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 said:
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)


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


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\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\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 said:
I cant access the registry with any installer, it is a admin account too, so
idk...
 
R

Ramesh, MS-MVP

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


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 said:
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)


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


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\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\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 said:
I cant access the registry with any installer, it is a admin account too, so
idk...
 
R

Ramesh, MS-MVP

Newbie,
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


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)


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


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\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\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,
 
G

Guest

It works... but it cant access certain registrys...like the shared setting
one for most IDE installers
 
N

Newbie Coder

David,

Change the permissions of the key then

Windows Installer uses System Lever security
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top