Автор |
Сообщение |
CompanyZ Гуру
Предупреждений : 1
|
|
Господа подскажите Как назначить программе другой приоритет?
Что бы он сохранялся? Что нужно дописать
что бы запускалась с нормальным приоритетом, а не с низким как по умолчанию почему то, может есть другие способы задать приоритет, например в реестре, шаринг по гуглу результатов почти нет!! |
|
 |
|
 |
CyberHunter Гуру
|
|
 |
|
 |
CompanyZ Гуру
Предупреждений : 1
|
|
CyberHunter
Не сохраняет она ни чего!!! |
|
 |
|
 |
CyberHunter Гуру
|
|
Ещё было бы прикольно фиксировать количество процессорных ядер. |
|
 |
|
 |
CompanyZ Гуру
Предупреждений : 1
|
|
Есть такая программка Process Lasso он сохраняет приоритет, но ради одного процесса ставить её нет смысла, желательно прописать вручную, вопрос где и что прописывать  |
|
 |
|
 |
sham ум, честь, совесть эпохи!
Предупреждений : 4
|
|
delПоследний раз редактировалось: sham (Ср 23-03-22 : 02-44), всего редактировалось 1 раз |
|
 |
|
 |
noobas Эксперт
|
|
Код: |
C:\Users\noobas>start /?
Starts a separate window to run a specified program or command.
START ["title"] [/D path] [/I] [/MIN] [/MAX] [/SEPARATE | /SHARED]
[/LOW | /NORMAL | /HIGH | /REALTIME | /ABOVENORMAL | /BELOWNORMAL]
[/AFFINITY <hex affinity>] [/WAIT] [/B] [command/program]
[parameters]
"title" Title to display in window title bar.
path Starting directory.
B Start application without creating a new window. The
application has ^C handling ignored. Unless the application
enables ^C processing, ^Break is the only way to interrupt
the application.
I The new environment will be the original environment passed
to the cmd.exe and not the current environment.
MIN Start window minimized.
MAX Start window maximized.
SEPARATE Start 16-bit Windows program in separate memory space.
SHARED Start 16-bit Windows program in shared memory space.
LOW Start application in the IDLE priority class.
NORMAL Start application in the NORMAL priority class.
HIGH Start application in the HIGH priority class.
REALTIME Start application in the REALTIME priority class.
ABOVENORMAL Start application in the ABOVENORMAL priority class.
BELOWNORMAL Start application in the BELOWNORMAL priority class.
AFFINITY The new application will have the specified processor
affinity mask, expressed as a hexadecimal number.
WAIT Start application and wait for it to terminate.
command/program
If it is an internal cmd command or a batch file then
the command processor is run with the /K switch to cmd.exe.
This means that the window will remain after the command
has been run.
If it is not an internal cmd command or batch file then
it is a program and will run as either a windowed application
or a console application. |
как то так |
|
 |
|
 |
|