Skip to content

09.09.2019

Compare
Choose a tag to compare
@farag2 farag2 released this 09 Sep 07:15
· 2075 commits to master since this release
1e25a0a
  • Added "#Requires -RunAsAdministrator" statement;
  • Removed all diagnostics tracking services except "DiagTrack";
Get-Service -Name DusmSvc | Set-Service -StartupType Automatic
Get-Service -Name SSDPSRV | Set-Service -StartupType Manual
Get-Service -Name DusmSvc, SSDPSRV | Start-Service
  • Added check whether the PC is a work station when applying the patch against Spectre v2;
  • Added calculator to exceptions for uninstalling UWP applications;
  • Added forced focus on the file open dialog;
  • Minor changes.