windows - how to change the way explorer.exe and service.exe is started up to edit process affinity? -
how change way explorer.exe , service.exe started edit process affinity?
normally explorer.exe , services.exe started 0x0f affinity ( 4 cores used )
what want make explorer , services start differently example
start /affinity 3 explorer.exe
start /affinity 4 services.exe
hence making explorer.exe use core 0 , 1
and making services.exe use core 2
leaving core 3 free me allocate @ will
this me lot
p.s. know how change after has started, objective of making child process start explorer.exe , services.exe start same affinity since affinity inherited child processes
thanks trying
i can't imagine how achieve way modify affinity after processes start. enumerate processes , them wish. can enumprocesses.
i expect encounter security restrictions when attempt services. services ever consume significant cpu anyway?
modifying affinity idea.
Comments
Post a Comment