常用CMD命令整理
2019獨角獸企業重金招聘Python工程師標準>>>
1、查看當前用戶信息:net config workstation
2、用戶操作相關:
(1) 查看存在的用戶:net user
(2) 創建用戶: net user username pwd_123 /add [/expires:never] [/active:yes]
(3)?刪除用戶:net user username /delete
(4) 添加用戶到管理組: net localgroup administrators username /add ?(刪除[/delete])
2、共享文件夾:
(1) net share 本地盤符名$=對方盤符名
轉載于:https://my.oschina.net/u/656588/blog/151790
總結
- 上一篇: rails3和4获取当前url
- 下一篇: leetcode—Best Time t