一客户要求pos店铺电脑只能上pos,不能上QQ和其他网页,但又要保证能方便维护 确认的解决方法,在浏览器里设置只允许访问pos地址。方法倒是好多,但最后折腾出来了解决方法如下;
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections]
"SavedLegacySettings"=hex:46,00,00,,03,00,00,00,25,00,00,00,31,\
32,31,2e,38,2e,32,33,36,2e,32,37,3b,31,32,31,2e,38,2e,32,\
33,36,2e,32,30,30,3a,,3c,6c,6f,63,61,6c,3e,00,00,00,\
00,00,00,00,00,00,00,00,00,30,e4,f1,3c,59,fa,cb,01,01,00,00,00,c0,01,01,f2,\
00,00,00,00,00,00,00,00,00,00,00,00
"DefaultConnectionSettings"=hex:46,00,,00,00,00,25,00,00,\
00,2e,38,2e,32,,38,37,37,3b,31,32,31,2e,38,\
2e,32,33,37,07,00,00,00,3c,6c,6f,63,61,6c,3e,00,\
00,00,00,00,00,00,00,00,00,00cb,01,01,00,00,00,c0,01,\
01,f2,00,00,00,00,00,00,00,00,00,00,00,00;以上为“设置InternetExplorer选项连接局域网代理”
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Connection Settings"=dword:00000001;以上为“禁止更改InternetExplorer选项连接设置”
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"disallowrun"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\disallowrun]
"1"="qq.exe"
"2"="qqgame.exe"
"3"="CoralQQ.exe"
"4"="qqlive.exe"
"5"="360chrome.exe"
"6"="TTraveler.exe"
"7"="firefox.exe"
"8"="theworld.exe"
"9"="qqbrowser.exe"
"10"="chrome.exe"
"11"="uuseeplayer.exe"
"12"="pps.exe"
"13"="pplive.exe"
"14"="sogouexplorer.exe"
"15"="opera.exe"
"16"="Safari.exe"
"17"="Maxthon.exe "
"18"="Netscape.exe ";以上为“禁止某程序运行”
[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\shell\OpenHomePage\Command]
@="\"C:\\Program Files\\Internet Explorer\\IExplore.exe\" http://www.cone.cc"
;锁定浏览器主页
注意:相当于恶意程序,杀毒软件会拦截
解除方法
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Connection Settings"=dword:00000000;以上为“禁止更改InternetExplorer选项连接设置”
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"disallowrun"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\disallowrun]
"1"="-qq.exe"
"2"="-qqgame.exe"
"3"="-CoralQQ.exe"
"4"="-qqlive.exe"
"5"="-360chrome.exe"
"6"="-TTraveler.exe"
"7"="-firefox.exe"
"8"="-theworld.exe"
"9"="-qqbrowser.exe"
"10"="-chrome.exe"
"11"="-uuseeplayer.exe"
"12"="-pps.exe"
"13"="-pplive.exe"
"14"="-sogouexplorer.exe"
"15"="-opera.exe"
"16"="-Safari.exe"
"17"="-Maxthon.exe "
"18"="-Netscape.exe ";以上为“禁止某程序运行”
[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\shell\OpenHomePage\Command]
@="\"C:\\Program Files\\Internet Explorer\\IExplore.exe\" "
;锁定浏览器主页
经过测试不会影响pos其他功能使用;还可以用相关软件可以实现屏蔽QQ;在电脑上安装TeamViewer,把远程控制客户端打包成自解压,解压后自动导入到注册表,设置客户端开机启动,隐藏进程和图标;由于店铺太多,需要客户配合远程可以解决。
原创文章转载请注明引自浩浩愁的博客! http://www.cone.cc/ 欢迎订阅浩浩愁的博客!。
Tags:
(⊙o⊙)嗯
由 l4001410 于 2011-5-6 21:29:26 最后编辑