本文介绍了如何使用Windows C以模拟级别启动Bat文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我正在使用CreateProcessAsUser启动Exe.但是如果尝试启动Bat文件,它将失败.
我在该函数中使用ImpersonateLoggedOnUser()API.
如何以模拟级别启动Bat文件.
Hi all,
i am using CreateProcessAsUser to launch the Exe. but if try to launch Bat file it failed.
i am using the ImpersonateLoggedOnUser() API in that function.
How to launch the Bat file with Impersonate level.
推荐答案
这篇关于如何使用Windows C以模拟级别启动Bat文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!