Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
自分のプロセスで新しいファイルを作成したいのですが、自分のプロセス コンテキストではなく、別のプロセス (exploer.exe/cmd.exe など) のコンテキストで作成したいと考えています。「cmd.exe /c create_file_command」でCreateProcessを使用できますが、そのようなタスク専用の新しいプロセスを作成するには「重すぎます」。現在のユーザー セッションで explorer.exe にコマンドを実行するように依頼する方法はありますか?