Help get debug privilage from windows vista.

BlitzPlus Forums/BlitzPlus Programming/Help get debug privilage from windows vista.

Wings(Posted 2010) [#1]
It whold be nice to have run as debug privilage. as the process i trying to debyg has denied my rights to read from memmory.

This is a try to set debug privilage within a blitz basic program.
i also running application as admin but it always fails.

first i got Error code is: 1313 A Specified privilage dose Not exist
EDIT:
Now iam getting a 997. verlapped I/O operation is in progress.
EDIT2: Caseclosed !
Now finaly this works.. i uploaded the code here.. code below is working.
and i leave it here as a referens for others like me..

Sollution after disable UAEC REBOT VISTA !!

Have any one manage to set run as debug....

;the code below is conversion from autoit code.




xlsior(Posted 2010) [#2]
You probably need to disable UAC first...


Wings(Posted 2010) [#3]
yes i did... disable user UAEC and also i run as administrator...

;C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f


But forgot to rebot vista !!



But instead i am getting 997 errors
"Oerlapped I/O operation is in progress."


Wings(Posted 2010) [#4]
Case Closed