diff options
| author | WindowsAddict | 2024-07-12 23:07:16 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-07-12 23:07:16 +0000 |
| commit | 5b694779be1da1d05a838f64ca083568fb9a7c9e (patch) | |
| tree | 98023252ec0de0d1f7ad13ff00f17d0f6e7e4276 /MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd | |
| parent | b7c3f9a98a8c932b52d3658148b636031e98cd09 (diff) | |
| download | Microsoft-Activation-Scripts-5b694779be1da1d05a838f64ca083568fb9a7c9e.zip | |
Remove notx86 check in KMS script and run /reg:32 regardless
Diffstat (limited to 'MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd')
| -rw-r--r-- | MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd b/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd index 431a936..35c0315 100644 --- a/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd +++ b/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd @@ -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
|
