Install Error (PowerShell)
Describe the bug When I put the command to install the program, Windows PS gives me an error.
To Reproduce Steps to reproduce the behavior:
- Go to Windows PowerShell
- Paste iwr -useb https://christitus.com/win | iex
- Execute the command
- See error
Expected behavior No install error
Screenshots

Additional context I executed PS as administrator and It still doesnt work.
Help?
try using this for the URL
https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/winutil.ps1
You can see your solution in read.me line 22.
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')
Thank you so much for the help! It finally worked :D
@Kxlme if everything is working can you close this issue?
Thank you,