Converting Single Instance Applications into Multi-Instance Mode
…a simple and often used application for this example is Windows Media Player. when one instance of Windows media player is running, you can *NOT* open the second instance. If you try to open, it pops up the first windows itself and overwrites your old song with new song you selected. You can get rid of this behavior and enjoy the remix of two songs with Windows Media player with multi-instancing the wmplayer.exe process. Solution for Multiple instances: Open one instance of wmplayer.exe and start a song. Open processExplorer and Kill the wmplayer.exe handle(BaseNamedObjectsMicrosoft_WMP_70_CheckForOtherInstanceMutex) Open another instance of wmplayer.exe, play […]
Read more