We need to setup a trusted site on the server that will apply to all users who rdp into the server. I am look for a way to do this more systematically then require each user to set it up.
Uma maneira de fazer isso seria criar um script de login que atualize o registro. A chave que você está procurando está em: (consulte kb182569 )
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Configurações da Internet \ ZoneMap \ Domains
É bastante fácil escrever isso com um script básico visual.
Option Explicit
Dim oShell
Set oShell = WScript.CreateObject("WScript.Shell")
oShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\example.org","2"