MSFN Forum: Make the taskmgr a realtime process! - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Make the taskmgr a realtime process! Get rid of those 100% eating programs without waiting ages for taskmgr Rate Topic: ***** 1 Votes

#1 User is offline   Francesco 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 354
  • Joined: 20-March 04

Posted 27 January 2006 - 05:50 PM

The operation is really easy: open taskmgr.exe with an hex editor and search for this:

Quote

68 80 00 00 00 FF 15 14 11 00 01
and then change it to

Quote

68 00 01 00 00 FF 15 14 11 00 01


so finally when taskmgr starts it won't be slowed down by hanged up high priority processes.

Have a nice task killing day :P


#2 User is offline   BlueMe 

  • Member
  • PipPip
  • Group: Members
  • Posts: 146
  • Joined: 04-May 05

Posted 01 February 2006 - 12:28 AM

:blushing: lol ..i shoud have read more..

This post has been edited by BlueMe: 01 February 2006 - 12:18 PM


#3 User is offline   gmx 

  • Member
  • PipPip
  • Group: Members
  • Posts: 171
  • Joined: 09-November 03

Posted 01 February 2006 - 07:00 AM

nice tip thanks

#4 User is offline   Punio4 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 09-October 05

Posted 13 February 2006 - 08:21 AM

Best tip i have seen in ages :D thanx!!!

#5 User is offline   Anusha 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 19-September 04

Posted 18 February 2006 - 08:22 PM

This only applies for the Windows XP's task manager. No such string in the Windows 2003 Server's task manager. Does anyone know how to perform this mod in Windows 2003?
Thanks

#6 User is offline   BlueMe 

  • Member
  • PipPip
  • Group: Members
  • Posts: 146
  • Joined: 04-May 05

Posted 19 February 2006 - 07:02 AM

Well... thanks, end it up doing it.

#7 User is offline   shooter468 

  • Junior
  • Pip
  • Group: Members
  • Posts: 62
  • Joined: 20-May 05

Posted 19 February 2006 - 09:38 AM

thanx alot
but how can we test if this actually works or not?

#8 User is offline   BlueMe 

  • Member
  • PipPip
  • Group: Members
  • Posts: 146
  • Joined: 04-May 05

Posted 19 February 2006 - 02:15 PM

When you open task manager select View -> Select Columns and add Base Priority, now Beside Image Name, CPU, Memory etc. you should see in the Process tab the priority of every process .

#9 User is offline   Aid 

  • Newbie
  • Group: Members
  • Posts: 44
  • Joined: 20-February 06

Posted 21 February 2006 - 04:33 PM

Excellent tip, thanks! :D

#10 User is offline   DarkShadows 

  • The brighter the light, the darker the shadows.
  • PipPip
  • Group: Members
  • Posts: 270
  • Joined: 12-January 05

Posted 21 February 2006 - 06:40 PM

Or alternatively you could just create the following icon:

Target:
%SystemRoot%\system32\cmd.exe /C Start "Title" /REALTIME %SystemRoot%\System32\Taskmgr.exe
Start in:
%SystemRoot%\system32
Then, click on [Change Icon] and put this path in the Look for icons in this file:
%SystemRoot%\System32\Taskmgr.exe
And choose your favorite Task Manager Icon.

#11 User is offline   BlueMe 

  • Member
  • PipPip
  • Group: Members
  • Posts: 146
  • Joined: 04-May 05

Posted 22 February 2006 - 04:31 PM

After Seeing DarkShadows post, i've been thinking about this and :
The alternative has no sense! To bring up task manager you could use :
A shortcut
The Taskbar Menu
RUN from Start Menu
Ctrl+Alt+Del
Ctrl+Shift+Esc
The first 3 are launched by explorer so making explorer.exe go 100% CPU usage, which has a Normal priority would not improve anything.
Ctrl+Alt+Del is launched by winlogon.exe (I think ?)which runs in High priority
Were left with the last method wich might get Task Manager a Realtime priority this way making this tweak usefull.
I'll do some forther tests, until then, if someone has something to say, reply.

This post has been edited by BlueMe: 22 February 2006 - 04:37 PM


#12 User is offline   BlueMe 

  • Member
  • PipPip
  • Group: Members
  • Posts: 146
  • Joined: 04-May 05

Posted 02 March 2006 - 03:25 PM

Like i said i'll do some more tests in this, so the result is that it doesn't matter, what priority taskmgr has, in most of the cases .. it will still freeze. Thus not helping with anything.
I'm not trying to pick on someone's work but i thought it would be good to know if this tweak/tip makes a difference !

#13 User is offline   ripken204 

  • The Hardware Guy
  • PipPipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 6,311
  • Joined: 23-December 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 March 2006 - 04:07 PM

i have windows x64 and in taskmanger i can just add the column "base priority" and it will show up, so what so hard about that?

#14 User is offline   BlueMe 

  • Member
  • PipPip
  • Group: Members
  • Posts: 146
  • Joined: 04-May 05

Posted 05 April 2006 - 12:51 PM

The change will be permanent.
If u change the priority from the processes tab the next time you open task manager will be the same ..High Priority.

#15 User is offline   Dels 

  • X2K Project Leader
  • PipPipPip
  • Group: Members
  • Posts: 332
  • Joined: 05-January 06

Posted 05 April 2006 - 09:48 PM

maybe there many different string in each win os (9x,me,2k,xp,2k3) so if someone have it please share it :D
(i need a string for my win2k)

maybe there many different string in each win os (9x,me,2k,xp,2k3) so if someone have it please share it :D
(i need a string for my win2k)

#16 User is offline   matthewk 

  • Member
  • PipPip
  • Group: Members
  • Posts: 288
  • Joined: 07-June 05

Posted 17 April 2006 - 05:43 AM

I did this hex edit that was mentioned, and makecab'd it. When it got to a certain point in windows installation (not vmware, but normal), it kept requesting a retry on copying or installing taskmgr. I had to hit cancel, and the windows installation continued ok. Oddly, once I was in windows, taskmgr existed and worked fine. A note about the process of taskmgr right now: when I right click it in the process list, the default is showing as realtime.

#17 User is offline   Dels 

  • X2K Project Leader
  • PipPipPip
  • Group: Members
  • Posts: 332
  • Joined: 05-January 06

Posted 20 April 2006 - 06:15 AM

Quote

I did this hex edit that was mentioned, and makecab'd it. When it got to a certain point in windows installation (not vmware, but normal), it kept requesting a retry on copying or installing taskmgr. I had to hit cancel, and the windows installation continued ok. Oddly, once I was in windows, taskmgr existed and worked fine. A note about the process of taskmgr right now: when I right click it in the process list, the default is showing as realtime.

simply, cause Windows check the taskman.exe (filesize or the bytes) and didn't recognize the hacked version so it ask to copy the "normal" taskman.exe and this would be called SFP (System File Protection)

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy