Skip to main content

Questions tagged [priority]

The tag has no usage guidance.

0 votes
1 answer
30 views

Executable should automatically start with realtime priority on Windows

On an Windows 7 PC (used for legacy music software), I notice that enabling Windows Task Manager > Right click on process > Set priority > Realtime on a particular audio software improves ...
Basj's user avatar
  • 1,916
0 votes
0 answers
172 views

How can I change the primary GPU in both Ubuntu and Windows?

I have an AMD 7950X CPU that has a built-in GPU. Also a dedicated 4090 GPU. I have also a monitor with 2 input HDMI ports that I have used to connect my Asus ProArt X670E( For CPU built-in GPU) to one ...
freeman's user avatar
0 votes
0 answers
73 views

How to bulk prioritize Folder Syncing in Dropbox on OSX

I'm using Dropbox on a MacBook to sync folders with another user. Often, I need to quickly prioritize syncing a specific folder, but currently, I can only select "Sync Next" for individual ...
Mike Anthony's user avatar
0 votes
0 answers
51 views

Running ML inference in CPU with real time priority takes longer than default priority

I was wondering if setting up realtime priority would help whisper.cpp to run faster, but not only it doesn't run any faster, it runs substantially slower. I'm running it using sudo chrt -r 99 ... ...
lilezek's user avatar
  • 101
2 votes
1 answer
300 views

Understanding the prioritization of window visibility

I am wondering about the window visibility priority system that allows some windows to stay overtop of some other windows. For example: when we use 'Picture in picture' mode in Chrome, we can force a ...
Kalamalka Kid's user avatar
1 vote
0 answers
537 views

how to prioritize windows process to WSL tasks?

I have a Windows OS, with a WSL installed. I am running some computation heavy processes in WSL, written in Fortran, submit using nohup, which usually takes 10 hours to complete a task. I wanted to ...
Raymond Chen's user avatar
1 vote
0 answers
294 views

Passing User Input to EXE using "Start" and set priority

I have a batch file input.bat I use to start an executable and pass in user input like so: foo.exe < userInput.txt I would like to run foo.exe in a high priority mode, which I can successfully do ...
user973995's user avatar
1 vote
1 answer
248 views

Several adblock extensions running at the same time: priority or concurrent?

When using several "blocker-type" extensions with-in a same browser's session, how is URLs/payloads blocking handled? For example, what happens when Firefox is loading a webpage while uBlock ...
Ozwel's user avatar
  • 161
1 vote
1 answer
2k views

How can I get my HDD to appear on the BIOS boot priority menu?

