massgravel / Microsoft-Activation-Scripts

Open-source Windows and Office activator featuring HWID, Ohook, KMS38, and Online KMS activation methods, along with advanced troubleshooting.
https://massgrave.dev
GNU General Public License v3.0
106.02k stars 10.28k forks source link

Main script is not running #691

Closed giga-goga closed 13 hours ago

giga-goga commented 17 hours ago

I try to launch it on Windows 11, but get just a blank cmd window. I tried both of the links with irm, tried downloading the archive. Still black window opens and does nothing...

WindowsAddict commented 17 hours ago

try opening script from separate files version, share results.

giga-goga commented 17 hours ago

try opening script from separate files version, share results.

Check_Activation_status worked normally Ohook....cmd - still blank window

WindowsAddict commented 17 hours ago

try opening script from separate files version, share results.

Check_Activation_status worked normally Ohook....cmd - still blank window

https://files.catbox.moe/rbl5xk.cmd download and run this debug script as admin, it will create a log file in same folder, share that log here. btw, did you set pwsh as default powershell in windows?

giga-goga commented 17 hours ago

Link is not opening, maybe it is banned in my country... I did not set anything about powershell executables since I bought a computer

WindowsAddict commented 16 hours ago

@giga-goga if possible, please join discord https://massgrave.dev/contactus and create a thread there you don't need to signup.

giga-goga commented 16 hours ago

@WindowsAddict Discord is banned in my country, unfortunately I have no VPN at the moment :(

giga-goga commented 16 hours ago

@WindowsAddict, i finally managed to find where the script stucks by deleting @echo off command It is for /F "delims=[] tokens=2" %# in ('ping -4 -n 1 updatecheck.massgrave.dev') do (if not "%#" == "" (echo "%#" | find "127.69" 1>nul && (echo "%#" | find "127.69.2.8" 1>nul || set old=1 ) ) )

WindowsAddict commented 16 hours ago

Ohook_Activation_AIO.zip Try this.

giga-goga commented 16 hours ago

@WindowsAddict Thx, it magically worked. Applause!