Posts

Showing posts from May, 2013

Automatic Logon

กดปุ่ม WINDOWS + R [ปุ่ม Windows คือปุ่มระหว่าง CTRL และ ALT] ให้พิมพ์ว่า “ netplwiz ” และกด Enter หรือกดปุ่ม OK หลังจากนั้นหน้าต่าง User Accounts จะขึ้นมา ให้เรากดเอาเครืองหมายถูกออกจาก “Users Must enter a user name and password to use this computer” จาก ID ที่เราไม่ต้องการให้มันถามทุกๆครั้งที่ restart. มันจะถามให้ใส่ User และ Password เพื่อยืนยันการเปลี่ยนแปลง เท่านี่ก็เป็นอันเสร็จสิ้น.

File Server :: Transfer to new server with permission

Use robocopy.exe (if less than windows7 then copy robocopy.exe to c:\windows\system32) # Folder and Structure robocopy "\\server\path" "d:\path" /E /lev:2 /E /SEC /XF * # Copy all data in folder robocopy "\\server\path" "d:\path" /E /COPYALL /SEC /PURGE