Avatar of camtz
camtz
Flag for United States of America asked on

Shut down non esentials

Hi, I am about to transfer about three TB of data from one source to another.  I am wondering if the process could be speeder if I shut down programs that are running in the background on Windows 10.  If so, how do I identify them and how do I temporarily shut them down. Thanks
Windows OS

Avatar of undefined
Last Comment
Dheeraj TV

8/22/2022 - Mon
Michael Best

"I am wondering if the process could be speeder if I shut down programs that are running in the background on Windows 10"
For only 3TB transfer you will not achieve any noticeable speed gain."

Your bottle neck is the USB speed (or network speed) and write speed of the Hard Drive recieving the data.
Scott C

The only way you would see any benefit is if any of those programs that are running are disk intensive.

Just the standard Windows 10 background apps would not fit this description.
awed1

Camtz,

I agree, unless the other processes are using a large part of your resources, turning them off and disabling them would not give you much gain.
If you right-click in the taskbar, usually at the bottom of the screen, or press Ctrl+Alt+Del, one of the options will be to open the Task Manager.
Task Manager will let you do what you want - up to a point.
In ther first tab, you will see the open applications.
You can close any that you want to from there.
In the details tab you will see a longer list.
Generally, you can stop anything that you recognize and know is not part of the OS from there.
You would right click the row, and choose "End Process," or "End Process Tree."
In the Details Tab, you will see sub-tabs.
Click on CPU to get the biggest users to show up at the top of the column.
If any of them are big users, and you recognize them and know that the System does not need them, you can end the process.
You could click the Memory subtab and close what you know is unnecessary there as well.
But, as you have already been informed, not much value will be gained except from big resource hogs.

Generally, you are right though, you don't want to be using your computer for a bunch of other stuff while transferring lots of data. Browsing the Internet with 5 or six windows open might be counter-productive.

Also, consider how you are transferring the data.
Sometimes third party applications can transfer files more quickly that Windows does. Here is a list that someone compiled. Notice that he gives transfer times etc. https://www.raymond.cc/blog/12-file-copy-software-tested-for-fastest-transfer-speed/ 

I quote here his first comment: "CPU and RAM speeds really aren’t going to make a massive difference to file transfer speeds, it’s the speed of the devices you are copying from and to that are far more important."

That is basically what Michael and ScottCha already told you.
If you have USB 3, use that. USB 3 has blue plastic in it.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
ASKER CERTIFIED SOLUTION
P. Sisk

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
camtz

ASKER
Thank you for that.  I will try it out.
Dheeraj TV

Try robocopy -help for more friendly and robust transfer options. You can resume where you stop from etc.