1
0
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:
WindowsAddict
2024-07-13 04:37:16 +05:30
parent b7c3f9a98a
commit 5b694779be
4 changed files with 14 additions and 34 deletions

View File

@ -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