Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Firefox version 18.0.1 can't open .doc files with software restriction policy turned on

  • 2 답장
  • 3 이 문제를 만남
  • 17 보기
  • 최종 답변자: younghacker

more options

Firefox (and Thunderbird) can't open .doc .xls files directly (open with) Word, Excel, Powerpoint, 7-zip

> Access to C:\Program Files\Microsoft Office\Office14\WINWORD.EXE has been restricted by your Administrator by the default software restriction policy level.

There is no different when files are opening from website or from disk. Important only select option "open with". However Firefox (and Thunderbird) are normally opening .pdf files with Foxitreader or .doc files with Wordpad.

In the same time Internet Explorer, Windows explorer, start file1.doc (in command line) opens file NORMALLY. Word, Excel, Powerpoint and 7-zip starts with no problem.

Seems like the problem appears only when Mozilla products try to start MS Office 2010 products. And now I found problem with opening .rar archive when Mozilla is trying to start 7-zip.

ERRORS: > Access to C:\Program Files\Microsoft Office\Office14\POWERPNT.EXE has been restricted by your Administrator by the default software restriction policy level.

> Access to C:\Program Files\Microsoft Office\Office14\EXCEL.EXE has been restricted by your Administrator by the default software restriction policy level.

> Access to C:\Program Files\7-Zip\7zFM.exe has been restricted by your Administrator by the default software restriction policy level.

POSSIBLY SOLUTION: I think the problem is on way which Mozilla products execute files.

SYSTEM: Windows Server 2008 R2 Enterprise 64 bit SP1

Thanks a lot!

Firefox (and Thunderbird) can't open .doc .xls files directly (open with) Word, Excel, Powerpoint, 7-zip > Access to C:\Program Files\Microsoft Office\Office14\WINWORD.EXE has been restricted by your Administrator by the default software restriction policy level. There is no different when files are opening from website or from disk. Important only select option "open with". However Firefox (and Thunderbird) are normally opening .pdf files with Foxitreader or .doc files with Wordpad. In the same time Internet Explorer, Windows explorer, start file1.doc (in command line) opens file NORMALLY. Word, Excel, Powerpoint and 7-zip starts with no problem. Seems like the problem appears only when Mozilla products try to start MS Office 2010 products. And now I found problem with opening .rar archive when Mozilla is trying to start 7-zip. ERRORS: > Access to C:\Program Files\Microsoft Office\Office14\POWERPNT.EXE has been restricted by your Administrator by the default software restriction policy level. > Access to C:\Program Files\Microsoft Office\Office14\EXCEL.EXE has been restricted by your Administrator by the default software restriction policy level. > Access to C:\Program Files\7-Zip\7zFM.exe has been restricted by your Administrator by the default software restriction policy level. POSSIBLY SOLUTION: I think the problem is on way which Mozilla products execute files. SYSTEM: Windows Server 2008 R2 Enterprise 64 bit SP1 Thanks a lot!

모든 댓글 (2)

more options

hello younghacker, one thing you could try is to enter about:config into the firefox location bar (confirm the info message in case it shows up) & search for the preference named browser.download.manager.scanWhenDone. double-click it and change its value to false.

http://kb.mozillazine.org/Browser.download.manager.scanWhenDone

more options

Thanks you for quick answer.

But I have tryed set this options to false. And restart FF. Nothing, error still present.

browser.download.manager.scanWhenDone;false services.sync.prefs.sync.browser.download.manager.scanWhenDone;false

Now i have write small test application thats will start program

#include <windows.h>
#include <stdio.h>
void main(int argc, char *argv[])
{
	static char CommandLine[4096];
	if(argc < 2)
	{
		printf("\nSoftware Restriction Policy ByPass for FireFox Thunderbird.\n"
						"Set this Application Name as Mail Attachment Processing Handler.\n");
		return;
	}
	sprintf(CommandLine, "Start %s", argv[1]);
	system(CommandLine);
}

Application is setup in FF as application for .doc files. And start. But error still present.

But if I set IE as application for .doc files IE will start and will open .doc with Word!

I have found that MS Office and 7-zip, that not works, - are 64 bits applications. Foxitreader is 32 bit application that is work normally. Firefox also is 32 bit.

글쓴이 cor-el 수정일시