博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Windows常用命令
阅读量:7097 次
发布时间:2019-06-28

本文共 690 字,大约阅读时间需要 2 分钟。

Set pagefile Path/Size:

below is the command for setting to system managed if anyone wants to use

WMIC PAGEFILESET Set initialsize=0,maximumsize=0

below is the command for setting to custom if anyone wants to use

wmic PageFileSet create name="E:\\pagefile.sys",InitialSize="1024",MaximumSize="1024"
wmic PageFileSet where "name='C:\\pagefile.sys'" delete

rename administrator

wmic USERACCOUNT where name="Administrator" set FullName="admin"

rename user

wmic useraccount where "name='admin" call Rename admin00


tsm client slient installation

http://adsm.org/forum/showthread.php?19089-TSM-Client-Silent-Install-script

本文转自 安安安安森  51CTO博客,原文链接:http://blog.51cto.com/smallc/1542696,如需转载请自行联系原作者
你可能感兴趣的文章
这10个实用网站/app,至少让你的效率翻一倍!
查看>>
常见对面-day09
查看>>
领域驱动设计之实战权限系统微服务
查看>>
理解:javascript中DOM0,DOM2,DOM3级事件模型
查看>>
spring boot 加载过程分析(二)
查看>>
Python 工匠:容器的门道
查看>>
EM算法
查看>>
居中布局、三栏布局
查看>>
探究JavaScript中的相等操作符
查看>>
2019天猫面试题(含总结):线程池+并发编程+分布式设计+中间件
查看>>
Vue项目编译后部署在非网站根目录的解决方案
查看>>
nodejs express vue-router history 模式解决方案
查看>>
深入浅出JavaScript的this机制
查看>>
利用Python,七步掌握机器学习
查看>>
angular7教程(1)——初步了解angular7及项目构建
查看>>
OpenGL ES 添加视图动作
查看>>
Go 优秀库推荐 - 命令行工具 cobra
查看>>
React Native 在用户网络故障时自动调取缓存
查看>>
HTTP协议简述
查看>>
如何做好一个系统架构师:抓住敏捷架构中几个关键决策点
查看>>