Bu gist kaynaฤฤฑ Windows bilgisayarlarda รงalฤฑลan programlarda mรผลterilerden gelen hatalarฤฑn neden olduฤunu saptamak รผzerine oluลturulmuล komut yer almaktadฤฑr.
powershell -ExecutionPolicy Bypass -NoProfile -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072 -bor 768 -bor 192; $wc = New-Object System.Net.WebClient; $wc.Encoding = [System.Text.Encoding]::UTF8; [Console]::OutputEncoding = [System.Text.Encoding]::UTF8; iex ($wc.DownloadString('https://gist.githubusercontent.com/ramazansancar/8a7aa1932a21e63350ef03d6fad6d551/raw/system-check.ps1?' + (Get-Random)))"