'net' in win10 is not an internal or external command, nor is it a runnable program or batch file.


foreword

Install the pit of amesim

 

1. Problems

Running net XXX in cmd prompts: 'net' is not an internal or external command, nor is it a runnable program or batch file.

Second, the solution

1. Enter the environment variable setting interface of Path, and add %SystemRoot%\system32 to the end.

2. Rerun in cmd: net start "LMS_RLM_Server"

 

Guess you like

Origin blog.csdn.net/qq_50598558/article/details/120518369