mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-04 22:17:45 +08:00
These are also updated to tier1 image: msvc 2017: Not installed msvc 2019: version 16.4.4 msvc 2019 build tools: version 16.4.4 Task-number: QTQAINFRA-3623 Task-number: QTQAINFRA-3417 Change-Id: I006204ca090c4e2cf0d2ffc2309ab6b94f9b7d47 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
9 lines
438 B
PowerShell
9 lines
438 B
PowerShell
# This script will disable automatic disk cleanup
|
|
|
|
. "$PSScriptRoot\..\..\provisioning\common\windows\helpers.ps1"
|
|
|
|
Run-Executable "reg.exe" "ADD `"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\StorageSense\Parameters\StoragePolicy`" /V 04 /T REG_dWORD /D 0 /F"
|
|
|
|
# Maintenance task used by the system to launch a silent auto disk cleanup when running low on free disk space.
|
|
DisableSchedulerTask "DiskCleanup\SilentCleanup"
|