This commit is contained in:
Bubbl3H3d 2020-11-04 10:42:41 -08:00 committed by GitHub
commit 2bb2438784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2133,7 +2133,7 @@ PowerUp.ModifiablePath
Get-WMIObject -Class win32_service | Where-Object {$_ -and $_.pathname} | ForEach-Object {
$ServiceName = $_.name
$ServicePath = $_.pathname
$ServicePath = $_.pathname.split("/")[0]
$ServiceStartName = $_.startname
$ServicePath | Get-ModifiablePath | ForEach-Object {