It doesn't exist as commandline...
winvnc.exe read the value's from the helpdesk.txt file
[DIRECT]
If you specify only ONE host entry the [DIRECT] option skip the step that you need to select a host.
if (strcmp(szCmdLine,"[b]-dis_auc[/b]")==NULL)
{
Disbale_UAC_for_admin();
return 0;
}
if (strstr(szCmdLine,"[b]-en_auc [/b]")!=NULL)
{
char temp[10];
strcpy(temp,szCmdLine+8);
int i=atoi(temp);
Restore_UAC_for_admin(i);
return 0;
}
Users browsing this forum: No registered users and 1 guest