發表文章

目前顯示的是 3月, 2022的文章

OOBESETTINGS error when first time logon Windows 10 or receive “Something went wrong but you can try again." error message

  OOBESETTINGS error when first time logon Windows 10 or receive “Something went wrong but you can try again." error message. Try below step:  1. Select Ctrl+Shift+F10 on the keyboard once. 2. Select Ctrl+Shift+Esc on the keyboard to open the Task Manager In Task Manager close Windows 10 logon task process Manually run msoobe.exe by d ouble click  C:\windows\system32\oobe\ msoobe.exe than reboot Windows.

Command line for looking at specific port

In cmd: netstat -na | find "8080" In bash: netstat -na | grep "8080" In PowerShell: netstat -na | Select-String "8080" 計算出 80 埠連線數並且連線狀態是 ESTABLISHED 的數量 netstat -ant | find ":80" | find /c "ESTABLISHED" 列出主機中有提供服務連線的 Port,不區分大小寫 netstat -ant | find / i "listening" | find /v "0.0.0.0:0" 過濾掉 UDP netstat -ant | find ":80" | find /v "UDP"

Outlook missing Teams Meeting icon

Outlook missing Teams Meeting icon Reference: https://answers.microsoft.com/en-us/outlook_com/forum/all/outlook-calendar-missing-teams-icon/827c07d5-8741-4064-8ec0-9bc065a1c604 Teams icon should be automatically added to Outlook client,  if not please try the steps below: 1. Restart the Teams desktop client. 2. Sign out and then sign back in to the Teams desktop client. 3. Restart the Outlook desktop client.  If problem persist see this one: 1. In Outlook, choose File and then Options. 2. Select the Add-ins tab of Outlook Options dialog box. 3. Confirm that Microsoft Teams Meeting Add-in for Microsoft Office is listed in the Active Application Add-ins list 4. If the Teams Meeting Add-in is listed in the Disabled Application Add-ins list, select COM Add-ins in Manage and then select Go… 5. Set the checkbox next to Microsoft Teams Meeting Add-in for Microsoft Office. 6. Choose OK on all dialog boxes and restart Outlook.