Mudanças entre as edições de "Informações úteis: Windows"

De GeoSales
Ir para navegação Ir para pesquisar
Linha 4: Linha 4:
 
* Ajustando IE para pegar configurações do navegador padrão automaticamente
 
* Ajustando IE para pegar configurações do navegador padrão automaticamente
  
 +
<pre>
 
With IE11, the usage of a PAC-file through the file-protocol is no more possible, unless you add the following registry-key
 
With IE11, the usage of a PAC-file through the file-protocol is no more possible, unless you add the following registry-key
  
Linha 10: Linha 11:
 
(DWORD)"EnableLegacyAutoProxyFeatures"=1
 
(DWORD)"EnableLegacyAutoProxyFeatures"=1
 
https://blogs.technet.microsoft.com/emeaie/2013/11/04/optimizing-performance-with-automatic-proxyconfiguration-scripts-pac/
 
https://blogs.technet.microsoft.com/emeaie/2013/11/04/optimizing-performance-with-automatic-proxyconfiguration-scripts-pac/
 +
</pre>

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/