diff options
| author | WindowsAddict | 2025-05-18 12:41:04 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-05-18 12:41:04 +0000 |
| commit | 830755f6b606446225ca4535a6a0d45ba9f8c052 (patch) | |
| tree | d491651f0b370ad24619ccbf45ec5528a3b00f5a /MAS/All-In-One-Version-KL | |
| parent | b75ba72bc5ff9ccd80a225a1f7410ab051949a6a (diff) | |
| download | Microsoft-Activation-Scripts-830755f6b606446225ca4535a6a0d45ba9f8c052.zip | |
Fix an issue in detecting Office preview licenses in TSforge
Diffstat (limited to 'MAS/All-In-One-Version-KL')
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd index f72acb4..9bff890 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd @@ -10570,7 +10570,7 @@ function Office-ActID { }
}
- $filterPreview = $filteredConfigs | Where-Object { $_.ProductDescription -notmatch 'preview' }
+ $filterPreview = $filteredConfigs | Where-Object { $_.ProductDescription -notmatch 'preview|c2r' }
if ($filterPreview.Count -ne 0) {
$filteredConfigs = $filterPreview
|
