I've solved the issue!
It's to do with the new Intel RST drivers that we're forced to use on Windows 10 and would've occurred had you updated to the latest RST on 7/8/8.1 too.
Download HDD Guardian to find the /dev/csmiX,Y location of the relevant drive(s).
Next, download a tool called Smartmontools and install it.
Now, open windows task scheduler and click "Create Task"
- Click run with highest priveleges
- Click the "Triggers" tab
- Click "New"
- In the dropdown menu at the top, set it to "At logon of any user"
- Click the "Actions" tab
- Click "New"
- Action should be set to "Start a program"
- Click "Browse"
- Browse to the location you installed smartmontools (probably "C:\Program Files\smartmontools\bin\smartctl.exe")
- In the "Add arguments" section, add the following -s apm,off /dev/csmiX,Y (where X,Y are the values found in HDD guardian)
- Repeat this process (adding another action) once more if you have a second drive
This will run on startup and disable APM which is causing the clicking noises you're experiencing with this drive.
Hope this helps, took me a good few hours of playing around to figure out what to do.