This post here explains a method for setting a port as internal but I don't understand exactly how to enter it into regedit.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\storahci\Parameters\Device]
"TreatAsInternalPort"=hex(7):30,00,31,00,32,00,33,00,34,00,35,00,00
Could anyone advise on how I use this command?



HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\storahci\Parameters\Device, and adding a new Multi-string value named "TreatAsInternalPort" then edit it as binary and enter the values listed after "hex(7):" without the commas. Note the hex values listed in the question are "012345" not sure if this is garbage data or what actually needs to be entered – Yorik Mar 03 '16 at 17:58