Advertisement
Guest User

Windows 7 Task manager color change

a guest
Sep 8th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. Tools you will need:
  2. A copy of Taskmgr.exe from Windows\system32 directory
  3. You can even copy over your modified taskmgr.exe and replace the one that opens with your Ctrl+Shift+Escape key combination.
  4. Resource Hacker
  5. http://angusj.com/resourcehacker/
  6. A image editor capable of saving ico with transparency (not MSPaint; I used photoshop, but GIMP & Paint.net should be able to )
  7. Resource hacker will allow you to export the icons and bitmaps you wish to alter; it will also allow you to save a new instance of taskmgr.exe with your modifications.
  8. Hexinator
  9. https://hexinator.com/
  10. This is used to change the graph lines and grid colors on both the performance tab and network tab. It is also the most time consuming step.
  11. Just open the new taskmgr.exe you created with the fancy new icons and bitmaps and go to these locations and input your hexadecimal color code.
  12. Here is a chart you can use
  13. http://www.pagetutor.com/common/bgcolors1536.png
  14. though the true amount of colors is
  15. 256^3=16777216
  16. 256*256*256=16777216
  17. (000000...FFFFFF)*(000000...FFFFFF)*(000000...FFFFFF)=16777216
  18.  
  19. >Performance tab grid
  20. 0x0B387-B389
  21. >Physical Memory Usage History graph line
  22. 0x05608-560A
  23. >Memory Total Usage label
  24. 0x0C345-C347
  25. >CPU Usage History graph line
  26. 0x055E8-55EA
  27. >CPU Kernal Time History graph line
  28. 0x055EC-55EE
  29. >CPU Total Used label
  30. 0x0BF89-BF8B
  31. >Network tab grid
  32. 0x0FB84-FB86
  33. >Network tab Local Area left graph border & received histroy line
  34. 0x0567C-567E
  35. >Network tab Local Area Sent history graph line
  36. 0x05678-567A
  37. >Network tab Usage percent labels
  38. 0x0F8AB-F8AD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement