Abertura lenta de documentos do Word 2007 no Windows 7 via HTTP sobre LAN

2

Eu mudei de usar o Office 2007 no Windows XP para o Office 2007 no Windows 7.

Freqüentemente, abro documentos do Word (uma mistura de .doc e .docm) por meio de hiperlinks em uma intranet. Com os documentos do Word 2007, notei que há um diálogo em segundo plano que simplesmente diz "abrir" e exibe o URL do documento que estou abrindo. Se eu cancelar essa caixa de diálogo, o documento será aberto imediatamente.

Eu tentei fazer o login como diferentes usuários em máquinas diferentes e exatamente a mesma coisa acontece, eles abrem imediatamente no Windows XP e levam uma eternidade (com a caixa de diálogo oculta) no Windows 7.

Isso funcionou bem no Windows XP, mas, desde a mudança para o Windows 7, demora para que os documentos sejam abertos.

Alguma idéia?

Obrigado

    
por Norman 22.02.2013 / 10:05

1 resposta

1

Tente isto: Abra o IE, clique em Ferramentas (se não aparecer, pressione ALT ), Opções da Internet. Em seguida, a guia Avançado. Agora desmarque a opção "check for publisher certs" e desmarque "check for server certs"

Alternativamente, o motivo poderia ser:

This issue occurs because Windows Explorer tries to obtain detailed information about the remote share and about the file that you are opening. This operation may take a long time over a slow connection.

Você pode fazer a alteração atualizando o registro, mas infelizmente isso seria feito pelo PC (por isso, não tenho certeza se essa é uma opção realista).

Changing the registry Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base: 322756 How to back up and restore the registry in Windows

Add the
SuppressionPolicy
DWORD value to the following registry key:
HKEY_CLASSES_ROOT\*\Shellex\PropertySheetHandlers\CryptoSignMenu
To do so:
    Click Start, and then click Run.
    In the Open box, type regedit, and then click OK.
    Locate and then click the following registry key:
    HKEY_CLASSES_ROOT\*\Shellex\PropertySheetHandlers\CryptoSignMenu
    On the Edit menu, point to New, and then click DWORD Value.
    Type SuppressionPolicy, and then press ENTER.
    On the Edit menu, click Modify.
    Click Hexadecimal, type 100000 in the Value data box, and then click OK.
Add the
SuppressionPolicy
DWORD value to the following registry key:
HKEY_CLASSES_ROOT\*\Shellex\PropertySheetHandlers\{3EA48300-8CF6-101B-84FB-666CCB9BCD32}
To do so:
    In Registry Editor, locate and then click the following registry key:
    HKEY_CLASSES_ROOT\*\Shellex\PropertySheetHandlers\{3EA48300-8CF6-101B-84FB-666CCB9BCD32}
    On the Edit menu, point to New, and then click DWORD Value.
    Type SuppressionPolicy, and then press ENTER.
    On the Edit menu, click Modify.
    Click Hexadecimal, type 100000 in the Value data box, and then click OK.
Add the
SuppressionPolicy
DWORD value to the following registry key:
HKEY_CLASSES_ROOT\*\Shellex\PropertySheetHandlers\{883373C3-BF89-11D1-BE35-080036B11A03}
To do so:
    In Registry Editor, locate and then click the following registry key:
    HKEY_CLASSES_ROOT\*\Shellex\PropertySheetHandlers\{883373C3-BF89-11D1-BE35-080036B11A03}
    On the Edit menu, point to New, and then click DWORD Value.
    Type SuppressionPolicy, and then press ENTER.
    On the Edit menu, click Modify.
    Click Hexadecimal, type 100000 in the Value data box, and then click OK.
Add the
Flags
DWORD value to the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\SCAPI
To do so:
    In Registry Editor, locate and then click the following registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\SCAPI
    On the Edit menu, point to New, and then click DWORD Value.
    Type Flags, and then press ENTER.
    On the Edit menu, click Modify.
    Click Hexadecimal, type 00100c02 in the Value data box, and then click OK.
    Quit Registry Editor.

Existe também uma opção de Política de Grupo

Adding a Group Policy Besides the direct registry modifications that are described in the "Changing the registry" section, you can also resolve this issue by using a Group Policy. Administrators can control which shell extensions can run by using the Approved key and the EnforceShellExtensionSecurity policy. The SuppressionPolicy value is tied to the EnforceShellExtensionSecurity policy. You can add this policy to enable the modified shell behavior.

To do this, follow these steps:

Click Start, click Run, type Gpedit.msc, and then click OK.
Under User Configuration in the left pane, expand Administrative Templates, expand Windows Components, and then click Windows Explorer.
In the right pane, double-click Allow only per user or approved shell extensions, click Enabled, and then click OK.

Origem

    
por 22.02.2013 / 11:51