主题 : 把IE8 InPrivate 浏览功能添加到右键菜单
点击签名看看呗!
级别: 荣誉会员

UID: 53008
精华: 6
发帖: 2512
威望: 9736 点
无痕币: 35558 WHB
贡献值: 0 点
在线时间: 5213(时)
注册时间: 2008-08-17
最后登录: 2017-06-08

0 把IE8 InPrivate 浏览功能添加到右键菜单

把IE8 InPrivate 浏览功能添加到右键菜单
请自行变更主页

x86
Extended 是要Shift+右键 才会显示于右键菜单
复制代码
  1. REG ADD HKLM\SOFTWARE\Classes\Directory\Background\shell\Private /VE /T REG_EXPAND_SZ /D "开启 InPrivate 浏览" /F
  2. REG ADD HKLM\SOFTWARE\Classes\Directory\Background\shell\Private /V Extended /T REG_SZ /f
  3. REG ADD HKLM\SOFTWARE\Classes\Directory\Background\shell\Private\command /VE /T REG_EXPAND_SZ /D "\"%ProgramFiles%\Internet Explorer\iexplore.exe\" -private www.google.com" /F


x64
InPrivate 浏览 (x64 )是要Shift+右键 才会显示于右键菜单
复制代码
  1. REG ADD "HKLM\SOFTWARE\Classes\Directory\Background\shell\Private x86" /VE /T REG_EXPAND_SZ /D "开启 InPrivate 浏览" /F
  2. REG ADD "HKLM\SOFTWARE\Classes\Directory\Background\shell\Private x86\command" /VE /T REG_EXPAND_SZ /D "\"%ProgramFiles(x86)%\Internet Explorer\iexplore.exe\" -private www.google.com" /F
  3. REG ADD "HKLM\SOFTWARE\Classes\Directory\Background\shell\Private x64" /VE /T REG_EXPAND_SZ /D "开启 InPrivate 浏览 (x64)" /F
  4. REG ADD "HKLM\SOFTWARE\Classes\Directory\Background\shell\Private x64" /V Extended /T REG_SZ /f
  5. REG ADD "HKLM\SOFTWARE\Classes\Directory\Background\shell\Private x64\command" /VE /T REG_EXPAND_SZ /D "\"%ProgramFiles%\Internet Explorer\iexplore.exe\" -private www.google.com" /F


是不是方便多了
[ 此帖被呆水瓶在2011-01-23 12:34重新编辑 ]
Total 0.046964(s) query 3, Time now is:04-19 08:48, Gzip enabled 粤ICP备07514325号-1
Powered by PHPWind v7.3.2 Certificate Code © 2003-13 秋无痕论坛