Hi PeeJay48,
Does the hard disk show up as removable disk in Disk Management? If yes, please give a try to the following solution.
- Open a command prompt with administrator privileges.
- In the command prompt window, type the following command in hit Enter: devmgmt.msc
- Under Disk Drives, identify the SATA device you would like the inbox driver to consider internal and open properties for this device by right-clicking and selecting Properties.
- Note the bus number from the properties overview (“1” in the below example).
- Type the following command in the previously opened command prompt and hit Enter:
Where x corresponds to the Bus Number you noted in step 4.reg.exe add “HKLM\SYSTEM\CurrentControlSet\Services\storahci\Parameters\Device” /f /v TreatAsInternalPort /t REG_MULTI_SZ /d x
https://support.microsoft.com/en-us/topic/internal-sata-drives-show-up-as-removeable-media-1f806a64-8661-95a6-adc7-ce65a976c8dd
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.