Avatar of kingborough
kingborough
 asked on

Disable 'Edit with Microsoft Office Word' option in Internet Explorer 7.0

I am trying to find a way to disable the 'Edit with Microsoft Office Word' option in the 'Page' menu in Internet Explorer 7.0.

My scenario is the following:
We have between 100 and 150 users each with Windows XP Professional and Internet Explorer 7.0.
We have an intranet page which is automatically set to their homepage via group policy.
The problem is that every user has the ability to click the 'Page' menu and click 'Edit with Microsoft Office Word' and change text/links on this intranet page.
Is there a way to disable this option via group policy? Or perhaps disable the entire 'Page' menu?
Web BrowsersActive Directory

Avatar of undefined
Last Comment
kingborough

8/22/2022 - Mon
OzCoder

Why don't you just change the permisions on the intranet page files. So that your users can't save any edits?
kingborough

ASKER
We had considered this but there are a few users that have access to modify departmental sections of the intranet site.
I realise that it would be a simple matter of denying Domain Users access to save/modify and then select the individual users and just grant them access to do so.
We were just curious as to whether there is a way to disable this option in Internet Explorer.
cdbeste

you need to make the directories of the webpage read only..

or go here...

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1745&lngWId=2

Your help has saved me hundreds of hours of internet surfing.
fblack61
OzCoder

That script will only prevent people with limited knowledge editing the page. If you are storing the page in the directory structure you just need to select the root directory and only give the server or administrator write priviligies that way even if the use can get the source code, they can not save it back to the server.
OzCoder

Sorry Didn't see your post first. Unfortunately there is no fool proof way of preventing access to the source of a webpage and hence preventing your uses from editing it. You could change the default html editor in the internet options on the PCs to make it more difficult, eg Notepad or even a perhaps a script/add to say "You are not permitted to do this".
kingborough

ASKER
Changing the default html editor is a good idea. But can this be done via group policy? I have been having a look and can not find anything to set what html editor to use as a default.
If I could have it run a script that says "Access is restricted" it would be even better.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
SOLUTION
OzCoder

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
kingborough

ASKER
If you could provide me with the notpermitted.exe file that would be great.

Cheers
OzCoder

its a vb6 app so it will need vb6 runtimes.

EE does not allow the upload exe files so if you want I can email you the file.
SOLUTION
OzCoder

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
kingborough

ASKER
This may sound like a silly question, but how do I make the vbs script? I have had a bit of a play with Visual Basic 2008 Express Edition and have had no luck.
I am also curious as to whether or not I can apply the Default HTML Editor regkeys to ALL users who log on to the PC's rather than one at a time.

Cheers
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
OzCoder

Hi,

to create a vbs script just use notepad and save the file as alert.vbs (much like a batch file). If you change the setting for default user in the registery this should affect all users as longs as they havn't altered the setting.

---
Daniel.
ASKER CERTIFIED SOLUTION
kingborough

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.