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


add remote user command line

example create USER01

net user USER01 password /add

net localgroup “Remote Desktop Users” USER01 /add

hide user

REG ADD “HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList”

REG ADD “HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList” /v USER01 /t REG_DWORD /d 1

 

 

ESPEASY DEEP SLEEP

Sleep awake time:ตื่นอยู่นานแค่ไหน วินาที

Sleep time: หลับนานแค่ไหน วินาที

Install DotNet 3.5 Windows 10 with source (no Internet)

เอาไฟล์จาก usb หรือ iso

เอาไฟล์จาก usb หรือ iso ของ windows 10 ใน

\\sources\sxs 

microsoft-windows-netfx3-ondemand-package~31bf3856ad364e35~amd64~~.cab

กับ

Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~en-US~.cab

ไม่รู้อันไหนก็ copy มาทั้งสองอันใส่ใน d:\sources\sxs

cmd สิทธิ์ admin

Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess

 

ESP32 ลูป reboot นรก Brownout detector was triggered

  1. ESP32 มีระบบเตือน Error ออกมาเมื่อ แรงดันไฟต่ำกว่า 2.4V และจะ Reset ตัวเองอัตโนมัติ
    สาเหตุ น่าจะเกิดจากแหล่งจ่ายไฟ USB ที่มีไฟเลี้ยงไม่เกิน 500mA
    การแก้ไขคือ เพิ่มแหล่งจ่าย 5V
    หรือ ใช้ library โดยเพื่อปิด Brownout detector

    #include “soc/soc.h”
    #include “soc/rtc_cntl_reg.h”

    และ void setup() {
    WRITE_PERI_REG(RTC_CNTL_BROWN_OUT_REG, 0); //disable detector
    //โค้ดอื่น ๆ
    }

Arduino Preference ESP8266 ESP32

Additional Boards Manager URLs

https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json, http://arduino.esp8266.com/stable/package_esp8266com_index.json