From e83033a122bf235df9d82087d7b9919071cdf9a3 Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:12:02 +0300 Subject: [PATCH] Update KnownIssues.md (#4537) * Update KnownIssues.md * Update KnownIssues.md * Update KnownIssues.md --- docs/content/KnownIssues.md | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/docs/content/KnownIssues.md b/docs/content/KnownIssues.md index 3f2ee86a..a20d257a 100644 --- a/docs/content/KnownIssues.md +++ b/docs/content/KnownIssues.md @@ -5,20 +5,11 @@ toc: true ### Download not working -If `https://christitus.com/win` is not working, or you want to download the code from GitHub directly, you can use the direct download link: +If you run WinUtil and get an error like: -``` -irm https://github.com/ChrisTitusTech/Winutil/releases/latest/download/Winutil.ps1 | iex -``` +`< : The term '<' is not recognized as the name of a cmdlet, function, script file, or operable program.` -If it still isn't working in your region, it may be due to temporary ISP or network filtering of GitHub content domains. This has been reported by some users in India in the past. See: [Times of India](https://timesofindia.indiatimes.com/gadgets-news/github-content-domain-blocked-for-these-indian-users-reports/articleshow/96687992.cms). - -If you are still having issues, try using a **VPN**, or changing your **DNS provider** to one of the following two providers: - -| Provider | Primary DNS | Secondary DNS | -| :--------: | :---------: | :-----------: | -| Cloudflare | `1.1.1.1` | `1.0.0.1` | -| Google | `8.8.8.8` | `8.8.4.4` | +try using a **VPN** and if that doesn't work than report the issue to https://github.com/ChrisTitusTech/winutil/issues ### Script Won't Run @@ -27,9 +18,3 @@ If you run WinUtil and get the error: `"WinUtil is unable to run on your system, powershell execution is restricted by security policies,"` this means that your PowerShell session is in **Constrained Language Mode**, which prevents WinUtil from running. - -### Ultimate Performance Plan Not Working - -The Ultimate Performance power plan may not work on some laptops who do not fully support this power plan. - -In these cases, the power plan may fail to apply, This is expected behavior on unsupported hardware.