- notageek.it di Mirko Iodice - http://www.notageek.it -

Aggiungere la voce “Esegui come amministratore” al menu contestuale dei file .vbs

Posted By Mirko On 1 settembre 2010 @ 7:07 In Articoli | 1 Comment

Di seguito trovate un file di registro con il quale è possibile aggiungere la voce "Esegui come amministratore" al menu contestuale dei file .vbs nei sistemi operativi Windows che fanno uno della funzionalità "controllo dell'account utente" (UAC).
In questo modo potrete comodamente elevare i privilegi d'esecuzione degli script WSH (vbscript) senza dover per forza ricorrere al prompt dei comandi.

uac-vbs-runas.png


Testato su: Windows 2008, Windows 7 e Windows Vista

1
2
3
4
5
6
7
8
9
10
Windows Registry Editor Version 5.00
 
[HKEY_CLASSES_ROOT\VBSFile\Shell\runas]
"HasLUAShield"=""
 
[HKEY_CLASSES_ROOT\VBSFile\Shell\runas\command]
@=hex(2):22,00,43,00,3a,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,5c,\
  00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,57,00,53,00,63,00,\
  72,00,69,00,70,00,74,00,2e,00,65,00,78,00,65,00,22,00,20,00,22,00,25,00,31,\
  00,22,00,20,00,25,00,2a,00,00,00
Download

Article printed from notageek.it di Mirko Iodice: http://www.notageek.it

URL to article: http://www.notageek.it/aggiungere-la-voce-esegui-come-amministratore-al-menu-contestuale-dei-file-vbs.html

URLs in this post:

[1] uac-vbs-runas.zip: http://www.notageek.it/wp-content/files/uac-vbs-runas.zip

Copyright © 2009 notageek.it. All rights reserved.