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') ```