$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