Wednesday, September 8, 2010 2:23

Archive for January, 2010

Set outlook to receive mails automatically

Set outlook to receive mails automatically

Wednesday, January 6, 2010 11:44

1.工具->选项 2.选择“邮件设置”选项卡 3.点“发送/接收(S)…”按钮 4.点“编辑”按钮 将不需要和不能在公司内部接收的账户去除(比如公司邮箱外部接收的账户)

This was posted under category: Computer  |  Read Full Story  |  0 Comments
Tagged with:

Do not show password in windows console use cmd commands

Monday, January 4, 2010 11:38

echo hP1X500P[PZBBBfh#b##fXf-V@`$fPf]f3/f1/5++u5x>in.com set /p password=Password:<nul for /f "tokens=*" %%i in ('in.com') do set password=%%i del in.com echo Password is %password%

This was posted under category: Computer  |  Read Full Story  |  0 Comments