Hi
I mostly use
winvnc.exe -connect MyIp:5500 -noregistry
I would like to know how to specify [DIS-UAC], [WALL_PAPER] using command line option above?
And what is [DIRECT] for?
thx a lot
HR




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