I'd disable last access time to keep the cpu/hdd activity down. use the following command in command prompt (cmd.exe) to do this.
That command can relieve a lot of performance related issues.
Also run a defragmentation on the partition/HDD that has windows on it.
Code:
fsutil behavior set disablelastaccess 1
That command can relieve a lot of performance related issues.
Also run a defragmentation on the partition/HDD that has windows on it.
United States of America