开发者

Registry Startup Entry with runas argument?

开发者 https://www.devze.com 2023-01-22 06:41 出处:网络
Is it possible to 开发者_运维问答add a startup entry in the windows registry with a runas argument? So when it launches, it runs with the user specified?See this recipe:

Is it possible to 开发者_运维问答add a startup entry in the windows registry with a runas argument? So when it launches, it runs with the user specified?


See this recipe:

  • Reading from and writing to the Windows Registry (Python)

It has python code to read from the registry to show which applications run at start as well as to write a new entry to launch a windows explorer at startup

0

精彩评论

暂无评论...
验证码 换一张
取 消