Hello
Thank you for posting in Microsoft Community forum.
If you’ve disabled USB ports using Local Group Policies and want to re-enable them, you can follow these steps:
Open Group Policy Editor: Press Windows + R, type gpedit.msc, and press Enter to open the Local Group Policy Editor.
Navigate to Removable Storage Access: In the Group Policy Editor, navigate to Computer Configuration -> Administrative Templates -> System -> Removable Storage Access.
Change Policy Settings: In the right pane, find the policies that you’ve configured to disable the USB ports. These might include Removable Disks: Deny read access, Removable Disks: Deny write access, and others. Double-click each policy, set it to Not Configured or Disabled, and click OK.
Update Group Policy: After changing the policies, you need to update Group Policy for the changes to take effect. Open Command Prompt as an administrator, type gpupdate /force, and press Enter.
Restart Your Server: Finally, restart your server. Some Group Policy changes require a restart to fully take effect.