Removing internet explorer address bar in xp embedded

A

Ashutosh

Hi,
I am new to xp embedded. I need to know how to remove address bar
from internet explorer in xp embedded. Do I have to make modifications
in registry after xp image is deployed on target environment ?
 
K

KM

Ashutosh,

I suppose you are asking about IE 6.x (SP1 or higher)?
If so, you can use IE group policy to restrict the browser to have the
address bar or any other toolbar there hidden.

You can add the following reg key:
[HKCU\Software\Policies\microsoft\Internet
Explorer\Restrictions],"NoAddressBar"=dword:1
Or you can add it to HKLM branch if you want this to affect all user
accounts.

How you add the registry value to your image is up to you:
pre-FBA - TD (you can use HKUS\.DEFAULT or HKLM branches to apply
this to all user accounts),
during FBA - a .reg file installed during FBA, or RegMigrate FBA
techquenic,
post-FBA - manually with regedit or .reg file, or automatically with
a management tool (e.g., DUA, SMS, etc.).

Regards,
KM
 
K

KM

Forgot to post a useful link about IE 6 group policies:
http://support.microsoft.com/?kbid=823057

Regards,
KM
Ashutosh,

I suppose you are asking about IE 6.x (SP1 or higher)?
If so, you can use IE group policy to restrict the browser to have the
address bar or any other toolbar there hidden.

You can add the following reg key:
[HKCU\Software\Policies\microsoft\Internet
Explorer\Restrictions],"NoAddressBar"=dword:1
Or you can add it to HKLM branch if you want this to affect all user
accounts.

How you add the registry value to your image is up to you:
pre-FBA - TD (you can use HKUS\.DEFAULT or HKLM branches to apply
this to all user accounts),
during FBA - a .reg file installed during FBA, or RegMigrate FBA
techquenic,
post-FBA - manually with regedit or .reg file, or automatically
with a management tool (e.g., DUA, SMS, etc.).

Regards,
KM
Hi,
I am new to xp embedded. I need to know how to remove address bar
from internet explorer in xp embedded. Do I have to make modifications
in registry after xp image is deployed on target environment ?
 
A

Ashutosh

Forgot to post a useful link about IE 6 group policies:http://support.microsoft.com/?kbid=823057

Regards,
KM
Ashutosh,
I suppose you are asking about IE 6.x (SP1 or higher)?
If so, you can use IE group policy to restrict the browser to have the
address bar or any other toolbar there hidden.
You can add the following reg key:
[HKCU\Software\Policies\microsoft\Internet
Explorer\Restrictions],"NoAddressBar"=dword:1
Or you can add it to HKLM branch if you want this to affect all user
accounts.
How you add the registry value to your image is up to you:
pre-FBA - TD (you can use HKUS\.DEFAULT or HKLM branches to apply
this to all user accounts),
during FBA - a .reg file installed during FBA, or RegMigrate FBA
techquenic,
post-FBA - manually with regedit or .reg file, or automatically
with a management tool (e.g., DUA, SMS, etc.).

Thanks , I will do like that and tell u what happens.

Ashutosh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top