Disable the EU Browser Choice screen

by Aaron Parker on March 2, 2010

in Windows

You’re probably aware of the Browser Choice screen coming to Windows users in the EU, the update that forced on users because of a company that can’t do something a bunch of volunteers have done quite admirably. This update will actually unpin Internet Explorer from the taskbar even if you’ve already made IE your default browser.

With some suggestions about the confusion this screen will cause, disabling the update might be the best way to prevent the support calls this is sure to generate.

For administrators who are controlling update delivery with WSUS, you should be able to prevent deployment by not approving it; however you can also control display of the browser choice window with the following registry value:

  • Key: HKLM\Software\BrowserChoice
  • Value: Enable (REG_DWORD)
  • Enabled: 1, Disabled 0

To deploy during a Windows build, use the following command (or instead deploy with your favourite tool, e.g. Group Policy Preferences):

REG ADD HKLM\Software\BrowserChoice /v Enable /t REG_DWORD /d 0 /f

More information in this knowledgebase article: Information about the Browser Choice update for system administrators who are in managed environments that are under a Volume Licensing program.

{ 3 comments }

KB Article: Sequencing Office 2010 beta in App-V 4.6

February 24, 2010

A new knowledge-base article, released on the 22nd, is available from Microsoft for sequencing Office 2010 (32-bit and 64-bit) with App-V 4.6:
Prescriptive guidance for sequencing the Beta version of the 2010 Office system in Microsoft App-V
It’s interesting to note that the article states that this is not the only way to sequence Office 2010. Does the Office [...]

0 comments Read the full article →

App-V 4.6 Released

February 22, 2010

Microsoft Application Virtualisation 4.6 (RTM) has been made available, which you can download from the Microsoft Download Centre, including some new and updated support tools:
Microsoft Application Virtualization for Remote Desktop Services 4.6 – Here you can download an ISO that includes the App-V client for RDS/Terminal Server. The ISO includes the server components as well. [...]

2 comments Read the full article →

RemoteApp for Windows XP and Windows Vista, the missing pieces

February 20, 2010

You may recall from my last post on RemoteApp, that we can get RemoteApp for Hyper-V works on other platforms too. While it was straight-forward publishing applications from a Windows 7 host, the client would report this error when connecting to Windows XP and Windows Vista hosts:

Kind of annoying, because the original RemoteApp for Hyper-V post [...]

3 comments Read the full article →

App-V Video Series available from Microsoft

February 19, 2010

Microsoft has made available a set of 11 videos on App-V. These are mainly introductory, but are still worth watching even if you’ve been working with App-V for some time.
Microsoft Application Virtualization (App-V) separates the application from the operating system preventing application conflicts and enabling the ability to run multiple versions of an application of [...]

0 comments Read the full article →

App-V Errors 00000006 and 000D3002 When Adding Packages

February 9, 2010

I’m unsure if this is a bug or by design, but if you are using SFTMIME to add packages to an App-V client, you may receive the following error:
The handle is invalid.
Error code: 460579-23C02532-00000006
Which looks something like this:

The issue is in the path to the manifest XML file for the package – when executing the [...]

3 comments Read the full article →

How I’m using FeedDemon 3.1 to make sense of the Citrix Community Blog feed

January 28, 2010

I’ve been a fan of FeedDemon for several years now and was even a paying customer of the 2.x version, so this post is a little biased – you may be able to do something similar in other feed readers.
I find subscribing to feeds at the Citrix Blogs site just a little vexing. I could [...]

1 comment Read the full article →