mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-08-09 17:41:14 +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
|
|
}
|