150 likes | 365 Views
Windows 2000 Tips. 2002/1/15 李宣鋒. cmd. cmd /f:on Ctrl + d To list the directory Ctrl + f To list the file. Use command line to print a file. copy readme.1st \morpheusHPLaserJ. Use command line to manage printer. net print \<server><print share> <user> <job id> <size> <status>
E N D
Windows 2000 Tips 2002/1/15 李宣鋒
cmd • cmd /f:on • Ctrl + d • To list the directory • Ctrl + f • To list the file
Use command line to print a file • copy readme.1st \\morpheus\HPLaserJ
Use command line to manage printer • net print \\<server>\<print share> <user> <job id> <size> <status> • ex: net print \\<server> <job number> /delete
Compatibility-Mode in Windows 2000 Service Pack 2 • regsvr32 systemroot%\apppatch\slayerui.dll • Properties -> Compatibility tab
Disable error report on Office XP REGEDIT4 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\10.0\Common] "DWNeverUpload"=dword:00000001 "DWNoExternalURL"=dword:00000001 "DWNoFileCollection"=dword:00000001 "DWNoSecondLevelCollection"=dword:00000001 [HKEY_USERS\.Default\Software\Policies\Microsoft\Office\10.0\Common] "DWNeverUpload"=dword:00000001 "DWNoExternalURL"=dword:00000001 "DWNoFileCollection"=dword:00000001 "DWNoSecondLevelCollection"=dword:00000001
Disable error report on IE 5.x • 新增移除程式 -> Internet Explorer Error Reporting -> 移除
Disable error report on IE 6 REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main] "IEWatsonEnabled"=dword:00000000
Internet Explorer 6 on Windows XP • Method 1: • System -> Advanced tab -> Error Reporting -> Disable error reporting • Method 2: • Group Policy Editor (Gpedit.msc) • Computer Configuration\Administrative Templates\System\Error Reporting folder
Enable Routing • Windows 2000 Professional • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters • IPEnableRouter DWORD 1 • Windows 95/98/Me • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VxD\MSTCP • EnableRouting 1
irDa • irftp • Installing Virtual Infrared COM Port under Windows 2000 • http://www.cyber-mill.com/irdaw2k.zip • http://www.users.totalise.co.uk/~tbroom/irdaw2k.zip • 控制台 -> Wireless Link -> Image Transfer tab • untick "Use Wireless Link to transfer images from a digital camera to your computer.“ • untick "Explore location after receiving pictures."
Use command line to modify static IP • netsh interface ip set address "local area connection" static 10.1.1.2 255.255.255.0 10.1.1.1 1
Quick email • mailto: [mail address] • 執行 • IE 的位址 bar • 建立捷徑
Time synchronous • Set the SNTP server • net time /setsntp:address • Set the time • net time /set • Schedule it • at 23:30 /every:Su "net time /set“ • SNTP defaults to using User Datagram Protocol (UDP) port 123