当前位置:网站首页>Hide the creation and use of users
Hide the creation and use of users
2022-07-01 22:50:00 【Qianli ZLP】
1. Hide account creation
stay windows Create a user in this environment if you bring a "$" Symbol , stay net user It is not displayed by default , The following is based on this feature
Create a new hidden account and join the administrator group ( Administrator privileges required )
net user admin$ admin /add # The user name should be $ ending
net localgroup administrators admin$ /add

Pictured above , When viewing users, you cannot see the newly created admin$ user .
But users and user groups in the management tool of the control panel , You can still see the existence of this user

2. Export registry
In the registry "HKEY_LOCAL_MACHINE\SAM\SAM\Domains\Account\Users\Names&
边栏推荐
- Yolov5.5 call local camera
- cvpr2022 human pose estiamtion
- RestTemplate 远程调用工具类
- Slope compensation
- SAP ui5 application development tutorial 104 - multi select support for SAP ui5 table controls and how to use code to select multiple table row items at a time
- 14年本科毕业,3个月转行软件测试月薪13.5k,32的岁我终于找对了方向
- Share some feelings of a programmer who has experienced layoffs twice a year
- Ffmpeg learning notes
- 【无标题】
- Explain kubernetes network model in detail
猜你喜欢
随机推荐
隐藏用户的创建和使用
Rust language - Introduction to Xiaobai 05
Appium automated testing foundation - Supplement: introduction to desired capabilities parameters
Little red book scheme jumps to the specified page
基准环路增益与相位裕度的测量
Slope compensation
Kubernetes create service access pod
cvpr2022 human pose estiamtion
MySQL中对于事务的理解
LC669. 修剪二叉搜索树
Tourism Management System
Understanding of inverted residuals
MySQL的存储过程
性能测试计划怎么编写
Lc669. Prune binary search tree
【无标题】
Favorite transaction code management tool in SAP GUI
447 Bili Bili noodles warp 1
激发新动能 多地发力数字经济
Talk about what parameters ZABBIX monitors





![[untitled]](/img/60/9a56e8b00c386779be13308515b24f.png)



