Windows 7 optimization technique

-2

I am a system administrator for a corporation. Our marketing department has been complaining about computer performance. After looking into the complaints I discovered that they have to do with copying large video files to their computers. In Windows 7 there is an optimization technique to use to fix the problem, I just don't which one.

user258100

Posted 2013-09-28T03:22:45.630

Reputation: 5

Question was closed 2013-09-29T16:35:54.280

It would help if you told us what the complaints actually were and what the results of your investigation actually were. Just telling us what they have to do with isn't very helpful. Is it one machine? Many machines? Similar configurations? Different configurations? Copying files that are how big? Taking how long? Did it get worse or was it always this slow? Are the source and destination the same device? What method are they using to initiate the copy? And so on. And so on. – David Schwartz – 2013-09-28T03:49:46.677

1This is an example of an actual complaint: "I've been copying 40GB video files from my local hard drive to a share on another machine on the LAN and wasting from explorer. It used to take around 2 minutes, but it has gradually gotten slower and slower over the past few months and now takes about 5." – David Schwartz – 2013-09-28T03:51:51.293

It would be better if the users view the videos with web browser, versus downloading them, unless they need to edit the videos. If downloading videos is required then upgrade the internet bandwidth to at least 90mb's/sec, or move then with flash drives from one machine to another. – Frank R. – 2013-09-28T03:56:01.200

David so sorry yes it is multiple machines – user258100 – 2013-09-28T12:02:06.380

Answers

3

The first thing you need to do is identify the bottleneck, then fix it. If they are moving large video files between computers it's possible your network is the bottleneck. If they are copying large files around the same computer almost definitely the hard disk is the Hard Drive is the bottleneck. Any optimization setting is going to be far less effective than identifying the root of the problem and fixing it.

Copying files on the same hard drive gives terrible I/O, try copying from one HDD to a 2nd.

Your question makes it sound like they are getting the video files from some type of server, in which case the Network is probably your main bottleneck. Make sure the computers are connected via a gigabit connection all the way from the server to the desktops. Also, depending on how serious you want to get, you could try to force a UDP stream for the copying which has less overhead than TCP. You could also try some compression techniques like tar or even re-encoding the videos before moving them.

tbenz9

Posted 2013-09-28T03:22:45.630

Reputation: 5 868

I have not heard of bottleneck before I will look into it thanks – user258100 – 2013-09-28T03:33:29.170

David so sorry yes it is multiple machines – user258100 – 2013-09-28T12:00:45.580

"bottleneck" simply means the slowest point in the system. If you can reduce the bottleneck (speed up the slowest part in the computer) then everything will run faster. – tbenz9 – 2013-09-28T18:48:02.907