Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kmspro 服务器检测 在英文命令行中出现错误 #9

Open
hks2002 opened this issue Oct 8, 2019 · 5 comments
Open

kmspro 服务器检测 在英文命令行中出现错误 #9

hks2002 opened this issue Oct 8, 2019 · 5 comments
Labels
good first issue Good for newcomers

Comments

@hks2002
Copy link

hks2002 commented Oct 8, 2019

ping` %kmsroot% | find /i "来自" >nul && ( goto :EOF ) || ( goto fail )

可以改为

ping %kmsroot% | find /i "TTL" >nul && ( goto :EOF ) || ( goto fail )
@dylanbai8
Copy link
Owner

谢谢!

@dylanbai8 dylanbai8 added the good first issue Good for newcomers label Oct 8, 2019
@064049
Copy link

064049 commented Sep 28, 2020

ping %kmsroot% | find /i "TTL" >nul && (

@064049
Copy link

064049 commented Oct 1, 2020

opened this issue on 8 Oct 2019 · 2 comments

@064049
Copy link

064049 commented Oct 1, 2020

ping %kmsroot% | find /i "TTL" >nul && ( goto :EOF ) || ( goto fail )

@064049
Copy link

064049 commented Oct 1, 2020

on 8 Oct 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants