MSTSC 0xc0000374

  1. HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers
  2. BLEtokenCredentialProvider (5355DA8C-FE32-49b4-A567-A67535C86592 in my case)
  3. add to it a new DWORD32 value with name "Disabled" and value 1

windows 10 - RDP Crashes After Entering Password - Server Fault
CSR藍牙驅動程序引起的Win7奇怪問題

SSH Port 21 Connection reset by peer

不要將SSH Port設為21,可能會發生不可預期的錯誤
例:從區網連上主機後2、3分鐘就斷線、但從外網連入卻不會斷
個人推測是網路設備把封包當作FTP來處理

ssh - Strange Problem: Connection Reset By Peer - Server Fault

將lcoal packages連結至global packages

將_utils連結至NODE_PATH(變成全域套件)
cd Z:\apps\_utils
npm link

Windows 硬碟無法延伸磁碟區

刪除分割區

  • diskpart.exe
  • list disk
  • select disk 0
  • list partition
  • select partition 2
  • delete partition override

無法格式化 (清空整個磁碟,再做主分割)

  • diskpart.exe
  • list disk
  • select disk 0
  • clean
  • create partition primary
view raw step.md hosted with ❤ by GitHub