Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Command line for disabling IE address bar?

Status
Not open for further replies.

lerxst

Technical User
Jul 7, 2002
10
0
0
GB
Hi Guys

I am writing a batch file that launches internet explorer from a desktop short cut (its a long story) and I would like to include in thte command line a flag that removes the IE address bar. Any ideas?
Cheers and have a great day.

Lerxst
 
well this is the reg key that needs to be altered
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Toolbars\Restrictions
"NoAddressBar"=dword:00000001

TT4U

Notification:
These are just my thoughts....and should be carefully measured against other opinions.
Backup All Important Data/Docs
 
try HKEY_CURRENT_USER

TT4U

Notification:
These are just my thoughts....and should be carefully measured against other opinions.
Backup All Important Data/Docs
 
You might also want to read:
Are there Command line switchs for internet explorer? faq608-3525
 
hey smah;
cool links;
have you seen this one from Axcel216 for customizing the IE toolbar in fullscreen mode?
I like it alot [smile] ...try it
(and always remember to export the key as a backup first everyone else...smah already knows)
Code:
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]
"ShowFonts"="no"
"Theater"=hex:0c,00,00,00,4c,00,00,00,74,00,00,00,18,00,00,00,1b,00,00,00,5c,00,00,00,01,00,00,00,e0,00,00,00,a0,0f,00,00,05,00,00,00,22,00,00,00,26,00,00,00,02,00,00,00,21,00,00,00,a0,0f,00,00,04,00,00,00,01,00,00,00,a0,0f,00,00,03,00,00,00,08,00,00,00,00,00,00,00

TT4U

Notification:
These are just my thoughts....and should be carefully measured against other opinions.
Backup All Important Data/Docs
 
Great, Thanks Guys (and Girls?)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top