Skip to content

16.09.2019

Choose a tag to compare

@farag2 farag2 released this 16 Sep 12:19
· 2450 commits to master since this release
0b61f77
  • Added "Set the encoding to UTF-8 without BOM for the PowerShell session";

    • ping.exe | Out-Null used due to output is encoded with the default encoding despite changes (bug in .NET);
  • Descriptions;

  • Open shortcut to the Command Prompt from Start menu as Administrator;

  • Added

    New-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection -Name AllowTelemetry -PropertyType DWord -Value 3 -Force

command to "Turn on automatic recommended troubleshooting and tell when problems get fixed" section due to the diagnostic data level needs to be set to "Full" in order to work;

  • Minor changes.