Hi,
What Alice mentions about supported Windows versions is correct, we are not actively maintaining Windows 7 version.
Still, two things you can try:
1. Go to Eclipse->Window->Preferences->MCUXpresso IDE->Debug Options->LinkServer Options and uncheck "Use PowerShell instead cscript"
2. If the above does not help, revert the check made there and try executing the next command in a Windows command prompt console:
powershell "Get-WMIObject Win32_PnPEntity | where {$_.Service -like '*hid*' -or $_.Service -like '*winusb*'} | Format-Table -HideTableHeaders PNPDeviceID"
Does it work? Does it show any error? If any error thrown, please check if you have PowerShell installed or maybe try to update it.
Regards,
MCUXPresso IDE Support