Ouch.... Famous last words ... says Chuck and throw his teethPsychophanta wrote:May be Norris is too old to Rock'n'Roll
How to RunProgram() as admin ?
Re: How to RunProgram() as admin ?
Re: How to RunProgram() as admin ?
The code is working great.
i try with the "cmd" console; we can see that it was lauch by admin;
Thks TS-SOFT
i try with the "cmd" console; we can see that it was lauch by admin;
Thks TS-SOFT
~Ar-S~
My Image Hoster for PB users
My webSite (french) with PB apps : LDVMULTIMEDIA
PB - 3.x / 5.7x / 6 - W11 x64 - Ryzen 7 3700x / #Rpi4
My Image Hoster for PB users
My webSite (french) with PB apps : LDVMULTIMEDIA
PB - 3.x / 5.7x / 6 - W11 x64 - Ryzen 7 3700x / #Rpi4
Code: Select all
r3p347 : 7ry : un71l d0n3 = 1Re: How to RunProgram() as admin ?
It helps if you pass credentials. This should work still all the way up to the latest "inner ring" beta of 10 since it's just the RunAs way of doing it.
Something else you'll be interested in at some point is checking your own PID privilege against ACL lists for file and folders or other processes so you can r/w safely on the file system, dll inject, r/w remote PID memory, drag and drop, and set up friendly pipes or alternate streams.
There is also a know 'hack' with Windows services that allows you to bypass UAC with new process launching from a guest process token.
Something else you'll be interested in at some point is checking your own PID privilege against ACL lists for file and folders or other processes so you can r/w safely on the file system, dll inject, r/w remote PID memory, drag and drop, and set up friendly pipes or alternate streams.
There is also a know 'hack' with Windows services that allows you to bypass UAC with new process launching from a guest process token.

