在 Microsoft Edge 中启用 'Send Do Not Track requests' - 命令
Enable 'Send Do Not Track requests' in Microsoft Edge - Command
在Windows10中,如何为Microsoft Edge浏览器开启'Send Do Not Track requests'? -- 通过命令prompt/batch script.
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
在Windows10中,如何为Microsoft Edge浏览器开启'Send Do Not Track requests'? -- 通过命令prompt/batch script.
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