summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWindowsAddict2025-08-07 12:13:26 +0000
committerWindowsAddict2025-08-07 12:13:26 +0000
commit53a2747338e91837f5f1e44d0f281ce100ea094d (patch)
tree106379fc7109be307b5c7f0110c3aea9c993e7ea
parent3a99ea4eeb657b2bc1b04b1326722d4d490d8b0b (diff)
downloadMicrosoft-Activation-Scripts-53a2747338e91837f5f1e44d0f281ce100ea094d.zip
Fix redirection issue on W10 ARM64
-rw-r--r--MAS/All-In-One-Version-KL/MAS_AIO.cmd1
-rw-r--r--MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd1
2 files changed, 2 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)
diff --git a/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd b/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd
index 3b6ea36..8366bcc 100644
--- a/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd
+++ b/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd
@@ -8847,6 +8847,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)