PDA

View Full Version : Address bar Word 2000 (W98)



Quinto
05-14-2002, 09:02 AM
is it possible to disable the address bar in Word 2000 ? because you can put something like C:\ then an explorer will open in C:\... (i'm bussy with kind of security)

reghakr
05-14-2002, 02:15 PM
The address bar....

Do you mean the Web toolbar?

reghakr

Quinto
05-14-2002, 10:25 PM
yes that's what i mean..

i want to disable the web toolbar....

reghakr
05-14-2002, 11:53 PM
Quinto,

I worked on this for a while but can't seem to get it. It's based on a policy template. I need to locate the command bar ID.

I'll experiment further and post back.

reghakr

jdharm
05-16-2002, 03:39 PM
You have to disable more than that. A person can insert a hyperlink in the document linked to C:\ and open Explorer that way. You'll have to root the hyperlink option out of the menus as well as the context menu.

Josh

"What we call 'Progress' is the exchange of one nuisance for another nuisance."

reghakr
05-16-2002, 10:33 PM
Very good Josh, forgot about that. There may be a policy for that also.

If you understand policy templates, here's the sections I'm looking at:

To disable the web toolbar:
POLICY !!DisableCmdBars
KEYNAME Software\Policies\Microsoft\Office\9.0\Word\Disabl edCmdBarItemsList
PART !!DisableCmdBarCustomT LISTBOX
VALUEPREFIX TCID
END PART
END POLICY

To disable insert hyperlink:
POLICY !!WAFHyperlink
PART !!StdCheckT CHECKBOX
VALUENAME fHyperlink_200_1
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END PART
END POLICY

Jim

paul_millar
06-05-2002, 08:30 AM
Hey Guys...

Does anyone know how to disable the 'Search The Web' Icon on the Save / Open Dialogs?

I need to remove this to stop the user from opening Internet Explorer - is there anyway to disable/remove the Icon?

Please help..

I need this one ASAP...

Paul Millar
Computing Science Graduate
Ireland

reghakr
06-06-2002, 12:18 AM
A CRUDE possibility:

Rename iexplore.exe to iexplore.ex_

reghakr