¿Cómo modificar el control de cuentas de usuario masivamente para permitir la toma de control remoto desde Aranda ASSET MANAGEMENT?
Se debe crear un archivo .bat con las siguientes líneas de registro:
reg add HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem /v ConsentPromptBehaviorAdmin /t REG_DWORD /d 5 /f
reg add HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem /v EnableLUA /t REG_DWORD /d 1 /f
reg add HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem /v PromptOnSecureDesktop /t REG_DWORD /d 0 /f
Este archivo, debe ejecutarse con permisos de administrador para estaciones Windows 7, vista y server 2008 de 32 o 64 bits
Publicaciones recomendadas