Registry Editing is been disabled by your administratot
Hi,
I have packaged SMS Add-in For Microsoft Excel.when i Install it with administrator and Local User ID it works fine for all users but not for standard user. When i login using a standard user i get "Registry editing is been disabled by your administrator". I have created Active setup which install registry keys to HKCU. As soon as i Login using a standard user account i get a window "Registry editing is been disabled by your administrator". How can i make this work.
Please help. I need to solve this asap.
Thanks
I have packaged SMS Add-in For Microsoft Excel.when i Install it with administrator and Local User ID it works fine for all users but not for standard user. When i login using a standard user i get "Registry editing is been disabled by your administrator". I have created Active setup which install registry keys to HKCU. As soon as i Login using a standard user account i get a window "Registry editing is been disabled by your administrator". How can i make this work.
Please help. I need to solve this asap.
Thanks
0 Comments
[ + ] Show comments
Answers (16)
Please log in to answer
Posted by:
mekaywe
14 years ago
Posted by:
joseph
14 years ago
Posted by:
pjgeutjens
14 years ago
Registry editing is been disabled by your administrator
This sounds to me like a domain level user policy being enforced. If by Local User you mean a non-domain user, or admin user, that's another indication.
First of all, let loose ProcMon on your excel addin, look for ACCESS DENIED messages to identify exactly which key is supposed to be written.
Secondly, about the policy, have a talk with your AD admins.
Finally, which method are you using to write the HKCU keys? If you are for example triggering a REG or REGEDIT /S command this might fall under the above mentioned policy, there might be other methods that do get through (VBS / MSI)
PJ
Posted by:
Rachitha.pb
14 years ago
Posted by:
joseph
14 years ago
Posted by:
pjgeutjens
14 years ago
Posted by:
Rachitha.pb
14 years ago
Posted by:
joseph
14 years ago
Posted by:
pjgeutjens
14 years ago
Joseph,
I was actually not 100% sure after reading your post, so I did a quick test (we have similar policy here) [:D]
putting a VBS on restricted user's desktop that contains
A Batch file (as close as I could get on short notice) containing
PJ
I was actually not 100% sure after reading your post, so I did a quick test (we have similar policy here) [:D]
putting a VBS on restricted user's desktop that contains
Set oShell = WScript.CreateObject("WScript.Shell")
oShell.RegWrite "HKCU\Software\Test","test"
User could run the vbs and the key was written.A Batch file (as close as I could get on short notice) containing
REGEDIT
caused the forementioned errorPJ
Posted by:
Rachitha.pb
14 years ago
Posted by:
mekaywe
14 years ago
Posted by:
Rachitha.pb
14 years ago
Hi,
Can you please help. Im not much aware of the vbs.
this is my registry keys.
REGEDIT4
[HKEY_CURRENT_USER\Software]
"+"=""
[HKEY_CURRENT_USER\Software\Classes\Interface\{000C0601-0000-0000-C000-000000000046}]
"(Default)"="Word/Excel .NET 2.0 Lockback Bypass Key"
"+"=""
[HKEY_CURRENT_USER\Software\Microsoft]
"+"=""
[HKEY_CURRENT_USER\Software\Microsoft\Office]
"+"=""
[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Excel\Answer Wizard]
"PluginsAW"="C:\\Program Files\\2sms.com\\SMS Add-in for Microsoft Excel\\ExcelSMS.aw"
[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Excel\Answer Wizard]
"PluginsAW"="C:\\Program Files\\2sms.com\\SMS Add-in for Microsoft Excel\\ExcelSMS.aw"
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel\Answer Wizard]
"PluginsAw"="C:\\Program Files\\2sms.com\\SMS Add-in for Microsoft Excel\\ExcelSMS.aw"
[HKEY_CURRENT_USER\Software\Microsoft\Office\Excel]
"+"=""
[HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\AddIns]
"+"=""
[HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\AddIns\ExcelSMSAddin.Connect]
"*"=""
"Description"="ExcelSMSAddin.Connect"
"Description"="SMS Messaging for Microsoft Excel"
"FriendlyName"="ExcelSMSAddin.Connect"
"FriendlyName"="SMS Add-in for Microsoft Excel"
"LoadBehavior"=dword:00000003
"LoadBehavior"=dword:00000003
[HKEY_CURRENT_USER\Software\Microsoft\Windows]
"+"=""
[HKEY_CURRENT_USER\Software\Microsoft\Windows\HTML Help]
"+"=""
"ExcelSMS.chm"="C:\\Program Files\\2sms.com\\SMS Add-in for Microsoft Excel"
Can you please help. Im not much aware of the vbs.
this is my registry keys.
REGEDIT4
[HKEY_CURRENT_USER\Software]
"+"=""
[HKEY_CURRENT_USER\Software\Classes\Interface\{000C0601-0000-0000-C000-000000000046}]
"(Default)"="Word/Excel .NET 2.0 Lockback Bypass Key"
"+"=""
[HKEY_CURRENT_USER\Software\Microsoft]
"+"=""
[HKEY_CURRENT_USER\Software\Microsoft\Office]
"+"=""
[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Excel\Answer Wizard]
"PluginsAW"="C:\\Program Files\\2sms.com\\SMS Add-in for Microsoft Excel\\ExcelSMS.aw"
[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Excel\Answer Wizard]
"PluginsAW"="C:\\Program Files\\2sms.com\\SMS Add-in for Microsoft Excel\\ExcelSMS.aw"
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel\Answer Wizard]
"PluginsAw"="C:\\Program Files\\2sms.com\\SMS Add-in for Microsoft Excel\\ExcelSMS.aw"
[HKEY_CURRENT_USER\Software\Microsoft\Office\Excel]
"+"=""
[HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\AddIns]
"+"=""
[HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\AddIns\ExcelSMSAddin.Connect]
"*"=""
"Description"="ExcelSMSAddin.Connect"
"Description"="SMS Messaging for Microsoft Excel"
"FriendlyName"="ExcelSMSAddin.Connect"
"FriendlyName"="SMS Add-in for Microsoft Excel"
"LoadBehavior"=dword:00000003
"LoadBehavior"=dword:00000003
[HKEY_CURRENT_USER\Software\Microsoft\Windows]
"+"=""
[HKEY_CURRENT_USER\Software\Microsoft\Windows\HTML Help]
"+"=""
"ExcelSMS.chm"="C:\\Program Files\\2sms.com\\SMS Add-in for Microsoft Excel"
Posted by:
anonymous_9363
14 years ago
Posted by:
joseph
14 years ago
Posted by:
Rachitha.pb
14 years ago
Posted by:
timmsie
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.