Files
Infra-LAB/projects/MDT/Scripts/SupportHDF/ps1/autologon.ps1
T

7 lines
219 B
PowerShell

$RegROPath = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
Write-Host "Run Once Logiciel et configuration" -foreground Magenta
Set-ItemProperty $RegROPath "(Default)" -Value "c:\deltemp.cmd" -type String