mirror of
https://github.com/Print3M/amsi-memory-patching
synced 2026-06-21 16:42:22 +00:00
fix
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
###
|
|
||||||
# GET SERVICES WITH UNQUOTED PATHS
|
|
||||||
###
|
|
||||||
Get-CimInstance win32_service | where PathName -notlike "" | where { $_.PathName.StartsWith('"') -eq $false }| select @{e={$_.PathName.split(" ")[0]};n="FirstPath"},PathName | where { $_.FirstPath.EndsWith(".exe") -eq $false }
|
|
||||||
Reference in New Issue
Block a user