Archive for 三月, 2008
星期日, 三月 2nd, 2008
下面有个批处理,看完就会明白了:
tskill explorer
copy C:\windows\system32\shdoclc.dll c:\
copy /y shdoclc.dll C:\windows\system32
start C:\windows\explorer.exe
小记一下
Tags: copy, dll, shdoclc, XP, 小记
Posted in 未处理 | No Comments »
星期日, 三月 2nd, 2008
Windows Xp下如果你想让administrator在登录时不显示的话,请这么做:
下载下面的REG文件并双击导入到注册表。
- Windows Registry Editor Version 5.00
-
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
-
- "administrator"=dword:00000000
注:00000001为显示
PS:不要拿来做坏事哦!!!
Tags: administrator, XP, 显示, 登录
Posted in 未处理 | No Comments »
星期六, 三月 1st, 2008
Tags: CSS, html, js, menu, xhtml, 下拉菜单, 代码
Posted in 未处理 | No Comments »
星期六, 三月 1st, 2008
添加WEB80端口的时候没有问题,但会发现FTP有问题,加21端口是有问题的.
所以为了简单方便,就只添加一个应用程序就可以了:
%SystemRoot%\system32\inetsrv\inetinfo.exe
Tags: 21, 80, FTP, inetinfo, WEB, XP, 端口, 防火墙
Posted in 未处理 | 1 Comment »