Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 83fc3c3

Browse files
authored
Update Invoke-AsCurrentUser.ps1
1 parent 7f14e5e commit 83fc3c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Public/Invoke-AsCurrentUser.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function Invoke-AsCurrentUser {
1111
[Parameter(Mandatory = $false)]
1212
[switch]$NonElevatedSession,
1313
[Parameter(Mandatory = $false)]
14-
[switch]$Visible = $false
14+
[switch]$Visible
1515
)
1616
if (!("RunAsUser.ProcessExtensions" -as [type])) {
1717
Add-Type -TypeDefinition $script:source -Language CSharp

0 commit comments

Comments
 (0)