7 lines
219 B
PowerShell
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
|