mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 09:04:18 +01:00
Updated the close-* scripts
This commit is contained in:
parent
1252222a36
commit
1b50ecadb6
@ -8,4 +8,4 @@
|
||||
|
||||
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
|
||||
|
||||
Start-Process -WorkingDirectory "$PathToRepo/Scripts" -FilePath "./close-program.ps1" -ArgumentList "chrome" -NoNewWindow -Wait
|
||||
Start-Process -FilePath "$PathToRepo/Scripts/close-program.ps1" -ArgumentList "chrome" -NoNewWindow -Wait
|
||||
|
@ -8,4 +8,4 @@
|
||||
|
||||
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
|
||||
|
||||
Start-Process -WorkingDirectory "$PathToRepo/Scripts" -FilePath "./close-program.ps1" -ArgumentList "msedge" -NoNewWindow -Wait
|
||||
Start-Process -FilePath "$PathToRepo/Scripts/close-program.ps1" -ArgumentList "msedge" -NoNewWindow -Wait
|
||||
|
@ -8,4 +8,4 @@
|
||||
|
||||
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
|
||||
|
||||
Start-Process -WorkingDirectory "$PathToRepo/Scripts" -FilePath "./close-program.ps1" -ArgumentList "explorer" -NoNewWindow -Wait
|
||||
Start-Process -FilePath "$PathToRepo/Scripts/close-program.ps1" -ArgumentList "explorer" -NoNewWindow -Wait
|
||||
|
@ -8,4 +8,4 @@
|
||||
|
||||
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
|
||||
|
||||
Start-Process -WorkingDirectory "$PathToRepo/Scripts" -FilePath "./close-program.ps1" -ArgumentList "thunderbird" -NoNewWindow -Wait
|
||||
Start-Process -FilePath "$PathToRepo/Scripts/close-program.ps1" -ArgumentList "thunderbird" -NoNewWindow -Wait
|
||||
|
@ -8,4 +8,4 @@
|
||||
|
||||
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
|
||||
|
||||
Start-Process -WorkingDirectory "$PathToRepo/Scripts" -FilePath "./close-program.ps1" -ArgumentList "WindowsTerminal" -NoNewWindow -Wait
|
||||
Start-Process -FilePath "$PathToRepo/Scripts/close-program.ps1" -ArgumentList "WindowsTerminal" -NoNewWindow -Wait
|
||||
|
Loading…
Reference in New Issue
Block a user