Tagged Questions
The createprocess tag has no wiki summary.
6
votes
4answers
580 views
Is it possible to execute a .NET dll without an exe to load it?
I'm curious if there's a way to execute a static .DLL method in a new process without having to create an .EXE for it?
AFAIK, this isn't possible with native Win32/64 DLLs. How about .NET DLL ...
6
votes
4answers
2k views
How to launch a GUI program in a Windows service?
When I run a service as LocalSystem account, I can use following codes to launch a GUI program under current login account:
WTSGetActiveConsoleSessionId->WTSQueryUserToken->CreateProcessAsUser
...
5
votes
4answers
246 views
How to determine when spawned process is ready? (Using CreateProcess() and FindWindow())
This should be an easy one: I am creating a program that spawns a process using the win32 CreateProcess() function. Once this process is loaded, I find its window using FindWindow and send it messages ...
5
votes
2answers
1k views
AssignProcessToJobObject fails with “Access Denied” error when running under the debugger
You do AssignProcessToJobObject and it fails with "access denied" but only when you are running in the debugger. Why is this?
4
votes
2answers
138 views
Why does Unix have fork() but not CreateProcess()?
I do not get why Unix has fork() for creating a new process. In Win32 API we have CreateProcess() which creates a new process and loads an executable into its address space, then starts executing ...
4
votes
2answers
100 views
How can I set the name of a process created with CreateProcess?
I am starting a process with CreateProcess following the formulas found on google. What I am wondering, is can I set the process name of the created process so that it is obvious in the task manager?
...
4
votes
1answer
432 views
how do I launch another process in XP compatibility mode?
Our application requires HASP SRM device driver to be installed in order for ours to install and run.
At this time, only their 5.50 drivers work consistently on all tested platforms (both their 5.75 ...
4
votes
2answers
852 views
How can I start explorer.exe via C++?
I'm trying to programmatically start explorer.exe but I'm not having any luck.
This is my code:
cout << pName << "died, lets restart it." << endl;
STARTUPINFO startupInfo = {0};
...
4
votes
3answers
2k views
Making CreateProcess inherit the console of the calling process
When I call CreateProcess in Windows, the new process doesn't seem to inherit the console of the calling process. I made a test program that runs "ruby xtest", xtest being a script that writes ...
3
votes
2answers
218 views
Got “The system cannot find the file specified” when I run NETSH from CreateProcess but it works ok on Command Prompt?
I have an NT service that calls a console program written in Delphi 7, let's call it failover.exe that in turn calls NETSH using a procedure I found:
procedure ExecConsoleApp(CommandLine: ansistring; ...
3
votes
2answers
292 views
Access Violation in function CreateProcess in Delphi 2009
In my program I've the following code:
//Code
if not CreateProcess(nil, NonConstCmd, nil, nil, True, NORMAL_PRIORITY_CLASS or
CREATE_NEW_PROCESS_GROUP, nil, PCh, SI, P) then
//Code
And I keep ...
3
votes
1answer
59 views
how to detect invalid commands being passed into create process
I am currently working on a program that starts a program that is specified by the user.
passed in is as a wstring entered in by the user. My question is how do i make it throw an exception or check ...
3
votes
3answers
476 views
How to use win32 CreateProcess function to wait until the child done to write to file
Hello
im not win32 programmer and its all new to me.
i like to open process from my parent win32 application ( ok this is i know how to do)
the child process then write to text file and close it self ...
3
votes
1answer
674 views
Win32 CreateProcess: When is CREATE_UNICODE_ENVIRONMENT *really* needed?
The CreateProcess documentation states (my bold emphasis):
lpEnvironment [in, optional]
[...] If the environment block pointed to by lpEnvironment contains Unicode characters, be sure that ...
3
votes
2answers
152 views
Powershell: some modules unavailable when called via CreateProcess()
Under what conditions do some PowerShell modules become unavailable?
When I create a process with CreateProcess() and the command line
powershell -Command "Get-Module -ListAvailable"
I don't get ...
3
votes
2answers
705 views
“Wrong” app gets pinned to taskbar (Windows 7)
I have an application that gets started via a shortcut. This application than starts a Java GUI application with CreateProcess().
When the Java application gets pinned to the taskbar the javaw.exe ...
3
votes
7answers
5k views
CreateProcess doesn't pass command line arguments
Hello I have the following code but it isn't working as expected, can't figure out what the problem is.
Basically, I'm executing a process (a .NET process) and passing it command line arguments, it ...
3
votes
3answers
1k views
Why is CreateProcess failing in Windows Server 2003 64-bit?
We have a 32-bit application that launches other 32-bit applications during its process. The application is working fine on other 64-bit platforms but on Windows Server 2003 64-bit, we get an error ...
2
votes
1answer
50 views
How can I prevent a process I spawn from spawning child processes?
My Windows XP/7 program launches a child process using the Windows API CreateProcess() function as part of its operations. I want to be able to "sandbox" the application in one but only one ...
2
votes
2answers
44 views
Python 2.7: wmi module: Creating an interactive process on a remote system
Creating an installer for possible remote systems so that if they do not have something installed, it will start the autorun.exe on their desktop (sure it would be easy to give them the link and they ...
2
votes
1answer
96 views
Returning error codes from process when using CreateProcess
So im working on making an automated test for some code. There is an executable run from the command line called "cmdLineProc".
Im making my test programs in C++ (not using Python or that cos theres ...
2
votes
2answers
63 views
Resize and reposition the application created using createprocess?
I'm executing an application say notepad, using createprocess.
I need to override the default size and position of that application so i modified STARTUPINFO, and specified dwX,dwY,dwYSize,dwXSize ...
2
votes
0answers
603 views
CreateProcess() in Delphi : redirect output from executable command [closed]
Possible Duplicate:
How to get the dos output. In delphi2009 with vista.
I am using Createprocess() in order to verify a certificate with openssl. I want to redirect the answer so that i ...
2
votes
2answers
206 views
How do I know when CreateProcess actually started a process?
I'm having trouble which boils down to wishing CreateProcess were StartProcess. The trouble is that there are circumstances under which CreateProcess returns true when it created the process but the ...
2
votes
3answers
882 views
How can I run a child process that requires elevation and wait?
Win 7/UAC is driving me crazy.
From within my C++ application, I need to run an executable that requires elevation on Windows 7. I want to fire this thing off and wait for it to finish before ...
2
votes
3answers
289 views
Problem spawning application
Gosh, this is so weird, I don't know what to say. The short version is that I have a simulator app which I spawn from my application when the user asks me to. It recently stopped working, though I ...
2
votes
1answer
339 views
Can a WoW64 process create/fork/etc pure x64 process?
I wish to call a x64 exe from x86 process/exe, for example:
open x86 cmd : %windir%\SysWoW64\cmd.exe
start notepad: notepad.exe <- it will be x86 notepad (according to taskmanager = *)
Is it ...
2
votes
3answers
681 views
Problem in CreateProcess function!
I have my main application ,from my main application I will be calling another
module(third party) to perform a small operation in my main application,when I call that module..it processes for a ...
2
votes
4answers
945 views
Error launching a Java app from a Win32 C++ app using CreateProcess
I'm trying to launch a Java app from a C++ app using the following code:
#include <windows.h>
#include <memory.h>
#include <tchar.h>
int APIENTRY _tWinMain(HINSTANCE hInstance, ...
2
votes
4answers
282 views
How can I create a process in a portable manner?
I'm trying to write a program which needs to create some other processes. I'm used to the Windows API but now I need my program to be able to run in a Linux platform too.
Is it possible to do it in a ...
2
votes
4answers
2k views
Creating hidden processes (window not visible)
I'm using CreateProcess() with startup flags set to STARTF_USESHOWWINDOW and SW_HIDE to start an application in the background with its window hidden.
I'm doing this to run a scheduled maintenance ...
2
votes
3answers
1k views
Vista: Can an EXE bypass user confirmation while invoking another EXE?
I have 2 applications written in Delphi. The first exe (with a user interface) calls another using ShellExecuteEx(), which runs as a background process.
When the first exe invokes the second, one of ...
2
votes
2answers
3k views
How to get CreateProcess/CreateProcessW to execute a process in a path > MAX_PATH characters
I'm trying to get either CreateProcess or CreateProcessW to execute a process with a name < MAX_PATH characters but in a path that's greater than MAX_PATH characters. According to the docs ...
1
vote
1answer
16 views
Can one Process signal the event created by another process under different username(both process running under different username) ?
Happening in Windows 7:
I have installed process proc1.exe as service.In the proc1, i am creating new process proc2.exe by creating session id and token and passing to CreateProcessAsUser().
In the ...
1
vote
1answer
47 views
how to get the process output when using jna and CreateProcessW
I'm trying to figure out how to read the standard out/err from the
process I've created with CreateProcessW. I looked at the docs,
googled and searched this list but I didn't find good ...
1
vote
2answers
47 views
CreateProcess() Error
STARTUPINFO si;
PROCESS_INFORMATION pi;
memset(&si, 0, sizeof(si));
memset(&pi, 0, sizeof(pi));
si.cb = sizeof(si);
LPCWSTR procName =(LPCWSTR)"D:\\test dir 1\\Calc.exe";
LPWSTR procArg ...
1
vote
2answers
197 views
CreateProcess and CreatePipe to execute a process and return output as a string in VC++
I am trying to use CreateProcess and CreatePipe to execute a process from within a Windows Forms C++/CLR application in Visual Studio 2010.
From within my Windows forms app I want to execute a child ...
1
vote
1answer
112 views
Combining CreateProcess and AllowSetForegroundWindow on WIN32
I have an application that is essentially a "helper" application that wraps another app.
The app that the user interacts with is a process that is created by the "helper" app like so:
...
1
vote
1answer
87 views
Asynchronous CreateProcess?
I have noticed that in my application, CreateProcessWithTokenW sometimes blocks for a very long time (up to 20 seconds) before returning. It is not acceptable to block my main thread for this long, so ...
1
vote
1answer
116 views
using CreateProcess to to play media in hidden window
i just developed a tiny little game in textmode c++, what i actually wanted to do is that when the game starts it should spawn a media player in hidden mode and play the mp3 file, also i want to close ...
1
vote
1answer
343 views
CreateProcess fails under windows 7
I'm trying to compile legacy code from Windows XP under a new environment in Windows 7. It compiles but fails at runtime.
CreateProcess() returns 0 and GetLastError() returns 2, which stands for ...
1
vote
6answers
214 views
How to find whether a given application is single instance or not?
I am looking for an efficient way to find whether a given application (say app.exe) is single instance or not? I thought of these following sols:
Do CreateProcess() twice and check whether there are ...
1
vote
2answers
167 views
Why Doesn't CreateProcess() Work?
I have a program that attempts to restart Explorer in Windows 7; it first ends the process, then starts it again.
Simple?
So it looks -- it indeed seems to work. However, I noticed something funny: ...
1
vote
7answers
419 views
Linux CreateProcess?
I develop on the linux platform.
I want to create a new proccess in my library without replacing the current executing image.
Because I am developing a library, I don't have a main function.
And I ...
1
vote
1answer
194 views
CreateProcess(): “Program too big to fit in memory”
I am currently trying to debug my Crash-Handler, it is an external executable that gets called when my program finds an unhandled structured exception. I recompiled the crash-handler executable, and ...
1
vote
1answer
119 views
Avoid hourglass after calling CreateProcess
In my Win32 app I embed ffplay.exe for video preview. It works great but each time I start a preview the cursor becomes "busy", i.e. arrow+hourglass. I want to avoid that.
1
vote
1answer
320 views
Application launched using CreateProcess in windows CE doesnt show up in task manager as application
I launch an application in windows CE 3.0 from a C++ dll using the CreateProcess() call. The application that is launched runs as per requirement. But this application is not listed in the task ...
1
vote
1answer
367 views
AppCertDlls: Process creation slowdown on Win32 caused by virus
I've been enjoying a hefty process creation penalty on my Windows XP Home SP3 for about two months. The problem is most manifest and annoying with tasks that do create lots of processes, such as shell ...
1
vote
1answer
60 views
Question about process access privilege
I got the following scenario:
Process A create process B, and then B try to get a handle of A with OpenProcess(). I want B to have PROCESS_ALL_ACCESS rights to A.
How should I achieve this?
...
1
vote
1answer
1k views
Gcc.exe: CreateProcess : No such File or directory - Error?
I am writing an Objective C program and i saved it as 'hello.m'. The problem is when i am trying to compile it usig MinGW it is giving an error
gcc hello.m // i used for compiling
and it is giving ...