Windows常用命令

简介:

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,如需转载请自行联系原作者
目录
相关文章
|
1月前
|
Windows
Windows 命令提示符(CMD)操作(七):扩展命令和功能
Windows 命令提示符(CMD)操作(七):扩展命令和功能
50 0
|
3月前
|
缓存 网络协议 数据安全/隐私保护
[运维笔记] - (命令).Windows server常用网络相关命令总结
[运维笔记] - (命令).Windows server常用网络相关命令总结
189 0
|
3月前
|
存储 SQL 安全
windows常用命令合集
windows常用命令合集
38 4
|
3月前
|
关系型数据库 数据库连接 Windows
windows 常用的dos命令
windows 常用的dos命令
64 0
|
5月前
|
存储 Cloud Native Linux
音视频 ffmpeg命令视频录制(Windows)
音视频 ffmpeg命令视频录制(Windows)
|
5月前
|
应用服务中间件 nginx Windows
windows下DOS命令杀掉Nginx应用进程
windows下DOS命令杀掉Nginx应用进程
|
4月前
|
移动开发
【实用】一组原创原生样式的基础控件、UI组件样式(偏向移动端H5页面的样式)
【实用】一组原创原生样式的基础控件、UI组件样式(偏向移动端H5页面的样式)
【实用】一组原创原生样式的基础控件、UI组件样式(偏向移动端H5页面的样式)
|
25天前
|
测试技术 API Windows
Windows 如何使用 cURL 命令?快速上手
在工作流程中,为了快速验证 API 接口有效性,团队成员经常转向直接执行 cURL 命令的方法。这种做法不仅节省时间,而且促进了团队效率的提升。对于使用 Windows 系统的用户来说,这里有一套详细的操作指南来执行 cURL 命令。
|
1月前
|
监控 开发者 Windows
在 Windows 命令提示行界面下测量一个命令执行的总时间
在 Windows 命令提示行界面下测量一个命令执行的总时间
40 0
|
1月前
|
安全 Linux 网络安全