Wednesday, October 21, 2015

แก้ไขไม่สามารถเซท Gmail ใน Thunderbird

แก้ไขไม่สามารถเซท Gmail ใน Thunderbird

เมื่อเซท Email account Gmail เข้าไปใน Thunderbird พบว่าไม่สามารถ Login ได้ ให้ตรวจสอบ password ดังกล่าวกับหน้าเว็บ Gail.com ก่อนว่าใช้ได้ไหม? หากใช้ได้ ให้แก้ไขต่อไปนี้

1. ตัวอย่างหน้าจอ Thunderbird ที่ไม่สามารถ Login password ได้




































2. เปิด Web browser แล้ว log in www.gmail.com

3. แล้วเปิดหน้าเพจ https://www.google.com/settings/security/lesssecureapps เปลี่ยน Turn off เป็น Turn on






อ้างอิง Lesssucureapps

จบ



Monday, October 19, 2015

script windows map network drive

-----Script--------------------------------
@echo off

net use *  /delete /yes
net use s: \\172.16.0.xx\fileshare /user:abc password
-----End-------------------

net use s: /delete
net use  ---> show map drive

windows 10 Startup
goto -> run  -> shell:startup


Example script check Mapdrive

check-startup.bat

------

echo off

net use s: /delete /yes

net use y: /delete /yes

net use s: \\ip address\sharefile01

net use y: \\ip address\sharefile02

 

:redo

if exist s:\filename.txt goto ready  -> check have a file name filename.txt on drive S:

if not exist s:\filename.txt goto notready

goto end

 

:notready  loop check file

echo Not ready to access Drive S:

timeout /t 3

goto redo

 

:ready

echo Ready to access Drive S:

start s:   --> open drive s: on windows start up 


echo --------------------------

echo STARTING APP COMMANDS HERE

echo --------------------------

goto end

------

Tuesday, September 29, 2015

auto shutdown / restart window 7

Reference Social.technet:

1.   Launch Task Scheduler.
2.   Click Action and select Create Basic task.
3.   Type AutoRestart (or others you want) in the Name box and click Next.
4.   Select Daily and click Next
5.   Type the time you want to restart the computer and click Next.
6.   Select Start a program and click Next.
7.   Click Brower and navigate to %SystemRoot%\System32 and select Shutdown.exe and click Open. Type –R -T 3 -F in the Add arguments (optional) box and click Next.
8.   Click Finish.

or 

create bat file autoshutdown.bat

c:\windows\system32\shutdown.exe /R /T 3 /F


Sunday, September 27, 2015

The local device name is already in use

ให้อัพเดต windows 7

Read Link:

Thursday, September 24, 2015

xpnology

1. reset passwd user admin
https://www.youtube.com/watch?v=VW5qNnsLbHc

2. Install Xpnology Assistant



save and Install