3-cmd命令

1、查看IPC$是否启用

命令:net share

 2、启动/停止windows服务

命令:net start MSDTC

      net stop MSDTC

3、修改服务的启动类型(start=  与后面的单词之间有一个空格)

命令:sc config MSDTC start= disabled      --禁用

           sc config MSDTC start= demand      --手动

           sc config MSDTC start= auto            --自动

4、查看电脑最大支持的扩展内存大小

命令:wmic memphysical get maxcapacity

 5、查看windows版本

命令:winver.exe

 

posted @ 2019-10-15 13:57  佳蓝雨  阅读(378)  评论(0编辑  收藏  举报