Theldron Posted June 10, 2019 Posted June 10, 2019 Hi all, I want to set MPC-BE (Black Edition) as the default DVD player on autorun for the staff laptops, how would I do this? Cheers
Arthur Posted June 10, 2019 Posted June 10, 2019 (edited) The following registry settings will make MPC-BE the default for DVDs when a user double-clicks the drive in File Explorer. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DVD\shell] @="PlayWithMPC" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DVD\shell\PlayWithMPC] @="Play with MPC-BE" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DVD\shell\PlayWithMPC\command] @="\"C:\\Program Files\\MPC-BE x64\\mpc-be64.exe\" %1 /dvd" After /dvd you could add /fixedsize 800,600 to make the window larger than it is by default or /fullscreen to play the DVD fullscreen. Edited June 10, 2019 by Arthur
Arthur Posted June 11, 2019 Posted June 11, 2019 Just to add to my previous post, the @ symbol means the default value.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now