[?]
a prerequisite for some program like gimp, stardict
issue when green those apps
[URL]
Google: gtk+
Google: gtk+ windows binary
[Need Installation?]
NO
(but there are so many files are you need a long time to know what to download, where to copy in windows, what else should do...)
2008年2月6日星期三
2008年1月25日星期五
RegMon
[Author]
Sysinternals
[URL]
Google: regmon microsoft
[Hardware Platform]
X86
[Software Platform (OS)]
WXP+SP2
[Language Recommended]
English
[Need Installation?]
NO
[Version Recommended]
7.04 is latest
File Name: Regmon.zip
File Size: 271,346 bytes
---------
【Tutorial / (Quick/User) Guide / Manual / Info / FAQ / Readme / Tips / Usage / Help】
SEE FileMon
Sysinternals
[URL]
Google: regmon microsoft
[Hardware Platform]
X86
[Software Platform (OS)]
WXP+SP2
[Language Recommended]
English
[Need Installation?]
NO
[Version Recommended]
7.04 is latest
File Name: Regmon.zip
File Size: 271,346 bytes
---------
【Tutorial / (Quick/User) Guide / Manual / Info / FAQ / Readme / Tips / Usage / Help】
SEE FileMon
2008年1月19日星期六
windows 自动更新
当window冒出来一个对话框告诉你已安装patch,要restart时,用shutdown -a 是没用的。
这时有一个应急之法:关掉Automatical Uopdates这个service。关进程是没用的。
这时有一个应急之法:关掉Automatical Uopdates这个service。关进程是没用的。
howto add hardware in xp
control Panel->(分类视图)->Printer and other hardwares
in the left panel, click "add hardware"
in the left panel, click "add hardware"
关闭xp默认共享
尝试: \\10.0.0.2\c$,如打开了,默认共享开着
或者 net share,如图

