Autologin Windows 10

regedit
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
AutoAdminLogon
ตั้งเป็น 1
DefaultUserName
DefaultPassword

ถ้าไม่มีสร้าง String Value

Map Network Drive หลุด Startup Windows 10

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters

dword autodisconnect

Value data  ffffffff

หรือ

command line net config server /autodisconnect:-1

Win 10 Oct add share printer Error 0x0000011b

Windows 10 Update Oct KB5005565 and KB5005568
add share printer Error 0x0000011b
Disable Print Spooler RPC Encryption
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print
add DWORD-32 bit RpcAuthnLevelPrivacyEnabled
Value 0

restart print spooler service


Express Auto Backup like VSS

crebkexp.bat

				
					mkdir c:\expresstools
rem mkdir e:\expresstools
cd c:\expresstools
rem cd e:\expresstools

schtasks /create /f /sc ONSTART /tn "Express Backup Daily Autoupdate" /tr "cmd.exe /C \"%~dp0bkexpvssd.bat\" -log" /ru SYSTEM /delay 0000:10
rem schtasks /create /f /sc ONSTART /tn "Express Backup Daily Autoupdate" /tr "cmd.exe /C \"E:\expresstools\bkexpvssd.bat\" -log" /ru SYSTEM /delay 0000:10
schtasks /create /f /sc WEEKLY /d FRI /st 17:05 /tn "Express Backup Weekly Autoupdate" /tr "cmd.exe /C \"%~dp0bkexpvssw.bat\" -log" /ru SYSTEM
rem schtasks /create /f /sc WEEKLY /d FRI /st 17:05 /tn "Express Backup Weekly Autoupdate" /tr "cmd.exe /C \"E:\expresstools\bkexpvssw.bat\" -log" /ru SYSTEM
rem *** remove old SR add add new SR
schtasks /Delete /tn "Microsoft\Windows\SystemRestore\SR" /F
schtasks /Create /XML sr.xml /tn "Microsoft\Windows\SystemRestore\SR"
rem view volume id use volumelist.bat output vollist.txt
rem *** don't forget cahnge volume id at bkexpvssd.bat bkexpvssw.bat ***
mountvol q: \?\Volume{35e857de-6db8-4582-bd58-4b0e531a7d8e}\
md q:\bkexp-d
md q:\bkexp-w
mountvol q: /D






				
			

bkexpvssd.bat

				
					rem Volume id use volumelist.bat and put to line 2
mountvol Q: \\?\Volume{FE518032-8B39-46BD-BA8E-E9E74915AA39}\
rem change Express to correct Drive\path
robocopy E:\account\EXPRESSI Q:\bkexp-d\EXPRESSI /xo /s /r:1 /w:1 /nfl /ndl /njh /njs /nc /ns /np
mountvol Q: /D
				
			

bkexpvssw.bat

				
					rem Volume id use volumelist.bat and put to line 2
mountvol Q: \\?\Volume{FE518032-8B39-46BD-BA8E-E9E74915AA39}\
rem change Express to correct Drive\path
robocopy E:\account\EXPRESSI Q:\bkexp-w\EXPRESSI /xo /s /r:1 /w:1 /nfl /ndl /njh /njs /nc /ns /np
mountvol Q: /D
				
			
				
					<?xml version="1.0" encoding="UTF-16"?>
