Mudanças entre as edições de "Informações úteis: Windows"
Ir para navegação
Ir para pesquisar
| Linha 1: | Linha 1: | ||
:* RDCMan | :* RDCMan | ||
http://www.coderewind.com/2014/10/solution-rdcman-error-3334-remote-desktop-manager/ | http://www.coderewind.com/2014/10/solution-rdcman-error-3334-remote-desktop-manager/ | ||
| + | |||
| + | * Ajustando IE para pegar configurações do navegador padrão automaticamente | ||
| + | |||
| + | With IE11, the usage of a PAC-file through the file-protocol is no more possible, unless you add the following registry-key | ||
| + | |||
| + | [HKLM\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings] | ||
| + | |||
| + | (DWORD)"EnableLegacyAutoProxyFeatures"=1 | ||
| + | https://blogs.technet.microsoft.com/emeaie/2013/11/04/optimizing-performance-with-automatic-proxyconfiguration-scripts-pac/ | ||
Edição das 16h26min de 4 de abril de 2018
- RDCMan
http://www.coderewind.com/2014/10/solution-rdcman-error-3334-remote-desktop-manager/
- Ajustando IE para pegar configurações do navegador padrão automaticamente
With IE11, the usage of a PAC-file through the file-protocol is no more possible, unless you add the following registry-key
[HKLM\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings]
(DWORD)"EnableLegacyAutoProxyFeatures"=1 https://blogs.technet.microsoft.com/emeaie/2013/11/04/optimizing-performance-with-automatic-proxyconfiguration-scripts-pac/