随笔分类 -  Windows

netsh
摘要:设置ip掩码网关:netsh interface ip set address name="local area connection" xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx 设置DNS: netsh interface ip add dns 阅读全文
posted @ 2018-05-28 21:10 期待某一天 阅读(218) 评论(0) 推荐(0)
raid详解
摘要:http://blog.chinaunix.net/uid-639516-id-2692517.html http://www.cnblogs.com/efforeffor/p/6767161.html 阅读全文
posted @ 2018-05-01 16:25 期待某一天 阅读(131) 评论(0) 推荐(0)
磁盘扩容
摘要:1、用diskmgmt.msc快速打开磁盘管理 2、因为我不想已添加硬盘的形式,所以我先在C盘压缩然后再添加,点选择盘符然后点击右键压缩,输入需要多少空间,然后再点压缩确定 3、然后这样我们就多了一块有1GB的硬盘空间了,可以点C盘添加来增加空间,也可以建新的盘符。 阅读全文
posted @ 2018-04-30 18:16 期待某一天 阅读(394) 评论(0) 推荐(0)