fix for Zone:Identifier
This commit is contained in:
parent
7f1ac6e97f
commit
5ed839252e
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ sc stop "SysMain" & sc config "SysMain" start=disabled
|
|||
:: Added confirmation when trashing
|
||||
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v ConfirmFileDelete /t REG_DWORD /d 1 /f
|
||||
|
||||
:: Don't create Zone.Identifier
|
||||
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments" /v SaveZoneInformation /t REG_DWORD /d 1 /f
|
||||
:: Don't create Zone:Identifier
|
||||
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments" /v SaveZoneInformation /t REG_DWORD /d 2 /f
|
||||
|
||||
:: Disables VBS
|
||||
:: see https://support.microsoft.com/en-us/windows/options-to-optimize-gaming-performance-in-windows-11-a255f612-2949-4373-a566-ff6f3f474613
|
||||
|
|
Loading…
Reference in a new issue