Skip to content

Commit

Permalink
Fixing AcceptEULA on Autologin
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed Jul 13, 2023
1 parent 1aae9f2 commit 5a3fcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/public/Invoke-WPFPanelAutologin.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ function Invoke-WPFPanelAutologin {
#>
curl.exe -ss "https://live.sysinternals.com/Autologon.exe" -o $env:temp\autologin.exe # Official Microsoft recommendation https://learn.microsoft.com/en-us/sysinternals/downloads/autologon
cmd /c $env:temp\autologin.exe
cmd /c $env:temp\autologin.exe /accepteula
}

0 comments on commit 5a3fcd0

Please sign in to comment.