Bypassing elevation when launching a new process

后端 未结 4 1333
无人共我
无人共我 2020-12-03 23:53

OK, here\'s my problem: I\'m trying to launch a third-party application. This application is apparently configured to require elevation, presumably via an embedded manifest

4条回答
  •  青春惊慌失措
    2020-12-04 00:22

    This elevation is also required on some very simple programs that have UPDATE or SETUP or INSTALL in their names; nothing to do with a manifest. We write code in PICK BASIC that runs on Win2008 and if we write a HELLO WORLD program called UPDATE.TEST we can't run it without elevation. All we need to do is rename the program to fix... But annoying, and btws.

提交回复
热议问题