From f47d485cb3c87206d9e99ad7a84a14899a7d2ad4 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 13 Sep 2023 14:52:07 -0500 Subject: [PATCH] Expand Common Issues in Readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8f11673..c798d34c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,16 @@ Or shorter Thanks to [#144](/../../issues/144) ``` irm https://christitus.com/win | iex ``` -If you are having TLS 1.2 Issues or You cannot find or resolve `christitus.com/win` then run with the following command: +### Issues: + +- If you can't resolve christitus.com/win and getting errors launching India Region is BLOCKING raw github files and you need to VPN outside India. + +Source: + +- AntiVirus is also blocking the script. You can disable it temporarily to run the script. The script is flagged for malware because it runs under the administrator and makes system changes. + +- If you are having TLS 1.2 Issues or You cannot find or resolve `christitus.com/win` then run with the following command: + ``` [Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12;iex(New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/winutil.ps1') ```