在 Windows 10 中,如何为 Microsoft Edge 浏览器打开“发送不跟踪请求”?——通过命令提示符/批处理脚本。
答案1
REG ADD "HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Main" /v DoNotTrack /t REG_DWORD /d 0x00000001 /f >nul 2>&1