Login | |
|
 |
RE: Disable Internet Infomation bar for Local - 2/1/2007 6:13:24 AM
|
|
 |
|
| |
ebgreen
Posts: 5250
Score: 31
Joined: 7/12/2005
Status: offline
|
Do you mean that it would live in a web page and disable it for anyone that downloaded a file from that page? Or do you just want to disable it on your personal machine?
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: Disable Internet Infomation bar for Local - 2/1/2007 7:28:47 AM
|
|
 |
|
| |
Parabellum
Posts: 222
Score: 0
Joined: 11/12/2006
From: UK
Status: offline
|
actually this can be disabled through the registry... i know that if you change the follwing keys it is disbaled for local files (eg HTA's and content from CD's) it may also do it for internet?? not sure haven't tried... here's the keys anyway >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN] "iexplore.exe"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN] "iexplore.exe"=dword:00000000 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> "iexplore.exe"=dword:00000000 <------ set to off "iexplore.exe"=dword:00000001 <------ set to on
|
|
| |
|
|
|
 |
RE: Disable Internet Infomation bar for Local - 2/1/2007 8:20:02 AM
|
|
 |
|
| |
Parabellum
Posts: 222
Score: 0
Joined: 11/12/2006
From: UK
Status: offline
|
can definetely be done.... try this.... quote:
Setting an Option in IE I looked and looked for this in Tools»Internet Options»Security (since it is a security feature) but it's actually in Tools»Internet Options»Advanced under the Security sub-section there. Why are not ALL security options under the Security tab? Anyway. Select, if you want to permanently allow it, select Allow active content to run in files on My Computer
|
|
| |
|
|
|
|
|