fix value
This commit is contained in:
parent
f2654e2759
commit
9e3ee12216
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ sc stop "SysMain" & sc config "SysMain" start=disabled
|
|||
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v ConfirmFileDelete /t REG_DWORD /d 00000001 /f
|
||||
|
||||
:: Ne créer pas de Zone:Identifier
|
||||
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments" /v SaveZoneInformation /t REG_DWORD /d 00000002 /f
|
||||
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments" /v SaveZoneInformation /t REG_DWORD /d 00000001 /f
|
||||
|
||||
:: Télécharges des applications
|
||||
winget install -h Mozilla.Firefox
|
||||
|
|
Loading…
Reference in a new issue