3

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?

Mira SC
  • 33

1 Answers1

5

This is a snippet from a .reg file. The easiest way to make these registry changes (in this case, adding a value) is to save this as a .reg file and open it.


  1. Copy and paste the code into a text editor, such as notepad.

enter image description here

  1. Save the file as a .reg file, making sure you choose All Files from the Save as type drop down:

enter image description here

  1. Double click the file from where you just saved it. You will need to confirm you wish to add this to the registry.

enter image description here

Upon clicking Yes, the changes should be made. You may need to reboot, depending on the changes it makes.

Jonno
  • 21,643