commit 7610bf162263026c737b6d9578e4bcb8acd42c27
parent 2e91480e7bb2a77ce13cde31d51714f42381b739
Author: SkandaBT <9980056379Skanda@gmail.com>
Date: Tue, 30 Jul 2024 22:14:55 +0530
Update README.md (#4687)
<!-- To check a checkbox place an "x" between the brackets. e.g: [x] -->
- [X] I have signed the [Contributor License
Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs).
- [ ] This pull request is related to an issue.
-----
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/4687)
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/actions/spelling/README.md b/.github/actions/spelling/README.md
@@ -14,4 +14,4 @@ File | Purpose | Format | Info
[advice.md](advice.md) | Supplement for GitHub comment when unrecognized words are found | GitHub Markdown | [advice](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-advice)
Note: you can replace any of these files with a directory by the same name (minus the suffix)
-and then include multiple files inside that directory (with that suffix) to merge multiple files together.
+and then include multiple files inside that directory (with that suffix) to merge multiple files.
diff --git a/README.md b/README.md
@@ -44,7 +44,7 @@ Please read our [troubleshooting guide](/doc/troubleshooting/README.md).
## Administrator Considerations
-Installer behavior can be different depending on whether you are running **winget** with administrator privileges.
+Installer behavior can be different depending on whether you are running **WinGet** with administrator privileges.
* When running **WinGet** without administrator privileges, some applications may [require elevation](https://docs.microsoft.com/windows/security/identity-protection/user-account-control/how-user-account-control-works) to install. When the installer runs, Windows will prompt you to [elevate](https://docs.microsoft.com/windows/security/identity-protection/user-account-control/how-user-account-control-works#the-uac-user-experience). If you choose not to elevate, the application will fail to install.
@@ -135,9 +135,9 @@ The winget.exe client is instrumented to collect usage and diagnostic (error) da
If you build the client yourself the instrumentation will not be enabled and no data will be sent to Microsoft.
-The winget.exe client respects machine-wide privacy settings and users can opt-out on their device, as documented in the Microsoft Windows privacy statement [here](https://support.microsoft.com/help/4468236/diagnostics-feedback-and-privacy-in-windows-10-microsoft-privacy). In addition, you may also explicitly block telemetry using [settings](https://docs.microsoft.com/windows/package-manager/winget/settings)
+The winget.exe client respects machine-wide privacy settings and users can opt out on their device, as documented in the Microsoft Windows privacy statement [here](https://support.microsoft.com/help/4468236/diagnostics-feedback-and-privacy-in-windows-10-microsoft-privacy). In addition, you may also explicitly block telemetry using [settings](https://docs.microsoft.com/windows/package-manager/winget/settings)
-In short, to opt-out, do one of the following:
+In short, to opt out, do one of the following:
**Windows 11**: Go to `Start`, then select `Settings` > `Privacy & Security` > `Diagnostics & feedback` > `Diagnostic data` and unselect `Send optional diagnostic data`.