aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/windows/disable-defragment.ps1
Commit message (Collapse)AuthorAgeFilesLines
* Replace LGPL2.1 only header with LGPL3 oneKai Köhne2021-12-201-13/+19
| | | | | | | | | | This is in line with e.g. qtbase. Also remove outdated/unreferenced license files. Change-Id: I5d3370ab453610f9c8165ff9e57db7ad4a785370 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit becb423e809130fe5d735dc4b66d6195caa40567) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Fix provisioning disable defragmentation for windowsJuha Karjalainen2019-03-151-2/+40
| | | | | | | | | If no scheduled task exist it would throw error causing provisioning to fail. Now catch when scheduling does not exist. Task-number: QTQAINFRA-2823 Change-Id: I3bf24df6116b6c978171950bf5bf954f5ddee533 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Windows: Disable automatic defragmentationJoni Jäntti2019-01-021-0/+34
Automatic disk defragmentation is enabled by default on Windows machines. It should be disabled to save some time. Task-number: QTQAINFRA-2217 Change-Id: I3f024208bd35c9e305569e6b2b562f5a8b16f6f1 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>