Fix redirection issue on W10 ARM64
This commit is contained in:
@@ -11215,6 +11215,7 @@ else {
|
|||||||
if ($env:_debug -eq '0') {
|
if ($env:_debug -eq '0') {
|
||||||
[LibTSforge.Logger]::HideOutput = $true
|
[LibTSforge.Logger]::HideOutput = $true
|
||||||
}
|
}
|
||||||
|
[void][LibTSforge.Utils]::Wow64EnableWow64FsRedirection($false)
|
||||||
$ver = [LibTSforge.Utils]::DetectVersion()
|
$ver = [LibTSforge.Utils]::DetectVersion()
|
||||||
$prod = [LibTSforge.SPP.SPPUtils]::DetectCurrentKey()
|
$prod = [LibTSforge.SPP.SPPUtils]::DetectCurrentKey()
|
||||||
$tsactids = @($args)
|
$tsactids = @($args)
|
||||||
|
@@ -8847,6 +8847,7 @@ else {
|
|||||||
if ($env:_debug -eq '0') {
|
if ($env:_debug -eq '0') {
|
||||||
[LibTSforge.Logger]::HideOutput = $true
|
[LibTSforge.Logger]::HideOutput = $true
|
||||||
}
|
}
|
||||||
|
[void][LibTSforge.Utils]::Wow64EnableWow64FsRedirection($false)
|
||||||
$ver = [LibTSforge.Utils]::DetectVersion()
|
$ver = [LibTSforge.Utils]::DetectVersion()
|
||||||
$prod = [LibTSforge.SPP.SPPUtils]::DetectCurrentKey()
|
$prod = [LibTSforge.SPP.SPPUtils]::DetectCurrentKey()
|
||||||
$tsactids = @($args)
|
$tsactids = @($args)
|
||||||
|
Reference in New Issue
Block a user