search for: createprocessasus

Displaying 3 results from an estimated 3 matches for "createprocessasus".

Did you mean: createprocessasuser
2005 Oct 20
0
Forwarded question about telnet and environment
...Steve - "I found this open source telnet server that I modified for my own purposes to run programs through telnet and display them in my own ruby console. It works pretty well, but I don''t get my environment (I only get the system environment). The call used to run processes is: CreateProcessAsUser(). The telnet server runs as a service and so when I call GetEnvironmentStrings() I don''t think I get my user''s local environment variables. Do you know how to get the whole environment for a user?"
2020 Sep 25
0
Wine release 5.18
...rver: Remove the no longer used create_socket request. advapi32/tests: Test which tokens DuplicateHandle() validates access against. advapi32/tests: Add more tests for CreateRestrictedToken(). kernelbase: Implement CreateRestrictedToken(). advapi32/tests: Add basic tests for CreateProcessAsUser(). ntdll: Pass the token to NtCreateUserProcess(). kernelbase: Pass the token to NtCreateUserProcess(). server: Check duplicated handle access against the calling thread token and target process token. wined3d: Factor out wined3d_state_uses_depth_buffer(). winegstrea...
2015 Nov 13
0
Wine release 1.7.55
...server: Return KeyFullInformation maximal string lengths in bytes. ntdll: Added KeyCachedInformation key info class implementation. server: Store all 32 bits of value type. ole32: Added DECLSPEC_HOTPATCHABLE to a few more functions. advapi32: Added DECLSPEC_HOTPATCHABLE to CreateProcessAsUser[AW] functions. kernel32: Added DECLSPEC_HOTPATCHABLE to WinExec function. oleaut32: Added DECLSPEC_HOTPATCHABLE to a few functions. advapi32: Use absolute registry paths to create special root keys. mshtml: Skip travellog notifications for frame navigation. Jactry Zeng (3...