Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Most process-monitoring software can show CPU(s) load by application in real-time.
But I can't find anything that could show me real-time Disk(s) usage by applications (hard disks, CDs/DVDs, flash drives, etc.).
There is program AnVir Task Manager that can show harddisk load but it shows it at all not by each app or process.
On the other side there is utility from Sysinternals called Filemon (now Process Monitor) that shows all activity with filesystem (reading/writing files) with processes and paths but this information is too verbose.
I think I'm looking for software that can show me the table like below:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Process | Disk Usage (%) | Disk/Partition | Some info.. |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
uTorrent.exe | 68 | Harddisk1/Partition0 | blah-blah-5 |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
Applic-9.exe | 17 | Harddisk1/Partition1 | bloh-bloh-5 |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
Please, tell if you know that kind of software.
from here:
You can view the IO usage in the system tray using Process Explorer by enabling "Options->I/O History Tray Icon".
Hover over the icon, and it will tell you which app is using the most IO right now.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have written a basic VB winform application (in visual studio) that control the lights. I published and create an install package so I can install this on other PCs.
My questions is how to sync these applications to communicate with one another so if I turn a light on, on one PC, other PC will sense that and display it on thier application.
I can use timer to see if there are any action every 15 second, but I don’t think this is efficient way.
Take a look at this question that involves sending information between computers over a network. You could have the program send what it did to the lights so that the other programs can update themselves.
I'd suggest you look at writing the status to a file accessible to all on the network, use the filewatcher class to detect changes to the file, and when the file changes read it from all PCs to see the current status of everything.
ref: https://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher(v=vs.110).aspx
another option would be to use UDP broadcasting
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I've just installed Windows 8.1 (my friend tells me the PC will start and shut down faster than Windows 7). I encounter some problems: the screen doesn't fit correctly There are black bars at top and bottom of the screen.
My monitor is LG E2211. I tried using the buttons on the monitor but I can't change the original ratio and It says "Digital input No access" when I choose auto.
I found this topic which has similar problem but it's only for windows 7
http://www.tomshardware.com/forum/286677-33-black-bars-5850?
Also, all the games and videos is becoming a lot slower. My friend told me it's because the PC didn't recognize the graphic card. Is it correct?
Go to your official graphic card's manufacturer's website and download the latest driver. I Had the same problem with mine.
Sometimes the native driver struggles to register the correct resolution or place it off screen.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Hi all I have a Windows CE 6.0 device. I installed SqlServecCompact3.5 but the device removes the program when I power off the device.
What Do I have to do for it not to reinstall programs I have installed?
Many Windows CE devices reset to factory default if you pull the battery. You will want to refer to the vendor's documentation to determine the appropriate way to restore the device. Typically there are one or more persistent storage areas and a mechanism to auto-run CAB installs, file copies, and registry updates upon a cold-boot restart. These allow you to rebuild the device.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
IPad is able to receive push messages while it has screen turned off.
Is it possible to receive push messages with WinRT device in sleep mode?
I would guess it is not possible with Intel based pro models...
Note. This is quite important issue when planning for Windows RT applications. Chat application could be made if somekind of alert could be given to user. Pro models can run real Windows Desktop apps, which can alert user when running at backround...
based on this whitepaper http://www.microsoft.com/en-us/download/details.aspx?id=30703 and what i have read before, there is a connected standby..
the whitepaper talks about background tasks working as should. no mention of notifications per say but i'd imagine they should be work as well. Apps however will be in suspended state at that point
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
How can i disable explorer.exe from startup?
(need it to boost my only-gaming pc)
Thanks!
EDIT :
I need to diable explorer.exe, the game starts automatically on startup!
If i want explorer back, i can simpely press: Cntrl + Alt + Del, start Task Manager, Click on New Task, and type: "explorer.exe", it should work like that.
EDIT 2:
To make it On Topic, Maybe i can do this with an Batch-file?
I dont know enough of .bat files for making one, what i need to write in the batch-file?
In Windows, explorer.exe is the main file manager application that is required for the windows gui to function. Theoretically, there is a way to navigate your files (e.g., in order to open up your games) through the command line, though I believe that you will need explorer as the parent process for many of the popular games. Someone who has access to the MSDN would be able to tell you more definitively.
Long story short, unless you are booting into command line mode, explorer.exe will load on startup.