I am working on a K2000 Windwos 7 scripted install. How are people setting up media player 12 for all users? I
I do not want to have to run it manually and copy a profile over for every computer.
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
SMal.tmcc
11 years ago
I ended up creating a master image and do all the tweaks like this under one user account, then I sysprep that image and copy that profile to default.
Comments:
-
But I want a scripted install not an image. - mike.henderson 11 years ago
Posted by:
andrew_lubchansky
11 years ago
You can create a PostInstall task that does the following:
reg.exe ADD HKLM\SOFTWARE\Microsoft\Mediaplayer\Preferences /v AcceptedEULA /t REG_DWORD /d 00000001 /f
reg.exe ADD HKLM\SOFTWARE\Microsoft\Mediaplayer\Preferences /v FirstTime /t REG_DWORD /d 00000001 /f
reg.exe ADD HKLM\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer /v GroupPrivacyAcceptance /t REG_DWORD /d 00000001 /f
This will allow MediaPlayer to skip past the settings. I am sure there might be other settings to further set things up, but this will get your past the setup.