Come si esegue automaticamente un programma con privilegi di amministratore in caso di accesso utente in Windows?

Sommario:

Come si esegue automaticamente un programma con privilegi di amministratore in caso di accesso utente in Windows?
Come si esegue automaticamente un programma con privilegi di amministratore in caso di accesso utente in Windows?

Video: Come si esegue automaticamente un programma con privilegi di amministratore in caso di accesso utente in Windows?

Video: Come si esegue automaticamente un programma con privilegi di amministratore in caso di accesso utente in Windows?
Video: LA SOLUZIONE ALLA PIAGA DI ANDROID CHE NESSUNO USA! 🤦🏻‍♂️ *condividi questo schifo* - YouTube 2024, Aprile
Anonim
A volte si desidera o si ha bisogno di un programma per l'esecuzione automatica con privilegi elevati non appena si accede a Windows, ma come si imposta qualcosa di simile? Il post di Q & A di SuperUser di oggi ha alcuni consigli utili per un lettore frustrato.
A volte si desidera o si ha bisogno di un programma per l'esecuzione automatica con privilegi elevati non appena si accede a Windows, ma come si imposta qualcosa di simile? Il post di Q & A di SuperUser di oggi ha alcuni consigli utili per un lettore frustrato.

La sessione di domande e risposte di oggi ci viene fornita per gentile concessione di SuperUser, una suddivisione di Stack Exchange, un raggruppamento di domande e risposte basato sulla comunità.

Schermata per gentile concessione di Acid Pix (Flickr).

La domanda

Lettore SuperUser Frederick Zhang vuole sapere come eseguire automaticamente un programma con privilegi di amministratore al login dell'utente:

I am using Windows 8.1 (64-bit) and I would like to automatically run a program with administrator privileges upon user login.

I tried to make a shortcut of the program and ticked the run as administrator check box in the properties of the program shortcut itself, then tried placing the shortcut in the two locations shown below, but ticking the box just made it invalid.

  • C:UsersMyUserAppDataRoamingMicrosoftWindowsStart MenuProgramsStartup
  • C:ProgramDataMicrosoftWindowsStart MenuProgramsStartUp

Then I edited the program using Resource Hacker to modify its manifest so that administrator privileges were required to run this program. This also made shortcuts under start up directories invalid. After that, I tried to add the program to the following location as well, but it did not work, either.

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun

How can I automatically run a program with administrator privileges on user login?

Come eseguiresti automaticamente un programma con privilegi di amministratore all'accesso utente?

La risposta

Collaboratore SuperUser Syberdoor ha la risposta per noi:

The best way to do this (and the only simple way if you not only want this to run with administrator privileges, but also without UAC prompts) is by creating a scheduled task. With a scheduled task, you can specify which user you want to run it under and that it should run with the highest privileges.

This is probably what you really want because the check box button run as administrator in shortcut properties does trigger UAC prompts rather than really using an administrative user. If you also specify a trigger as on user logon, it should have the same effect as using the startup or run key.

Alternatively, you can use run as with the save credentials option to store the password of another user once and have it cached forever, but it does not work around UAC prompts as far as I know.

Hai qualcosa da aggiungere alla spiegazione? Audio disattivato nei commenti. Vuoi leggere più risposte dagli altri utenti di Stack Exchange esperti di tecnologia? Controlla la discussione completa qui.

Consigliato: