文章分类 -  VMware

摘要:安装VM后发现默认服务是启动的,但并不是每次动用到VM,为了优化系统,可以考虑按需启动服务,但每次手工启动好几个相关的服务的确比较麻烦。可以考虑采用批处理的方式来解决启动、停止的问题:@ echo offtitle vmware服务开启、关闭程序 set in=set /p in=1.开启vm服务,2.关闭vm服务。请输入:if "%in%"=="1" goto startif "%in%"=="2" goto stopexit:startnet start ufad-ws60net start VMAuthdSe 阅读全文
posted @ 2012-01-07 23:50 Johnsonton's blog