mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-08-10 18:11:16 +10:00
5 lines
228 B
PowerShell
5 lines
228 B
PowerShell
function Invoke-WPFPanelAutologin {
|
|
Invoke-WebRequest -Uri https://live.sysinternals.com/Autologon.exe -OutFile "$winutildir\autologin.exe"
|
|
Start-Process -FilePath "$winutildir\autologin.exe" -ArgumentList /accepteula
|
|
}
|