mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-02-04 15:00:09 +00:00
Compile Winutil
This commit is contained in:
committed by
github-actions[bot]
parent
83ef15ccaf
commit
1e71020757
@@ -4424,8 +4424,10 @@ function Invoke-WPFPanelAutologin {
|
|||||||
Enables autologin using Sysinternals Autologon.exe
|
Enables autologin using Sysinternals Autologon.exe
|
||||||
|
|
||||||
#>
|
#>
|
||||||
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 /accepteula
|
# Official Microsoft recommendation: https://learn.microsoft.com/en-us/sysinternals/downloads/autologon
|
||||||
|
Invoke-WebRequest -Uri "https://live.sysinternals.com/Autologon.exe" -OutFile "$env:temp\autologin.exe"
|
||||||
|
cmd /c "$env:temp\autologin.exe" /accepteula
|
||||||
}
|
}
|
||||||
function Invoke-WPFPanelDISM {
|
function Invoke-WPFPanelDISM {
|
||||||
<#
|
<#
|
||||||
|
|||||||
Reference in New Issue
Block a user