▼ My Environment Hard Disk : WD BLUE 2TB (model : WD20EZAZ) Main Board : Z690 AERO D (Gigabyte) ▼ My Problem I cannot select the HDD as a boot drive in BIOS setting. (I can boot from a SSD. The HDD is ...
tosotta12 a's user avatar
0 votes
1 answer
85 views

How can I set a priority order between processes for uploading data on Windows 10?

Several processes are uploading data. How can I set a priority order between processes for uploading data on Windows 10? E.g., processing1.exe get 90% of the bandwidth regardless of the other ...
Franck Dernoncourt's user avatar
0 votes
0 answers
210 views

How to lock cpu priority of a process and block it from changing the priority itself?

I have an application that is programmed to change it's priority to high. Even if I switch it back to normal or lower, it changes back after some time. How can I block this behavior? How can I force ...
MarioPL98's user avatar
2 votes
0 answers
230 views

4G LTE is prioritized over LAN/Ethernet

I have an issue with my laptop and internet connections. In my system, if there is no WiFi, the system prioritizes cellular broadband instead of ethernet. As soon as I connect WiFi, LAN is prioritized....
Jens-Christian Christiansen's user avatar
3 votes
1 answer
5k views

Is it possible to set USB device priority?

I am using Windows 10 Pro and bought a Fresco Logic 2000 USB to HDMI adapter. It works but when playing videos on the screen attached with USB it makes my mouse and keyboard slow down and be jumpy ...
user avatar
0 votes
1 answer
393 views

wmic has been deprecated with Windows 10, 21H1

The current Windows 10 upgrade 21H1 mentioned The WMIC tool is deprecated But to avoid manually fiddling with Task Manager I just call—actually via DOSKEY macros—in cmd.exe, like wmic process where ...
thoku's user avatar
  • 123
1 vote
1 answer
538 views

Windows 10 priotize program in bandwidth usage over windows updates

there are many questions on different forums asking whether one could turn off automatic Windows updates etc. But I want my Windows to automatically download Updates etc. What I don't want is these ...
LuckyLuke Skywalker's user avatar
6 votes
2 answers
10k views

Prevent apps from putting themselves in the foreground

Some applications, when being installed, updated or opened, tend to force themselves in the foreground. When another application is in the foreground already, like in the worst case, a game in full ...
towe's user avatar
  • 106
1 vote
0 answers
345 views

How may one reduce the impact of a WSL2 session on the performance of its Windows host?

I have been running some computationally-intensive processes (compiling and linking large programs) in WSL2 on Windows 10 Pro (build 19041.746), and doing so noticably slows down graphical Windows ...
sdenham's user avatar
  • 121
2 votes
0 answers
119 views

Unable to have Windows give priority to a specific network adapter

We have a Windows 7 PC with 3 network adapters (2 physical and 1 virtual): Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : IPv4 Address. . . . . . . . . . . : 192....
pacoverflow's user avatar
  • 2,035
1 vote
1 answer
1k views

How to modify the shortcut so that a certain program runs with high priority?

This says I got to do something like https://www.tenforums.com/tutorials/89548-set-cpu-process-priority-applications-windows-10-a.html C:\Windows\System32\cmd.exe /c start "" /AboveNormal &...
user4951's user avatar
  • 4,801
5 votes
4 answers
10k views

Run a program with high or realtime priority (yes, I've read the other threads)

I'm trying to get: start "" /high "c:\software\mysoftware.exe" or start "" /realtime "c:\software\mysoftware.exe" To work on Windows 10. Which I of course can'...
Valeri Lagunov's user avatar
2 votes
0 answers
73 views

Prioritised outgoing emails using Exim

Our outgoing email queue uses Exim (on Centos) and is used both for sending bulk batches of email to clients and sending authentication keys, eg as part of the forgotten password routine. On some ...
Curious User's user avatar
2 votes
0 answers
256 views

How does VirtualBox handle thread priority in the guest?

Assume a scenario in which a VirtualBox VM is running a multi-threaded app which is maxing out all available CPU cores. However, the threads run at low priority, thus if anything else were to run on ...
user149408's user avatar
  • 1,100
2 votes
0 answers
92 views

Windows 10 I/O causes audio hiccups

Basically, when heavy I/O is happening it causes audio to break up and it's really annoying during conference calls. Even just loading a more demanding webpage is enough to do this, the other day I ...
chx's user avatar
  • 3,923
6 votes
2 answers
17k views

How to make All Chrome Threads Run High CPU Priority?

Run normally, all Chrome processes have normal priority. The various threads represent various tabs, extensions, etc. But, then i launch chrome with high CPU priority. I'm using: cmd.exe /c start "...
johny why's user avatar
  • 418
1 vote
1 answer
535 views

Prioritising task scheduler

I have recently started using task scheduler to make an authentication window pop up when the workstation is unlocked. This doesn't need to be secure or anything, it's for monitoring time spent on the ...
230Daniel's user avatar
  • 113
-2 votes
2 answers
85 views

What should I focus on for a custom PC NOT for gaming? [closed]

I'm wanting to build my own powerful PC, but I'm not interested in PC gaming (I prefer my Xbox, thank you). My question is, what components are less or more important for general usage (coding, office,...
Mark Deven's user avatar
  • 1,660
1 vote
1 answer
3k views

Why some processes cannot change CPU priority?

I'm on older machine and setting priority to Above Normal or High helps to improve performance for certain applications. Like e.g. for games. I use System Explorer to set priority and set to ...
user3108268's user avatar
1 vote
0 answers
85 views

What prevents my RT thread from working?

I have some data acquisition application running under Linux 2.6.37 on DM8148 with TI Linux. I have two threads: thread named IDE, scheduled as SCHED_RR, prio 114 (75), which collects data from HW ...
leonp's user avatar
  • 111
0 votes
2 answers
2k views

What happens if I set single threaded process to realtime priority on multicore PC?

I'm referring to Windows 10 operating system, but I believe the answer might be OS independent. On windows, the real-time priority level is the highest priority level, use to process keyboard and ...
Julien__'s user avatar
  • 113
1 vote
4 answers
4k views

How can a batch lower the priority ONLY of the cmd that runs it?

I have a batch that runs a series of commands that will be long and CPU intensive. I don't mind when it will be finished so I would prefer it to use only idle CPU cycles. If I set the priority of the ...
cdlvcdlv's user avatar
  • 1,601

15 30 50 per page