mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-04-10 15:34:54 +00:00
Remove notx86 check in KMS script and run /reg:32 regardless
This commit is contained in:
@ -87,8 +87,8 @@ set "nul="
|
||||
@echo on
|
||||
@prompt $G
|
||||
@call :_debug "%_debug%" >"%~dp0_tmp.log" 2>&1
|
||||
cmd /u /c type "%~dp0_tmp.log">"%~dp0_Debug.log"
|
||||
del "%~dp0_tmp.log"
|
||||
@cmd /u /c type "%~dp0_tmp.log">"%~dp0_Debug.log"
|
||||
@del "%~dp0_tmp.log"
|
||||
@echo off
|
||||
@exit /b
|
||||
|
||||
|
Reference in New Issue
Block a user