windows

Windows File transfers are slow or: what I have been troubleshooting for the last two months

Over the last couple of months, I have spent a lot of time trying to improve the performance of file transfers across the LAN. Try as I might, I could not isolate the bottleneck. This is on a small network, a large RAID array, plenty of RAM and CPU power, 100 megabit switches. File transfers to and from the file server were topping off at less than 5 megabytes per second, but client-to-client transfers faired better, near 10 MB/s. WHY?!

extract files from an MSI file

To extract files from an MSI package, run this in a command prompt:

msiexec /a setup.msi /qb targetdir=c:\target_dir

Subscribe to RSS - windows