inprivateで開くプロトコル
inprivate.vbsをデスクトップなどに作る。
createobject("wscript.shell").run "iexplore.exe -private "&mid(wscript.arguments(0),len("inprivate:")+1)
inprivate.reg
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\inprivate]
"URL Protocol"=""
[HKEY_CLASSES_ROOT\inprivate\shell]
[HKEY_CLASSES_ROOT\inprivate\shell\open]
[HKEY_CLASSES_ROOT\inprivate\shell\open\command]
@="wscript.exe \"C:\\Users\\%username%\\Desktop\\inprivate.VBS\" \"%1\""
場所のパス名は適宜変更。