Skip to content

Commit 11a875f

Browse files
committed
stopedge
1 parent b06f9aa commit 11a875f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Microsoft.PowerShell_profile.ps1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ function Push-PSRoot
4444
Push-Location $PSScriptRoot
4545
}
4646

47+
function Stop-Edge
48+
{
49+
[CmdletBinding()]
50+
[Alias('stopedge')]
51+
param()
52+
taskkill /f /im msedge.exe
53+
}
54+
4755
. $PSScriptRoot\Modules\Scripts\Set-OutDefaultOverride.ps1
4856
Set-Alias ls Get-ChildItemColorized -Force -Option AllScope
4957

0 commit comments

Comments
 (0)