<Task version="1.6" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
<RegistrationInfo>
<Source>Microsoft Corporation</Source>
<Author>Microsoft Corporation</Author>
<Description>This task creates regular system protection points.</Description>
<URI>\Microsoft\Windows\SystemRestore\SR</URI>
<SecurityDescriptor>D:(A;;GA;;;SY)(A;;GA;;;BA)(A;;FRFX;;;LS)</SecurityDescriptor>
</RegistrationInfo>
<Triggers>
<BootTrigger>
<Enabled>true</Enabled>
</BootTrigger>
<CalendarTrigger>
<StartBoundary>2021-08-19T17:10:00</StartBoundary>
<Enabled>true</Enabled>
<ScheduleByDay>
<DaysInterval>1</DaysInterval>
</ScheduleByDay>
</CalendarTrigger>
<CalendarTrigger>
<StartBoundary>2021-08-19T12:10:51</StartBoundary>
<Enabled>true</Enabled>
<ScheduleByDay>
<DaysInterval>1</DaysInterval>
</ScheduleByDay>
</CalendarTrigger>
</Triggers>
<Principals>
<Principal id="LocalSystem">
<UserId>S-1-5-18</UserId>
<RunLevel>LeastPrivilege</RunLevel>
</Principal>
</Principals>
<Settings>
<MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
<DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
<StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
<AllowHardTerminate>true</AllowHardTerminate>
<StartWhenAvailable>true</StartWhenAvailable>
<RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
<IdleSettings>
<Duration>PT10M</Duration>
<WaitTimeout>PT1H</WaitTimeout>
<StopOnIdleEnd>true</StopOnIdleEnd>
<RestartOnIdle>false</RestartOnIdle>
</IdleSettings>
<AllowStartOnDemand>true</AllowStartOnDemand>
<Enabled>true</Enabled>
<Hidden>false</Hidden>
<RunOnlyIfIdle>true</RunOnlyIfIdle>
<DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
<UseUnifiedSchedulingEngine>true</UseUnifiedSchedulingEngine>
<MaintenanceSettings>
<Period>P3D</Period>
<Deadline>P3DT1M</Deadline>
<Exclusive>true</Exclusive>
</MaintenanceSettings>
<WakeToRun>false</WakeToRun>
<ExecutionTimeLimit>PT72H</ExecutionTimeLimit>
<Priority>7</Priority>
</Settings>
<Actions Context="LocalSystem">
<Exec>
<Command>%windir%\system32\srtasks.exe</Command>
<Arguments>ExecuteScheduledSPPCreation</Arguments>
</Exec>
</Actions>
</Task>
				
			

Gnail POP/IMAP Outlook 2010

User Information

  • Your Name: Name of you
  • E-mail Address:Your E-mail

Server Information

  • Account type imap
  • outgoing mail server (SMTP):smip.gmail.com

Logon Information

  • User Name:Your E-mail
  • Password: Your Password

More

Outgoing Server

My outgoing server (SMTP) requires authentication

  • Use same settings as my

Advanced

Server Port Numbers

Incoming server (IMAP) 993

Use the following type of encrypted connection:SSL

Outgoing server (SMTP) 587

Use the following type of encrypted connection:Auto

Server Timeouts :5 minuted

Outlook 2013 2016 2019 Search e-mail no results

Outlook 2013 2016 2019 link search Windows Search

  • Check Windows Serach Service run automatic
  • at Logon allow service to interact with desktop
  • rebuild index File -> Options -> Search
  • Index Options
  • Index option diaglog find Microsoft Outlook
  • ถ้ามี เลือก Advanced เลือก Rebuild
  • ถ้าไม่เจอ ให้ ทำดังนี้
  • windows 10 , 11 ให้ไปที่

Update & Security เลือก Troubleshoot
เลือก Addtional troubleshooters
เลื่อนมาหา(รูปแว่นขยาย) Search and Indexing กด Run the troubleshooters
ที่หัวข้อ What problems do you notice?
เลือก Outlook search doesn’t return results เดี๊ยวระบบจะแจ้งเอง

อีกทางหนึ่ง ไปที่ file pst คลิ๊กขวา properties เลือก Advanced

เลือก allow this file have contents indexed in addtion to file properties

Outlook เพื่อป้องกันการเข้าถึง pst จากไดรฟ์เครือข่าย เนื่องจากไฟล์ pst เสียหายง่ายกว่า

ใช้การค้นหาแบบดั้งเดิมของ Outlook ก็ทำงานได้เช่นกัน แต่จะช้ากว่ามาก ตั้งค่ารีจิสตรีคีย์นี้เพื่อปิดใช้งานการค้นหาทันที (Instant Search)

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search

DWORD: PreventIndexingOutlook
Value: 1

ถ้าหาไม่เจอลองหา และใส่ใน

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun\REGISTRY\MACHINE\Software\Microsoft\Windows\Windows Search
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun\REGISTRY\MACHINE\Software\Microsoft\Windows Search
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Search
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Search