typo
This commit is contained in:
parent
b713768b99
commit
e01ec1c804
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ sc stop "SysMain" & sc config "SysMain" start=disabled
|
||||||
:: Added confirmation when trashing
|
:: Added confirmation when trashing
|
||||||
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v ConfirmFileDelete /t REG_DWORD /d 1 /f
|
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v ConfirmFileDelete /t REG_DWORD /d 1 /f
|
||||||
|
|
||||||
:: Don't create a Zone:Identify
|
:: Don't create Zone.Identifier
|
||||||
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments" /v SaveZoneInformation /t REG_DWORD /d 1 /f
|
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments" /v SaveZoneInformation /t REG_DWORD /d 1 /f
|
||||||
|
|
||||||
:: Disables memory integrity
|
:: Disables memory integrity
|
||||||
|
|
Loading…
Reference in a new issue