想把xp登录时要输入用户名密码的对话框给取消了,直接进入windows系统。可以用rundll32 netplwiz.dll,UsersRunDll命令来修改帐号管理,取消用户必须使用用户名密码才能登录的选项即可。
- 09:38
- 浏览 (80)
- 评论 (0)
/**
* 按字节长度截取字符串
*
* @param str
* 将要截取的字符串参数
* @param toCount
* 截取的字节长度
* @param more
* 字符串末尾补上的字符串
* @return 返回截取后的字符串
*/
public String substring(String str, int toCount, String more) {
int reInt = 0;
String reStr = "";
if (s ...
- 浏览: 52368 次
- 性别:

- 来自: 远方的山边

- 详细资料
搜索本博客
我的相册
denglu
共 25 张
共 25 张
最新评论
-
gentoo autounmask
http://www.91linux.com/html/linux_pub/ge ...
-- by BIGN -
一些grub引导
default 0 timeout 10 title=Gentoo r ...
-- by BIGN -
一些grub引导
http://linux.chinaunix.net/bbs/archiver/ ...
-- by BIGN -
在ubuntu下安装java
/etc/profile.d创建java.sh文件 内容: JAVA_H ...
-- by BIGN -
在ubuntu下安装java
/etc/profile.d创建java.sh文件 内容: JAVA_H ...
-- by BIGN






评论排行榜