Once WMP 10 is downloaded rename to: MP10Setup.exe and copy it to the root of drive C.
Extract to a folder by Start>Run: MP10Setup.exe/c /t:C:\MP10
Go back to Start>Run and type in: IEXPRESS.EXE to start the silent file creation.
1) Once that loads up push Next ...
2) Extract Files and Run Installion Command is already checked, press Next ...
3) Package Title name: WMP10silent.exe then press Next...
4) No prompt is already checked, press Next ...
5) Dont display license is already cheked, press Next ...
6) Add files section, browse to the extracted MP10 folder in the root of drive C and add all the files inside and press Next ...
7) Install Program area; copy-paste: setup_wm.exe /DisallowSystemRestore /Q:A /R:N
7a) Leave "post install command" set at <none> and press Next ...
8) Show Window setting; Set this to Hidden and press Next ...
9) Finished Message setting; Leave this set at No Message and press Next ...
10) Package Name and Options; Choose name to save as: WMP10silent.exe and browse to select where to save the file. Check to Hide extraction process from user then press Next ...
11) Configure Restart: Choose No restart and press Next ...
12) Choose Dont Save and press Next ...
13) Press Next to create the silent file.
==============================
Adding file and reg tweaks to unattened cd:
1) Create a folder named WMP10 inside the $OEM$\$1\install folder and copy the created silent install inside.
2) While inside the WMP10 folder, create a Tweaks.reg file and copy the contents below:
Quote
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]"StretchToFit"=dword:00000001
"AutoMetadataCurrentDownloadCount"=dword:00000000
"AutoMetadataCurrent500ServerErrorCount"=dword:00000000
"AutoMetadataCurrent503ServerErrorCount"=dword:00000000
"AutoMetadataCurrentOtherServerErrorCount"=dword:00000000
"AutoMetadataCurrentNetworkErrorCount"=dword:00000000
"SendUserGUID"=hex:00
"UpgradeCodecPrompt"=hex:00
"PlayerScriptCommandsEnabled"=dword:00000001
"SilentAcquisition"=dword:00000000
"MetadataRetrieval"=dword:00000000
"AutoAddMusicToLibrary"=dword:00000000
"UsageTracking"=dword:00000000
"DisableMRU"=dword:00000001
"LaunchIndex"=dword:0000001d
"AppColorLimited"=dword:00000000
"LastRadioPresetFetchDay"=dword:00000002
"StartInMediaGuide"=dword:00000000
"AlwaysOnTop"=dword:00000000
"EnableScreensaver"=dword:00000000
"DoNotShowAnchor"=dword:00000001
"AutoAddRemovable"=dword:00000000
"PromptLicenseBackup"=dword:00000000
"ForceOnline"=dword:00000000
"CDRecordFileSeparator"=" "
"CDRecordMP3"=dword:00000001
"CDRecordMode"=dword:00000001
"WMARecordRate"=dword:0001f400
"WMARecordQuality"=dword:00000000
"MP3RecordRate"=dword:0003e800
"CDRecordDRM"=dword:00000000
"AutoCopyCD"=dword:00000000
"AutoEjectCD"=dword:00000000
"UseDefaultBufferTime"=dword:00000001
"CustomBufferTime"=dword:00001388
"MaxBandwidth"=dword:00000000
"SearchMinAudio"=dword:00000064
"SearchMinVideo"=dword:000001f4
"SaveDRMMusic"=dword:00000000
"ShowAppTitlebar"=dword:00000001
"FirstRun"=dword:00000000
"X"="151"
"Y"="75"
"Width"="600"
"Height"="509"
"Maximized"="0"
"Volume"=dword:00000064
"ModeShuffle"=dword:00000000
"ModeLoop"=dword:00000000
"Mute"=dword:00000000
"Balance"=dword:00000000
"CurrentEffectType"="Battery"
"CurrentEffectPreset"=dword:00000000
"VideoZoom"=dword:00000064
"ShrinkToFit"=dword:00000000
"ShowEffects"=dword:00000000
"ShowFullScreenPlaylist"=dword:00000000
"NowPlayingQuickHide"=dword:00000000
"ShowTitles"=dword:00000001
"ShowCaptions"=dword:00000000
"NowPlayingPlaylist"=dword:00000001
"NowPlayingMetadata"=dword:00000001
"NowPlayingSettings"=dword:00000001
"VizAutoSelect"=dword:00000000
"CurrentDisplayView"="VizView"
"CurrentSettingsView"="EQView"
"CurrentMetadataView"="MediaInfoView"
"CurrentDisplayPreset"=dword:00000000
"CurrentSettingsPreset"=dword:00000000
"CurrentMetadataPreset"=dword:00000000
"UserDisplayView"="VizView"
"UserWMPDisplayView"="VizView"
"UserWMPSettingsView"="EQView"
"UserWMPMetadataView"="MediaInfoView"
"UserDisplayPreset"=dword:00000000
"UserWMPDisplayPreset"=dword:00000000
"UserWMPSettingsPreset"=dword:00000000
"UserWMPMetadataPreset"=dword:00000000
"UserWMPShowSettings"=dword:00000000
"UserWMPShowMetadata"=dword:00000000
"ShowAlbumArt"=dword:00000000
"RandomFolderName"="00547A67"
"LastPlaylistQuery"=""
"LastPlaylistIndex"=dword:00000000
"CDAutoPlay"=dword:00000001
"ShowMinimizeDialog"=dword:00000000
"AcceptedPrivacyStatement"=dword:00000001
"Migrated59R"=dword:00000001
"Migrated130"=dword:00000001
"Migrating"=dword:00000000
"SyncPlaylistsAdded"=dword:00000001
"LastLibraryBasket"=dword:00000000
"LibraryPaneVisible"=dword:00000001
"LibraryHasBeenRun"=dword:00000001
"LastContainerMode"=dword:00000001
"TranscodedFilesCacheSize"=dword:00000f9f
"TranscodedFilesCacheDefaultSizeSet"=dword:00000001
"LibraryLastHScroll"=dword:00000000
"CDCopySplitterPos"=dword:00000079
"NextLaunchIndex"=dword:0000001e
"FirstMediaGuideRun"=dword:00000000
"SilentDRMConfiguration"=dword:00000000
"AlwaysOnTopVTen"=dword:00000000
"AcceptedPrivacyStatement"=dword:00000001
Now add a line in one of your CMD files to install and run the reg tweak files:
Quote
ECHO Please wait...
start /wait %systemdrive%\install\WMP10\WMP10silent.exe
ECHO.
ECHO Tweaking Media Player 10 ...
ECHO Please wait...
REGEDIT /S %systemdrive%\install\WMP10\Tweaks.reg
ECHO.
All done.



Help


Back to top








