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

.regファイルを別のユーザとして結合

Summary

.regファイルを右クリックして「別のユーザとして開く」ことで,
Administratorなど,他のユーザ権限でレジストリを登録できる.

Registry

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\regfile\shell\runas]
@="別のユーザーとして結合(&A)..."

[HKEY_CLASSES_ROOT\regfile\shell\runas\command]
@="regedit.exe \"%1\""

Reference

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

.msiファイル (Microsoft Windows Installer形式)を別のユーザとしてインストール

Summary

.regファイルを右クリックして「別のユーザとしてインストール」することで,
Administratorなど,他のユーザ権限でMSI形式のソフトウェアをインストールできる.

Registry

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Msi.Package\shell\runas]
@="別のユーザーとしてインストール(&A)..."

[HKEY_CLASSES_ROOT\Msi.Package\shell\runas\command]
@="msiexec.exe /i \"%1\" %*"

Reference

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