Program needing elevation in Startup registry key (windows 7)

前端 未结 1 1237
粉色の甜心
粉色の甜心 2020-12-12 00:13

I have a program that I\'d to run when the computer starts. I\'ve put its path inside \"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run\". This is in Windows 7. When the c

相关标签:
1条回答
  • 2020-12-12 00:45

    Windows Vista and 7 block programs requiring elevation from startup to prevent a flurry of UAC prompts at each startup. This blog entry from the UAC team explains it pretty clearly. As a workaround, create a task scheduler entry to start the program if your program absolutely must run with elevated privileges.

    0 讨论(0)
提交回复
热议问题