PC Review Forums Newsgroups Windows XP Windows XP Embedded Removing internet explorer address bar in xp embedded

Reply

Removing internet explorer address bar in xp embedded

 
Thread Tools Rate Thread
Old 11-02-2007, 12:34 PM   #1
Ashutosh
Guest
 
Posts: n/a
Default Removing internet explorer address bar in xp embedded


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 ?

  Reply With Quote
Old 11-02-2007, 09:42 PM   #2
KM
Guest
 
Posts: n/a
Default Re: Removing internet explorer address bar in xp embedded

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 ?
>



  Reply With Quote
Old 11-02-2007, 09:45 PM   #3
KM
Guest
 
Posts: n/a
Default Re: Removing internet explorer address bar in xp embedded

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 ?
>>

>
>



  Reply With Quote
Old 13-02-2007, 02:54 PM   #4
Ashutosh
Guest
 
Posts: n/a
Default Re: Removing internet explorer address bar in xp embedded

On Feb 12, 2:45 am, "KM" <konstmor@nospam_yahoo.com> wrote:
> 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 ?


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

Ashutosh

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off