关掉有5种方法,见:
五板斧封杀Windows操作系统默认共享(图)
http://tech.sina.com.cn/s/2005-04-21/1136589544.shtml
其中net share法最实用
--- net share:
@echo off
net share ipc$ /del
net share admin$ /del
net share c$ /del
net share d$ /del
net share e$ /del
net share f$ /del
但是对于ipc$,结果:
发生系统错误5
拒绝访问
我是Administrator group,不是权限不足,可能是ipc$使用中。又:
"
共享命名管道的资源,在程序之间的通讯过程中该命名管道起着至关重要的作用。在计算机的远程管理期间,以及在查看计算机的共享资源时,使用 IPC$。不能删除该资源。"
虽然服务server可以关,但是那样的话共享也没了,比如和虚拟机的共享。
可以通过注册表,还是算了
以上关闭的共享要打开那么不要加 /del
---
关掉的可能不便之处:
菜鸟请别随意关闭默认共享
http://www.pc120.net.cn/home/hot_text/08475366.htm
或者 net share,如图
关掉有5种方法,见:
五板斧封杀Windows操作系统默认共享(图)
http://tech.sina.com.cn/s/2005-04-21/1136589544.shtml
其中net share法最实用
--- net share:
@echo off
net share ipc$ /del
net share admin$ /del
net share c$ /del
net share d$ /del
net share e$ /del
net share f$ /del
但是对于ipc$,结果:
发生系统错误5
拒绝访问
我是Administrator group,不是权限不足,可能是ipc$使用中。又:
"
共享命名管道的资源,在程序之间的通讯过程中该命名管道起着至关重要的作用。在计算机的远程管理期间,以及在查看计算机的共享资源时,使用 IPC$。不能删除该资源。"
虽然服务server可以关,但是那样的话共享也没了,比如和虚拟机的共享。
可以通过注册表,还是算了
以上关闭的共享要打开那么不要加 /del
---
关掉的可能不便之处:
菜鸟请别随意关闭默认共享
http://www.pc120.net.cn/home/hot_text/08475366.htm
2008年1月2日星期三
xp的用户
SEE:
【图解指南】XP HOME版中安全处理超级用户Administrator和来宾Guest的方法(原创)
http://benyouhui.it168.com/viewthread.php?tid=287263&extra=page%3D5%26amp%3Bfilter%3Ddigest
总结:用到的三个XP自带的用户管理工具:
1. 控制面板->用户。用来做什么?
2. compmgmt.msc->本地用户和组->用户. 用来停用。
3. control userpasswords2=》用户帐户。用来改名和设置密码(没停用的情况下)
归纳:
为Administrator改名,并设置超级复杂密码,停用(但又据说最好不要停用,我停用了)
为Guest改名,并设置超级复杂密码,停用
ps: 3个工具的刷新很有问题,无法自动同步,只有重新打开
------- show Administator
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
"Administrator!@#"=dword:00000001
(因为我把Administrator改名成了Administrator!@#)
【图解指南】XP HOME版中安全处理超级用户Administrator和来宾Guest的方法(原创)
http://benyouhui.it168.com/viewthread.php?tid=287263&extra=page%3D5%26amp%3Bfilter%3Ddigest
总结:用到的三个XP自带的用户管理工具:
1. 控制面板->用户。用来做什么?
2. compmgmt.msc->本地用户和组->用户. 用来停用。
3. control userpasswords2=》用户帐户。用来改名和设置密码(没停用的情况下)
归纳:
为Administrator改名,并设置超级复杂密码,停用(但又据说最好不要停用,我停用了)
为Guest改名,并设置超级复杂密码,停用
ps: 3个工具的刷新很有问题,无法自动同步,只有重新打开
------- show Administator
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
"Administrator!@#"=dword:00000001
(因为我把Administrator改名成了Administrator!@#)
2007年12月31日星期一
2007年12月14日星期五
Sysinternals
[Sysinternals]
SysinternalsSuite
FileMon / RegMon / Process Monitor / DiskMon / PortMon
AutoRuns / Process Explorer
PsTools ShareEnum TCPView Whois
AdRestore
Autologon
BgInfo
BlueScreen Screen Saver (BSOD: Blue Screen Of Death)
Ctrl2Cap
DebugView
ZoomIt
DEPENDS
TCPIP.SYS (SEE: LvlLord.de)
SysinternalsSuite
FileMon / RegMon / Process Monitor / DiskMon / PortMon
AutoRuns / Process Explorer
PsTools ShareEnum TCPView Whois
AdRestore
Autologon
BgInfo
BlueScreen Screen Saver (BSOD: Blue Screen Of Death)
Ctrl2Cap
DebugView
ZoomIt
DEPENDS
TCPIP.SYS (SEE: LvlLord.de)
2007年12月10日星期一
Settings & Softwares Installed after Windows
【iB.Drivers】
@8G\Local\SW
【NoMonitor.VideoCard】
@8G\Local\SW
【NoMonitor.AudioCard】
@8G\Local\SW
【NoMonitor.NetworkCard】
@8G\Local\SW
---------
DFI:
【OS】
Windows XP Professional CHS (@CDDVD)
【ServicePackage】
SP2 CHS (@CDDVD.SW-A)
---------
【Drivers】
Restart for each single driver
【【VideoCard (@CDDVD)】】
【【MainBoard (@CDDVD) / AudioCard (@CDDVD) / NetworkCard (@CDDVD)】】
在一张盘里。除了Chipset和Audio和tool和readme,都是空的
1. ChipSet。DirectX 9.0c 不用装

alt="nvidia-install-chipset-1" />
1.2. ChipSet组件。以太网就是网卡,绝对要。没有IDE硬盘,不要。SMBus就是系统管理总线,装了吧,也不大。

alt="nvidia-install-chipset-2" />
2. Audio。就一个

alt="nvidia-install-audio-1" />
3. Readme。弹出一个文本文件,无用。
4. Tools。里面的Nvidia防火墙千万别装,本人有过切身体会,断网或者不稳定。
AMD的CPU可以装AMD CPU Cool Quite。

alt="nvidia-tools" />
Router (@CDDVD)
Printer (@CDDVD)
DVDRW (@CDDVD)
If in VMware: VMware Tools
If in VPC: Virtual Machine Additions
【Windows Settings】
【【System】】
![]()
src="http://farm3.static.flickr.com/2268/2182593099_b60e3e9993_o.jpg" width="640" height="512" alt="xp-sys-1"
/>
![]()
src="http://farm3.static.flickr.com/2052/2182593209_7505809c5d_o.jpg" width="744" height="512" alt="xp-sys-2"
/>
![]()
src="http://farm3.static.flickr.com/2248/2183379846_73f684d932_o.jpg" width="640" height="512" alt="xp-sys-3"
/>
![]()
src="http://farm3.static.flickr.com/2018/2182593481_0f2c68e319_o.jpg" width="640" height="512" alt="xp-sys-4"
/>
![]()
src="http://farm3.static.flickr.com/2420/2182593579_b918c64cfb_o.jpg" width="640" height="512" alt="xp-sys-5"
/>
【【Startup】】

alt="xp-startup" />
【【Account】】
Users' Accounts
【【Power】】(Each Account)

alt="xp-power-1" />

alt="xp-power-2" />

alt="xp-power-3" />
【【Display】】(Each Account)

alt="xp-display-1" />

alt="xp-display-2" />

alt="xp-display-3" />

alt="xp-display-4" />
【【TaskBar】】(Each Account)
1. 右
2.

alt="xp-taskbar" />
【【Folder】】(Each Account)
![]()
src="http://farm3.static.flickr.com/2217/2183416650_3bab9d857b_o.jpg" width="640" height="512" alt="xp-folder"
/>

alt="xp-folder-2" />
【【My Document】】(Each Account)
![]()
src="http://farm3.static.flickr.com/2301/2183416472_4e9d201f3e_o.jpg" width="640" height="512" alt="xp-myDoc"
/>
【【Other】】(Each Account)
1. Sound of switching certain keys

alt="xp-sound-when-switch-key" />
2. Close default share?
【【Recycle】】
Clear It!
---------
【Software】
仿照 Google Pack, 列一份:
See SoftwarContent.txt
---------
【Service】
ATI HotKey Poller: 禁用
Remote Registry: 禁用
Error Reporting Service: 禁用
Messenger: 禁用
Help and Support: 禁用
Application Layer Gateway Service: 禁用
Shell Hardware Detection: 禁用
Windows Firewall/Internet Connection Sharing (ICS): 禁用
Security Center: 禁用
Indexing Service: 禁用
Server: 保证自动
Workstation: 保证自动
Automatic Updates: 正版用
Terminal Services: 远程桌面用
ClipBook: 远程桌面用
Uninterruptible Power Supply: UPS用
Task Scheduler: 计划任务用
IMAPI CD-Burning COM Service: Windows自带刻录用
Print Spooler: 打印用
Windows Audio: 声音用
【autorun】
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
KB926239 Application Compatibility Client Library Microsoft Corporation c:\windows\system32\apphelp.dll
its ver: 5.1.2600.2180
its md5:2c2d3b0aaf67f1b53488081c32acef8b
its cmd: rundll32.exe apphelp.dll,ShimFlushCache
also i search out the exact same file under c:\WINDOWS\ServicePackFiles\i386\
here: http://www.sysinfo.org/startuplist.php?letter=R&filter=&count=50&offset=100 recommend "Normally leave to
run at start-up" and say:
Microsoft KB926239 fix. Windows Media Player 10 may close unexpectedly on a Windows XP-based computer
also see: http://www.castlecops.com/s13793-KB926239.html
tkbellexe: real player, for update. no use
@8G\Local\SW
【NoMonitor.VideoCard】
@8G\Local\SW
【NoMonitor.AudioCard】
@8G\Local\SW
【NoMonitor.NetworkCard】
@8G\Local\SW
---------
DFI:
【OS】
Windows XP Professional CHS (@CDDVD)
【ServicePackage】
SP2 CHS (@CDDVD.SW-A)
---------
【Drivers】
Restart for each single driver
【【VideoCard (@CDDVD)】】
【【MainBoard (@CDDVD) / AudioCard (@CDDVD) / NetworkCard (@CDDVD)】】
在一张盘里。除了Chipset和Audio和tool和readme,都是空的
1. ChipSet。DirectX 9.0c 不用装
alt="nvidia-install-chipset-1" />
1.2. ChipSet组件。以太网就是网卡,绝对要。没有IDE硬盘,不要。SMBus就是系统管理总线,装了吧,也不大。
alt="nvidia-install-chipset-2" />
2. Audio。就一个
alt="nvidia-install-audio-1" />
3. Readme。弹出一个文本文件,无用。
4. Tools。里面的Nvidia防火墙千万别装,本人有过切身体会,断网或者不稳定。
AMD的CPU可以装AMD CPU Cool Quite。
alt="nvidia-tools" />
Router (@CDDVD)
Printer (@CDDVD)
DVDRW (@CDDVD)
If in VMware: VMware Tools
If in VPC: Virtual Machine Additions
【Windows Settings】
【【System】】
src="http://farm3.static.flickr.com/2268/2182593099_b60e3e9993_o.jpg" width="640" height="512" alt="xp-sys-1"
/>
src="http://farm3.static.flickr.com/2052/2182593209_7505809c5d_o.jpg" width="744" height="512" alt="xp-sys-2"
/>
src="http://farm3.static.flickr.com/2248/2183379846_73f684d932_o.jpg" width="640" height="512" alt="xp-sys-3"
/>
src="http://farm3.static.flickr.com/2018/2182593481_0f2c68e319_o.jpg" width="640" height="512" alt="xp-sys-4"
/>
src="http://farm3.static.flickr.com/2420/2182593579_b918c64cfb_o.jpg" width="640" height="512" alt="xp-sys-5"
/>
【【Startup】】
alt="xp-startup" />
【【Account】】
Users' Accounts
【【Power】】(Each Account)
alt="xp-power-1" />
alt="xp-power-2" />
alt="xp-power-3" />
【【Display】】(Each Account)
alt="xp-display-1" />
alt="xp-display-2" />
alt="xp-display-3" />
alt="xp-display-4" />
【【TaskBar】】(Each Account)
1. 右
2.
alt="xp-taskbar" />
【【Folder】】(Each Account)
src="http://farm3.static.flickr.com/2217/2183416650_3bab9d857b_o.jpg" width="640" height="512" alt="xp-folder"
/>
alt="xp-folder-2" />
【【My Document】】(Each Account)
src="http://farm3.static.flickr.com/2301/2183416472_4e9d201f3e_o.jpg" width="640" height="512" alt="xp-myDoc"
/>
【【Other】】(Each Account)
1. Sound of switching certain keys
alt="xp-sound-when-switch-key" />
2. Close default share?
【【Recycle】】
Clear It!
---------
【Software】
仿照 Google Pack, 列一份:
See SoftwarContent.txt
---------
【Service】
ATI HotKey Poller: 禁用
Remote Registry: 禁用
Error Reporting Service: 禁用
Messenger: 禁用
Help and Support: 禁用
Application Layer Gateway Service: 禁用
Shell Hardware Detection: 禁用
Windows Firewall/Internet Connection Sharing (ICS): 禁用
Security Center: 禁用
Indexing Service: 禁用
Server: 保证自动
Workstation: 保证自动
Automatic Updates: 正版用
Terminal Services: 远程桌面用
ClipBook: 远程桌面用
Uninterruptible Power Supply: UPS用
Task Scheduler: 计划任务用
IMAPI CD-Burning COM Service: Windows自带刻录用
Print Spooler: 打印用
Windows Audio: 声音用
【autorun】
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
KB926239 Application Compatibility Client Library Microsoft Corporation c:\windows\system32\apphelp.dll
its ver: 5.1.2600.2180
its md5:2c2d3b0aaf67f1b53488081c32acef8b
its cmd: rundll32.exe apphelp.dll,ShimFlushCache
also i search out the exact same file under c:\WINDOWS\ServicePackFiles\i386\
here: http://www.sysinfo.org/startuplist.php?letter=R&filter=&count=50&offset=100 recommend "Normally leave to
run at start-up" and say:
Microsoft KB926239 fix. Windows Media Player 10 may close unexpectedly on a Windows XP-based computer
also see: http://www.castlecops.com/s13793-KB926239.html
tkbellexe: real player, for update. no use
2007年12月9日星期日
FileMon
[Author]
Sysinternals
[URL]
Google: filemon microsoft
[Hardware Platform]
X86
[Software Platform (OS)]
WXP+SP2
[Language Recommended]
English
[Need Installation?]
NO
[Version Recommended]
7.04 is latest
File Name: Filemon.zip
File Size: 285,554 bytes
---------
【Tutorial / (Quick/User) Guide / Manual / Info / FAQ / Readme / Tips / Usage / Help】
Ctrl+E: Capture Events === 0/1
Ctrl+X: Clear Display
双击任意一行=>Explorer
(1)Ctrl+S
(2.a)Excel:
(2.1)Data->Sort
(2.2)Data->Filter->Advanced Filter: Unique record only === 1
OR:
(2.b)Ultraedit:
File->Sort->Advanced Sort
Sysinternals
[URL]
Google: filemon microsoft
[Hardware Platform]
X86
[Software Platform (OS)]
WXP+SP2
[Language Recommended]
English
[Need Installation?]
NO
[Version Recommended]
7.04 is latest
File Name: Filemon.zip
File Size: 285,554 bytes
---------
【Tutorial / (Quick/User) Guide / Manual / Info / FAQ / Readme / Tips / Usage / Help】
Ctrl+E: Capture Events === 0/1
Ctrl+X: Clear Display
双击任意一行=>Explorer
(1)Ctrl+S
(2.a)Excel:
(2.1)Data->Sort
(2.2)Data->Filter->Advanced Filter: Unique record only === 1
OR:
(2.b)Ultraedit:
File->Sort->Advanced Sort
2007年12月8日星期六
2007年12月2日星期日
Windows
[Windows]
Windows Server 2003 R2 - Enterprise Edition - X86 CHS Y
Windows Server 2003 - Enterprise Edition - X86 CHS Y
---
Windows Server 2003 (R2) - Standard Edition - X86 CHS Z
VM Driver - Settings: Display, System
SP2
Active Directory (dcpromo)
(Language)
SQL Server 2005 - Enterprise Edition
SQL Server 2005 SP2
(Visual Studio)
AX 4.0.2163.0
---
Windows 2000 Advanced Server - X86 CHS Y
VM Driver - Settings: Display, System
SP4
SQL Server 2000 - Enterprise Edition - X86 CHS
SQL Server 2000 SP2 - X86 CHS
(Visual Studio)
AX 3.0
AX 3.0 SP4(SP5 file is bad)
---
Windows 2000 Server - X86 CHS
Windows 2000 Professional - X86 CHS
------
Windows XP Professional
------
Windows 98 SE - X86 CHS Y
VM Driver - Settings: Display, System
------
Windows 98 - X86 CHS
------
Windows 97 - X86 CHS
Windows 95 - X86 CHS
------
DOS Y
------
sql 2000 挂起错误:find "PendingFile" in HLM\System branch and delete all of them
window all:
http://www.verycd.com/groups/8335289/101963.topic
[Windows XP SP2 TCP Concurrent]
C:\WINDOWS\System32\Drivers\TCPIP.SYS
http://www.lvllord.de/
http://www.lvllord.de/download.php?url=en/EvID4226Patch223d-en.zip
SEE P2P
[Boot Fast]
BootVis
XPlite
事件查看器.系统.属性.筛选器.事件ID: 6005 (开机)
事件查看器.系统.属性.筛选器.事件ID: 6006 (关机)
[注册表]
生效: Restart Explorer.exe
[Network Share]
1. Protocol
2. Service: Server
3. Share
4. C C 计算机管理 | 系统工具 | 共享文件夹 | 共享
U盘/安全删除硬件:
rundll32.exe
logout
poweroff
乱码:
区域和语言选项 | 高级
Windows Server 2003 R2 - Enterprise Edition - X86 CHS Y
Windows Server 2003 - Enterprise Edition - X86 CHS Y
---
Windows Server 2003 (R2) - Standard Edition - X86 CHS Z
VM Driver - Settings: Display, System
SP2
Active Directory (dcpromo)
(Language)
SQL Server 2005 - Enterprise Edition
SQL Server 2005 SP2
(Visual Studio)
AX 4.0.2163.0
---
Windows 2000 Advanced Server - X86 CHS Y
VM Driver - Settings: Display, System
SP4
SQL Server 2000 - Enterprise Edition - X86 CHS
SQL Server 2000 SP2 - X86 CHS
(Visual Studio)
AX 3.0
AX 3.0 SP4(SP5 file is bad)
---
Windows 2000 Server - X86 CHS
Windows 2000 Professional - X86 CHS
------
Windows XP Professional
------
Windows 98 SE - X86 CHS Y
VM Driver - Settings: Display, System
------
Windows 98 - X86 CHS
------
Windows 97 - X86 CHS
Windows 95 - X86 CHS
------
DOS Y
------
sql 2000 挂起错误:find "PendingFile" in HLM\System branch and delete all of them
window all:
http://www.verycd.com/groups/8335289/101963.topic
[Windows XP SP2 TCP Concurrent]
C:\WINDOWS\System32\Drivers\TCPIP.SYS
http://www.lvllord.de/
http://www.lvllord.de/download.php?url=en/EvID4226Patch223d-en.zip
SEE P2P
[Boot Fast]
BootVis
XPlite
事件查看器.系统.属性.筛选器.事件ID: 6005 (开机)
事件查看器.系统.属性.筛选器.事件ID: 6006 (关机)
[注册表]
生效: Restart Explorer.exe
[Network Share]
1. Protocol
2. Service: Server
3. Share
4. C C 计算机管理 | 系统工具 | 共享文件夹 | 共享
U盘/安全删除硬件:
rundll32.exe
logout
poweroff
乱码:
区域和语言选项 | 高级
网络不通
(1)WAN is OK : ADSL-Modem / 网线 / 电话线
(2)LAN is OK : Router / 网线
(3)Restart PC
(4)Reinstall OS
Firewall->Zones:
Add 192.168.0.1 (Gateway) as Trusted
Add 192.168.0.*** (A64/SP/P4) as Trusted
Add 192.168.0.*** (iBuddie) as Trusted
Add 192.168.0.*** (VXP) as Trusted
(4.1)ping 127.0.0.1 : TCP/IP
(4.2)ipconfig : 禁用?
(4.3)ping 192.168.0.*** : 网卡/猫
(4.4)ping 192.168.0.1
(4.5)ping 202.96.209.6
(4.6)ping 202.96.209.133
(4.7)ping www.google.com
(4.8)browse www.google.com
(5)Virus?FW?
(6)设备管理器.网卡
(2)LAN is OK : Router / 网线
(3)Restart PC
(4)Reinstall OS
Firewall->Zones:
Add 192.168.0.1 (Gateway) as Trusted
Add 192.168.0.*** (A64/SP/P4) as Trusted
Add 192.168.0.*** (iBuddie) as Trusted
Add 192.168.0.*** (VXP) as Trusted
(4.1)ping 127.0.0.1 : TCP/IP
(4.2)ipconfig : 禁用?
(4.3)ping 192.168.0.*** : 网卡/猫
(4.4)ping 192.168.0.1
(4.5)ping 202.96.209.6
(4.6)ping 202.96.209.133
(4.7)ping www.google.com
(4.8)browse www.google.com
(5)Virus?FW?
(6)设备管理器.网卡
2007年12月1日星期六
订阅:
博文 (Atom)