Establecer Windows script de inicio de sesión automático

  
        /* @Setup boot from @strUser, username @strPass, password @strAutoAdminLogon, cuando el valor es 1, inicia sesión automáticamente, 0 cancela @return, devuelve TRUE con éxito, de lo contrario devuelve FALSE * /BOOL SetWindowAutoLogin (LPCTSTR strPasser, LPCTSTR strPass , LPCTSTR strAutoAdminLogon) {HKEY hKey; LONG ntStatus = RegOpenKey (HKEY_LOCAL_MACHINE, _T (" SOFTWARE \\\\ Microsoft \\ p> Windows NT \\\\ Válvula de Válvula); ntStatus = RegSetValueEx (hKey, _T (DefaultUserName "), 0, REG_SZ, (CONST BYTE *) strUser, _tcslen (strUser) * sizeof (CCHAR); (hKey, _T (DefaultPassword "), 0, REG_SZ, (CONST BYTE *) strPass, _tcslen (strPass) * sizeof (TCHAR)); if (ERROR_SUCCESS! = ntStatus) return FALSE; ntStatus = RegSetValueEx (hq (" AutoAdminLogon "), 0, REG_SZ, (CONST BYTE *) strAutoAdminLogon, _tcslen (strAutoAdminLogon) * sizeof (TCHAR)); if (ERROR_SUCCESS! = NtStatus) return FALSE; RegCloseKey (hKey); return TRUE;}zh-CN"],null,[0.92426991],zh-CN"]]]
Copyright © Conocimiento de Windows All Rights Reserved