f735fd672a
* Copy in incidental windows tests. * Update incidental test aliases. * Add support plugins. * Update target references. * Update sanity ignores. * Update integration-aliases test. * Add to CI.
8 lines
328 B
PowerShell
8 lines
328 B
PowerShell
if (Test-Path -Path '{{win_output_dir}}\win_reboot_test') {
|
|
New-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager' `
|
|
-Name PendingFileRenameOperations `
|
|
-Value @("\??\{{win_output_dir}}\win_reboot_test`0") `
|
|
-PropertyType MultiString
|
|
Restart-Computer -Force
|
|
exit 1
|
|
}
|