mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-08-08 08:05:38 +02:00
Fix redirection issue on W10 ARM64
This commit is contained in:
parent
3a99ea4eeb
commit
53a2747338
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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…
Add table
Reference in a new issue