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

De GeoSales
Ir para navegação Ir para pesquisar
Linha 11: 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>
 +
 +
* Remover serviços do Windows Services
 +
 +
<pre>
 +
sc delete <Serviço>
 
</pre>
 
</pre>

Edição das 12h55min de 22 de novembro 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/
  • Remover serviços do Windows Services
sc delete <Serviço>