상세 컨텐츠

본문 제목

Windows 8: Add Run as Administrator to the Context Menu for MSI files

Windows/Windows8

by 탑~! 2013. 10. 17. 09:30

본문

To Add “Run As Asministrator”

  • Open up notepad
  • Copy the following code in it.
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Msi.Package\Shell\runas]
"HasLUAShield"=""

[HKEY_CLASSES_ROOT\Msi.Package\shell\runas\Command]
@=hex(2):22,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
  00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,\
  73,00,69,00,65,00,78,00,65,00,63,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,\
  00,69,00,20,00,22,00,25,00,31,00,22,00,20,00,25,00,2a,00,00,00

  • Save the file with the .reg extension
  • right click the newly created file and select merge (or just double click on it).
  • Click Yes to the UAC prompt
  • You are done and should not have ‘Run as Administrator’ for the context menu for MSI files.

To Remove “Run As Asministrator”

  • Run the same steps as above except use this code.
Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\Msi.Package\Shell\runas]



출처 : http://researchaholic.com/2012/08/17/windows-8-add-run-as-administrator-to-the-context-menu-for-msi-files/

'Windows > Windows8' 카테고리의 다른 글

Windows 8 / IIS 8 Concurrent Requests Limit  (0) 2013.08.06
윈도우8 명령어 모음  (0) 2013.07.01
Windows8 단축키  (0) 2012.09.10

관련글 더보기