This is for people who have their PC on before they turn on their PS3.
The install as windows service option wasn't working for me. The PMS icon would appear on the PS3 if my PS3 was on BEFORE I turn my PC on. However, when my PC is already on and I switch on the PS3, it didn't find PMS automatically. I manually had to restart PMS. So, I figured out a way to have windows automatically start PMS whenever I switch on the PS3. This is working on a wired connection with Vista 64bit using internet connection sharing. I can't vouch for any other combination, but here is how to do it (use at own risk, if your computer blows up because of this, it's not my fault :) ):
1. Goto c:\ in My Computer and create a new batch file (just create a text-file and rename it to have the extension .bat). Call it runpms.bat.
2. Edit the batch file and paste below code in it (thanks to Jagged!):
@echo off
tasklist | find "javaw.exe" > nul
if ERRORLEVEL 1 goto Process_NotFound
:Process_Found
goto END
:Process_NotFound
cd "%PROGRAMFILES(x86)%\ps3 media server"
PMS.exe
:END
IMPORTANT NOTE: you may need to edit the directories if your PMS is not installed in c:\program files (x86)\ps3 media server. Find your PMS.exe and edit the code accordingly.
3. With the PS3 off, go to start and type in 'event viewer' (no quotes). Press enter. It will run the Event Viewer.
4. Now switch on the PS3. In the Event Viewer go to windows log, system and refresh the list. You should see 2 Tcpip events that occur whenever you switch your PS3 on or off. Double check this by switching the PS3 off and refreshing the list again.
5. Right click on the Tcpip event and choose 'attach task to this event'. Give the event a name and click next twice. Select 'start a program'. Click next. Browse to your 'runpms.bat' file and select it.
6. Turn off your PC and your PS3. Now boot your PC. When it's fully booted, switch on your PS3 and it should automatically run PMS and show up on the XMB. Note: it will also run PMS if you turn off your PS3 :) That shouldn't be a problem. It will basically remain on whenever you switch your PS3 on or off. The main thing is, you don't need to be running to your PC anymore to get PMS on your XMB.
