File association permissions via Group Policies

D

David Trimboli

We've got some Crystal software that requires users to clear the "Browse
in same window" option for XLS files in the Advanced window of Folder
Options - File Types. Unfortunately, this option is only available to
administrators.

I want to give regular users the ability to change this option, and I
thought I could do it by applying a Group Policy that modifies the
permissions of the appropriate registry key. I know how to adjust
registry permissions with Group Policies, but I'm not sure which key(s)
needs adjusted permissions.

Can someone point out which keys need to be granted which permissions to
get this done?
 
M

Mark V

We've got some Crystal software that requires users to clear the
"Browse in same window" option for XLS files in the Advanced
window of Folder Options - File Types. Unfortunately, this
option is only available to administrators.

I want to give regular users the ability to change this option,
and I thought I could do it by applying a Group Policy that
modifies the permissions of the appropriate registry key. I know
how to adjust registry permissions with Group Policies, but I'm
not sure which key(s) needs adjusted permissions.

Can someone point out which keys need to be granted which
permissions to get this done?

HKEY_CLASSES_ROOT\Excel.Sheet.8
BrowserFlags REG_DWORD 0x8

Possibly,
HKEY_CURRENT_USER\Software\Classes\Excel.Sheet.8
BrowserFlags REG_DWORD 0x8

(Excel "8" (Off2K), W2K)

I think you will find that 'Users' (you did not say what Local
Group) likely have READ here and that it is inherited.

FWIW YMMV

It would be easier to just force the change permanently for '.XLS'.
 
D

David Trimboli

Mark V said:
HKEY_CLASSES_ROOT\Excel.Sheet.8
BrowserFlags REG_DWORD 0x8

Possibly,
HKEY_CURRENT_USER\Software\Classes\Excel.Sheet.8
BrowserFlags REG_DWORD 0x8

Thanks, Mark. That's what I needed. I'll give it a shot and see if it
helps.
 

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