|
ronin
中级用户
  
积分 421
发帖 111
注册 2003-8-29
状态 离线
|
『楼 主』:
重命名用户帐号问题
使用 LLM 解释/回答一下
wmic useraccount where name='Administrator' call Rename admin
这个代码主要功能就是安装完系统后将那个管理员账号自动重命名为另外一个名字,希望可以防止针对管理员账号的黑客入侵,但使用中发现ATI驱动解压时候出现一个问题,就是说帐号没有对应的ID出错,只要重启了就没有问题,但我希望有不重启的解决办法,请指点
Last edited by ronin on 2006-11-17 at 11:51 PM ]
wmic useraccount where name='Administrator' call Rename admin
This code mainly functions to automatically rename the administrator account to another name after the system is installed, hoping to prevent hacker attacks on the administrator account. But during use, a problem was found when extracting the ATI driver, that is, the account has no corresponding ID error. As long as you restart, there is no problem, but I hope there is a solution without restarting. Please give guidance.
Last edited by ronin on 2006-11-17 at 11:51 PM ]
|
|
2006-11-17 23:33 |
|
|
ccwan
金牌会员
     
积分 2725
发帖 1160
注册 2006-9-23 来自 河北廊坊
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
我的不用重启啊?
My one doesn't need to restart?
|

三人行,必有吾师焉。 学然后知不足,教然后知困,然后能自强也。 |
|
2006-11-17 23:42 |
|
|
ronin
中级用户
  
积分 421
发帖 111
注册 2003-8-29
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
我用了,如果是一般的解压缩就不会,但运行ATI显卡驱动就出现这种情况
I used it. If it's a general decompression, it won't, but when running the ATI graphics card driver, this situation occurs
|
|
2006-11-17 23:54 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2006-11-18 09:36 |
|
|
6622186
高级用户
   
积分 894
发帖 411
注册 2007-2-17
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
不行, 需要引号
No need quotes
|

@set c= 不知则觉多,知则觉少,越知越多,便觉越来越少. --- 知多少.
@for,/l,%%i,in,(1,1,55)do,@call,set/p=%%c:~%%i,1%%<nul&ping/n 1 127.1>nul
|
|
2007-4-4 03:58 |
|