Browse Source

Fix redirection issue on W10 ARM64

pull/1050/head
WindowsAddict 1 month ago
parent
commit
53a2747338
  1. 1
      MAS/All-In-One-Version-KL/MAS_AIO.cmd
  2. 1
      MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd

1
MAS/All-In-One-Version-KL/MAS_AIO.cmd

@ -11215,6 +11215,7 @@ else { @@ -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)

1
MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd

@ -8847,6 +8847,7 @@ else { @@ -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)

Loading…
Cancel
Save