Merge 589afa35e8 into d943001a7d
This commit is contained in:
commit
2bb2438784
|
|
@ -2133,7 +2133,7 @@ PowerUp.ModifiablePath
|
||||||
Get-WMIObject -Class win32_service | Where-Object {$_ -and $_.pathname} | ForEach-Object {
|
Get-WMIObject -Class win32_service | Where-Object {$_ -and $_.pathname} | ForEach-Object {
|
||||||
|
|
||||||
$ServiceName = $_.name
|
$ServiceName = $_.name
|
||||||
$ServicePath = $_.pathname
|
$ServicePath = $_.pathname.split("/")[0]
|
||||||
$ServiceStartName = $_.startname
|
$ServiceStartName = $_.startname
|
||||||
|
|
||||||
$ServicePath | Get-ModifiablePath | ForEach-Object {
|
$ServicePath | Get-ModifiablePath | ForEach-Object {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue