Updates for rtl_fm overhaul
Source: Archived version from November 23, 2023
| # Version: 0.1 (2025-01-18) | |
| # License: MIT, use at your own risk | |
| # | |
| # This script disables the Lenovo-installed "Tobii experience" software and "nahimic" software. | |
| # Tested on a Lenovo Legion Pro 5 (82WM) with Windows 11 24H2. | |
| # Run it with `powershell.exe -noprofile -executionPolicy Bypass -File badlenovo.ps1` | |
| # Following this script, you should be able to uninstall the "Tobii experience" app from the control panel (appwiz.cpl) | |
| # | |
| # After major updates, you may need to re-run this script. |
Updates for rtl_fm overhaul
Source: Archived version from November 23, 2023
| #!/usr/bin/env pwsh | |
| # TAB:4sp + EOL:CRLF | |
| #------------------------------------------------------------------------------ | |
| # Filename : SystemPath.ps1 | |
| # Author : eabase | |
| # Date : 2025-06-02 | |
| # Version : 1.0.0 | |
| # Encoding : UTF-8 | |
| # License : CC-BY-SA-4.0 | |
| #------------------------------------------------------------------------------ |
| Category | Settings Page | URI Command | |
|---|---|---|---|
| Accounts | Access work or school | ms-settings:workplace | |
| Accounts | Email & app accounts | ms-settings:emailandaccounts | |
| Accounts | Family & other people | ms-settings:otherusers | |
| Accounts | Set up a kiosk | ms-settings:assignedaccess | |
| Accounts | Sign-in options | ms-settings:signinoptions | |
| Accounts | Sync your settings | ms-settings:sync | |
| Accounts | Windows Hello setup | ms-settings:signinoptions-launchfaceenrollment | |
| Accounts | Your info | ms-settings:yourinfo | |
| Apps | Apps & Features | ms-settings:appsfeatures |
| Tool/Service | Environment Variable | Effect | |
|---|---|---|---|
| PowerShell | POWERSHELL_TELEMETRY_OPTOUT=1 | Disables telemetry sent to Application Insights | |
| .NET CLI / SDK | DOTNET_CLI_TELEMETRY_OPTOUT=1 | Prevents sending usage data (commands/ errors/ etc.) | |
| VCPKG | VCPKG_DISABLE_METRICS=1 | Disables anonymous usage metrics | |
| Azure CLI | AZURE_CORE_COLLECT_TELEMETRY=0 | Stops Azure CLI from sending usage data | |
| Visual Studio Code | VSCODE_TELEMETRY_DISABLE=1 | Disables telemetry in VS Code | |
| Visual Studio Code | VSCODE_CRASH_REPORTER_DISABLE=1 | Disables crash reporting | |
| GitHub CLI | GH_NO_TELEMETRY=1 | Prevents GitHub CLI from sending telemetry | |
| Application Insights SDK | APPLICATIONINSIGHTS_NO_DIAGNOSTIC_CHANNEL=1 | Disables diagnostic channel used for telemetry | |
| Windows Terminal | N/A | No known environment variable; telemetry controlled via settings.json |
The following are some examples of the diagrams, charts and graphs that can be made using Mermaid. Click here to jump into the text syntax.
See these links: