Setting wmplayer.exe as forced process works perfect. But if a mp3 is opened, wmplayer opens sandboxed, but does not begin to play the file. wmplayer only plays if I run the mp3 sandboxed (with rightclick "run sandboxed")
How can I fix that it starts with double click on the file sandboxed an begins to play?
Thanks for help.
Problem with forced wmplayer.exe and mp3
Moderator: Barb@Invincea
I see what you mean. It's missing the command line parameter. I tried this, and it worked for me:
wmplayer.exe "%1"
(There's one space after the .exe, in the above line)
Be forewarned that I haven't done any other testing to see if this screws-up something else. Also, I assume that the double-quotes are needed, but they may not be. Good luck
wmplayer.exe "%1"
(There's one space after the .exe, in the above line)
Be forewarned that I haven't done any other testing to see if this screws-up something else. Also, I assume that the double-quotes are needed, but they may not be. Good luck
XP Pro SP3
The default action of MediaPlayer is "Play". I looked in regedit. In play is written . Where should I add "%1"?
Does not work.
Thanks for help.
Code: Select all
"C:\Programme\Windows Media Player\wmplayer.exe" /prefetch:6 /Play "%L"
Code: Select all
"C:\Programme\Windows Media Player\wmplayer.exe" "%1" /prefetch:6 /Play "%L"
Thanks for help.
OK, this opens WMP sandboxed, and plays the .mp3 for me. As I said, I haven't done much testing since I don't normally specify any programs to run forced. If you want to try it - these are the steps:
Double-click Sandboxie's tray icon. Use View > Switch to Sandbox and choose which sandbox you want to use for the forced Windows Media Player.
Then click Configuration > Sandbox settings > Set Forced Programs.
In the box on the left side of the window type this:
wmplayer.exe %1
(There is one space after the .exe)
Modifying the line that I posted in the previous message, a test has shown me that, as I suspected, the double quotes (" ") are not needed in this line (at least for me).
Click OK.
Click Configuration > Reload Configuration to put this change into effect.
Double-clicking an .mp3 file should run Windows Media Player sandboxed, and play the .mp3 file immediately.
Double-click Sandboxie's tray icon. Use View > Switch to Sandbox and choose which sandbox you want to use for the forced Windows Media Player.
Then click Configuration > Sandbox settings > Set Forced Programs.
In the box on the left side of the window type this:
wmplayer.exe %1
(There is one space after the .exe)
Modifying the line that I posted in the previous message, a test has shown me that, as I suspected, the double quotes (" ") are not needed in this line (at least for me).
Click OK.
Click Configuration > Reload Configuration to put this change into effect.
Double-clicking an .mp3 file should run Windows Media Player sandboxed, and play the .mp3 file immediately.
XP Pro SP3
Who is online
Users browsing this forum: No registered users and 1 guest