79420942

Date: 2025-02-07 12:56:47
Score: 0.5
Natty:
Report link

If you need to get the localised name of a specific service, so you can check it's running status, in powershell you have to use the following command:

Get-Service | Where-Object {$_.Name -like "*scard*" -or $_.DisplayName -like "*tarj*" -or $_.DisplayName -like "*card*"}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: togobites