fix(recovery): close cold-start runtime blockers

This commit is contained in:
ogt
2026-07-11 15:08:27 +08:00
parent 7cea825d92
commit 276410fbb6
38 changed files with 1494 additions and 145 deletions

View File

@@ -1,5 +1,5 @@
param(
[string[]]$VmNameAllowList = @("111", "188", "120", "121", "112"),
[string[]]$VmNameAllowList = @("110", "188", "120", "121", "112"),
[string[]]$SearchRoots = @("C:\VMs", "D:\VMs", "$env:USERPROFILE\Documents\Virtual Machines"),
[string]$TaskName = "AWOOOI VMware VM AutoStart",
[switch]$WhatIfOnly