Win11 reg_custom.reg
#WIP #2024 #win
code:まとめて変更.reg
Windows Registry Editor Version 5.00
;右クリックコンテキストメニューを全表示にする
HKEY_CURRENT_USER\SOFTWARE\CLASSES\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32
""=""
;ダウンロードファイルにZoneIDをマークしない
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Attachments
"SaveZoneInformation"=dword:00000001
code:まとめて元に戻す.reg
Windows Registry Editor Version 5.00
;ダウンロードファイルにZoneIDをマークする(デフォルト)
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Attachments
"SaveZoneInformation"=dword:00000002
;右クリックコンテキストメニューをコンパクト表示にする(デフォルト)
-HKEY_CURRENT_USER\SOFTWARE\CLASSES\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}