Jump to content

Recommended Posts

Posted

I am applying the following during cmdlines.txt:

;-----Disable WMP automatic codec downloads-----
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"UpgradeCodecPrompt"=dword:00000000

But when it's all done and I open up WMP, the "download codecs automatically" box is checked. Am I doing something wrong?

FWIW -- I am not installing WMP 9. I am just leaving it with the one that comes with XP.


Posted

I have most of my hotfixes running through svcpack.inf, and the tweaks running through cmdlines.txt. But, as per the suggestion here:

Hotfixes For Windows XP Professional SP1

I can't install the WMP hotfix 817787 during svcpack.inf. So I run it during my post-install bat file (the one that installs all the programs).

This tweak needs to be done during cmdlines.txt, though (because it is the HKCU variety). Is 817787 messing me up somehow?

Posted
This tweak needs to be done during cmdlines.txt, though (because it is the HKCU variety).  Is 817787 messing me up somehow?

Possibly. I will have to check the update.inf file in the hotfix to see what registry changes its trying to make.

Posted

Interesting....... I decided to do another install -- I kept everything the same except I didn't install 817787. Yet the codec download box was still checked!

Now I'm stumped. Does this happen to anyone else? I really want to avoid having my users get any download prompts.

Posted

Have you tried HKEY_LOCAL_MACHINE rather than HKEY_USERS? It may work.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Preferences

Posted

Using regshot, I found one key that changes when I uncheck the codec box:

[HKEY_USERS\S-1-5-21-343818398-920026266-1060284298-500\Software\Microsoft\MediaPlayer\Preferences]
"UpgradeCodecPrompt"=hex:00

But isn't that a unique key that will be different every time? I think so, since it didn't work when I applied it during my next install.

Posted
[HKEY_USERS\S-1-5-21-343818398-920026266-1060284298-500\Software\Microsoft\MediaPlayer\Preferences]
"UpgradeCodecPrompt"=hex:00

But isn't that a unique key that will be different every time?  I think so, since it didn't work when I applied it during my next install.

Looking at my copy of the registry, it appears to be different just after the S-1-5-21 bit.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...