Windows Media Player by Microsoft being the core player to handle all the media playback on your device dos have some settings which every user customizes on every formatting of the device. Now it’ll be easy if these settings were set by default while making the ROM.
So below are the few important settings which can be cooked into the ROM.
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
“WhenToPlayFullscreen”=dword:00000002 ;Mine is set to always play in fullscreen
“ShowTimeAsElapsed”=dword:00000000 ;0=Shows Time Remaining, 1=Shows time Elapsed
“BrowseAtStartup”=dword:00000000 ;0=Opens the Main WMP Screen, 1=Shows the Playlist menu whenever you open WMP
“Volume”=dword:0000FFFF ;Set the values you want to be default


