Commit 5c9d2bf
committed
windows configurer: use shutdown /r /f /t 0 to force-close applications
The /f flag forces running applications to close, which is necessary on
Windows Server 2025 where processes can block a pending reboot. Without
it, 'shutdown /r /t 0' completes but the host never actually reboots.1 parent 66dd9ef commit 5c9d2bf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments