Microsoft: Difference between revisions
m →Inability to delete (2018-present): changed the EU link to appear as 'EU' |
→Telemetry in Developer Tools: added info on vcpkg telemetry and added quotes |
||
| Line 197: | Line 197: | ||
*.NET CLI and .NET SDK | *.NET CLI and .NET SDK | ||
*VSCode | *VSCode | ||
includes telemetry which is enabled by default. Telemetry in PowerShell and .NET can be disabled by setting the following environment variables: '''POWERSHELL_TELEMETRY_OPTOUT''' and '''DOTNET_CLI_TELEMETRY_OPTOUT''' respectively to '''1''' or '''true'''. | *vcpkg | ||
In VSCode it may be disabled by simply navigating into settings, searching for '''telemetry''' and setting '''Telemetry: Telemetry Level to 'off | includes telemetry which is enabled by default. Telemetry in PowerShell and .NET can be disabled by setting the following environment variables: "'''POWERSHELL_TELEMETRY_OPTOUT'''" and "'''DOTNET_CLI_TELEMETRY_OPTOUT'''" respectively to "'''1'''" or "'''true'''". | ||
In VSCode it may be disabled by simply navigating into settings, searching for "'''telemetry'''" and setting "'''Telemetry: Telemetry Level'''" to "'''off'''."<ref>{{Cite web |date=4 Feb 2026 |url=https://code.visualstudio.com/docs/configure/telemetry |url-status=live |title=Telemetry |website=Microsoft Learn |archive-date=21 Jun 2026 |archive-url=https://web.archive.org/web/20260621160811/https://code.visualstudio.com/docs/configure/telemetry}}</ref> With .NET, telemetry is collected when using '''any''' of the .NET CLI commands such as '''dotnet build/pack/run.'''<ref>{{Cite web |date=26 Feb 2026 |url=https://learn.microsoft.com/en-us/dotnet/core/tools/telemetry?tabs=dotnet10 |url-status=live |title=.NET SDK and .NET CLI telemetry |website=Microsoft Learn |archive-url=https://web.archive.org/web/20260621160007/https://learn.microsoft.com/en-us/dotnet/core/tools/telemetry?tabs=dotnet10 |archive-date=21 Jun 2026}}</ref><ref>{{Cite web |date=28 May 2026 |url=https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_telemetry?view=powershell-7.6 |url-status=live |title=about_Telemetry |website=Microsoft Learn |archive-url=https://web.archive.org/web/20260621160222/https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_telemetry?view=powershell-7.6 |archive-date=21 Jun 2026}}</ref> Telemetry in vcpkg can be disabled by running "'''PS> .\bootstrap-vcpkg.bat -disableMetrics'''" on Windows and "'''~/$ ./bootstrap-vcpkg.sh -disableMetrics'''" on Linux/macOS. It can also be disabled by setting the '''VCPKG_DISABLE_METRICS''' environment variable.<ref>{{Cite web |title=vcpkg Telemetry and Privacy |date=2025-07-21 |url=https://learn.microsoft.com/en-us/vcpkg/about/privacy |url-status=live |website=Microsoft Learn |archive-url=http://web.archive.org/web/20260603133304/https://learn.microsoft.com/en-us/vcpkg/about/privacy |archive-date=3 Jun 2026 |access-date=22 Jun 2026}}</ref> | |||
====FAT32 Size Limit (1994-2026)==== | ====FAT32 Size Limit (1994-2026)==== | ||