diff options
| author | WindowsAddict | 2025-08-07 12:13:26 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-08-07 12:13:26 +0000 |
| commit | 53a2747338e91837f5f1e44d0f281ce100ea094d (patch) | |
| tree | 106379fc7109be307b5c7f0110c3aea9c993e7ea /MAS/All-In-One-Version-KL | |
| parent | 3a99ea4eeb657b2bc1b04b1326722d4d490d8b0b (diff) | |
| download | Microsoft-Activation-Scripts-53a2747338e91837f5f1e44d0f281ce100ea094d.zip | |
Fix redirection issue on W10 ARM64
Diffstat (limited to 'MAS/All-In-One-Version-KL')
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd index e24ba91..c50413e 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd @@ -11215,6 +11215,7 @@ else { if ($env:_debug -eq '0') {
[LibTSforge.Logger]::HideOutput = $true
}
+[void][LibTSforge.Utils]::Wow64EnableWow64FsRedirection($false)
$ver = [LibTSforge.Utils]::DetectVersion()
$prod = [LibTSforge.SPP.SPPUtils]::DetectCurrentKey()
$tsactids = @($args)
|
