Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;Download AutoHotkey and install it, (http://www.autohotkey.com/)
- ;copy paste everything below to a new .ahk file
- ;edit the line starting with Run to start whatever you want
- ;right click and compile your .ahk file
- ;rename the new .exe you compiled to wmplayer.exe
- ;take the ownership of "C:\Program Files\Windows Media Player" using any method (manually or just google "take ownership windows")
- ;replace wmplayer.exe with the new one you made
- ;If you never ran media player before, you might have to replace "setup_wm.exe" too. (with the same exe you compiled)
- #NoTrayIcon
- Run "C:\Program Files (x86)\Winamp\winamp.exe" ;EDIT THIS TO RUN WHATEVER. eg: Run "YOUR EXE PATH"
Advertisement
Add Comment
Please, Sign In to add comment