Run MMIP as Admin

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Run MMIP as Admin

Re: Run MMIP as Admin

by Peke » Thu Sep 24, 2009 7:33 am

Good tweak, I have not tested it under Win 7 x64 but it looks good.

Re: Run MMIP as Admin

by trixmoto » Thu Sep 24, 2009 4:02 am

Excellent, I'm sure many people will find this useful! :)

Run MMIP as Admin

by TwiztidSinz » Wed Sep 23, 2009 10:37 pm

I made this registry tweak a while back, but never got around to uploading it.
With Windows 7 (been loving it since the Beta came out) on the Horizon, I figured I might as well upload this for everyone to use.
It's a simple registry 'hack'/tweak that will allow you to run MMIP files as admin so that you can install them properly on a system using UAC.

You can download it from my MediaFire upload HERE...
Or copy/paste the 'source' below into a text editor and save it as a .REG file.


Install:

Code: Select all

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\MediaMonkey.MMIPFile\Shell\1Play]

[HKEY_CLASSES_ROOT\MediaMonkey.MMIPFile\Shell\runas]
@="&Install MediaMonkey package (Admin)"

[HKEY_CLASSES_ROOT\MediaMonkey.MMIPFile\Shell\runas\command]
@=hex(2):22,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
  00,46,00,69,00,6c,00,65,00,73,00,5c,00,4d,00,65,00,64,00,69,00,61,00,4d,00,\
  6f,00,6e,00,6b,00,65,00,79,00,5c,00,4d,00,65,00,64,00,69,00,61,00,4d,00,6f,\
  00,6e,00,6b,00,65,00,79,00,2e,00,65,00,78,00,65,00,22,00,20,00,22,00,25,00,\
  31,00,22,00,00,00

[HKEY_CLASSES_ROOT\MediaMonkey.MMIPFile\Shell]
@="runas"
Uninstall:

Code: Select all

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\MediaMonkey.MMIPFile\Shell\runas]

[HKEY_CLASSES_ROOT\MediaMonkey.MMIPFile\Shell\1Play]
@="&Install MediaMonkey package"

[HKEY_CLASSES_ROOT\MediaMonkey.MMIPFile\Shell\1Play\Command]
@="\"C:\\Program Files\\MediaMonkey\\MediaMonkey.exe\" \"%1\""

[HKEY_CLASSES_ROOT\MediaMonkey.MMIPFile\Shell\1Play\DropTarget]
"Clsid"="{AB97EDE4-091B-405F-83E6-9A31AD18EDAF}"

[HKEY_CLASSES_ROOT\MediaMonkey.MMIPFile\Shell]
@="1Play"

Top