memo.xight.org

日々のメモ

フォルダを別のユーザとして開く

Summary

フォルダを右クリックして「別のユーザとして開く」ことで,
Administratorなど,他のユーザ権限でフォルダを開くことができる.

Registry

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Folder\shell\runas]
@="別のユーザーとして開く(&A)..."

[HKEY_CLASSES_ROOT\Folder\shell\runas\command]
@=hex(2):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,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
  65,00,20,00,2f,00,6e,00,2c,00,25,00,4c,00,00,00

Reference

2006-11-14 - X-WORKS :: Diary
http://d.hatena.ne.jp/xworks/20061114#1163431722