Advertisement
sup3rc0w

Disable KMPlayer Sidebar

Dec 9th, 2013
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. ##################################
  2. ## THIS PASTE COME FROM: ##
  3. ## http://sup3rc0w.blogspot.com ##
  4. ##################################
  5.  
  6. 1- Windows/Start > All Programs > Accessories > Command Prompt(right click, Run as administrator)
  7. 2- Type "notepad c:/windows/system32/drivers/etc/host"
  8. This command will pop out notepad with administrator right and with host file which we need to edit.
  9. 3- Paste "127.0.0.1 player.kmpmedia.net" as new new bottom line.
  10. 4- Save.
  11.  
  12. Your "host" file should be quite similar like this:
  13. ##########Begin of line##########
  14. # Copyright (c) 1993-2009 Microsoft Corp.
  15. #
  16. # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
  17. #
  18. # This file contains the mappings of IP addresses to host names. Each
  19. # entry should be kept on an individual line. The IP address should
  20. # be placed in the first column followed by the corresponding host name.
  21. # The IP address and the host name should be separated by at least one
  22. # space.
  23. #
  24. # Additionally, comments (such as these) may be inserted on individual
  25. # lines or following the machine name denoted by a '#' symbol.
  26. #
  27. # For example:
  28. #
  29. # 102.54.94.97 rhino.acme.com # source server
  30. # 38.25.63.10 x.acme.com # x client host
  31.  
  32. # localhost name resolution is handled within DNS itself.
  33. # 127.0.0.1 localhost
  34. # ::1 localhost
  35. 127.0.0.1 player.kmpmedia.net
  36. ##########End of line##########
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement