2019年1月20日
摘要: 2012年9月6日 1) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server \Wds\rdpwd\Tds\tcp],看见PortNamber值了吗?其默认值是3389,修改成所希望的端口即可,例如6111。 2) 阅读全文
posted @ 2019-01-20 23:53 dream-boot 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 2012年8月10日 点击“开始”--“运行”,输入 regedit ,然后依次展开HKEY_USERS\.DEFAULT\Control Panel\Keyboard 将InitialKeyboardIndicators修改成0,便去掉开机自动打开小数字键了 itialKeyboardIndica 阅读全文
posted @ 2019-01-20 23:52 dream-boot 阅读(520) 评论(0) 推荐(0) 编辑
摘要: 2012年8月10日 阅读全文
posted @ 2019-01-20 23:51 dream-boot 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 2012年7月20日 运行regedit, 找到 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\Currentversion\ProfileList 阅读全文
posted @ 2019-01-20 23:50 dream-boot 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 2012年7月6日 C:\Windows\System32\drivers C:\Windows\inf 阅读全文
posted @ 2019-01-20 23:48 dream-boot 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 2012年7月4日 在internet选项→安全→添加信任网站 阅读全文
posted @ 2019-01-20 23:47 dream-boot 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 2012年2月1日星期三 for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1回车后即开始对System32目录下的所有动态链接库逐一注册了。 阅读全文
posted @ 2019-01-20 23:46 dream-boot 阅读(163) 评论(0) 推荐(0) 编辑