Note: This is not related to WME. I just post it here because I have no better place to put it The problemWindows 7 includes Windows Media Player 12. This version separates the library view and the "now playing" view and it stores previous window position separately for each view. However, it doesn't remember window state of the "now playing" view. As a result, even if you maximize the window, close it, and later open some video file from Windows Explorer, the WMP window is never maximized.
I like my Media Player window to
always start maximized, and judging by people's response to WMP12, I'm not the only one. I consider this behaviour a bug in WMP12.
The solutionI've written a simple utility, which ensures that WMP12 always starts maximized. You can download the installer here:
http://dead-code.org/download/download_wmp12fix.phpThe installer installs the utility and makes sure it's executed every time Windows 7 starts.
What does it do?This utility monitors the registry key which stores previous window state of Windows Media Player. Whenever this key changes to non-maximized (typically when you quit WMP), this utility restores the key value to maximized.
It uses the registry change notification API, so it doesn't have any negative impact on your PC's performance.
Known issuesWhen you uninstall the utility, it keeps running until you reboot Windows.
I hope someone will find it useful.
Disclaimer: The software is provided "as is", without warranty of any kind, express or implied. In no event will the author be liable to you for damages, including any loss of profits, lost savings, or other incidental or consequential damages arising out of your use of or inability to use the Software, even if the Author has been advised of the possibility of such damages.