Onurtag

msi notebook touch panel fix media button

Aug 20th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;Download AutoHotkey and install it, (http://www.autohotkey.com/)
  2. ;copy paste everything below to a new .ahk file
  3. ;edit the line starting with Run to start whatever you want
  4. ;right click and compile your .ahk file
  5. ;rename the new .exe you compiled to wmplayer.exe
  6. ;take the ownership of "C:\Program Files\Windows Media Player" using any method (manually or just google "take ownership windows")
  7. ;replace wmplayer.exe with the new one you made
  8. ;If you never ran media player before, you might have to replace "setup_wm.exe" too. (with the same exe you compiled)
  9.  
  10. #NoTrayIcon
  11. 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