英文字母

英文字母
英文字母
顯示具有 win10 標籤的文章。 顯示所有文章
顯示具有 win10 標籤的文章。 顯示所有文章

2024年7月3日 星期三

事件檢視器件查開機、關機、重新啟動

 look at here


eventvwr.msc   

事件 ID 6005:開機

事件 ID 6006:關機

2023年8月25日 星期五

在win10下 網路芳鄰無法進入

 

adapted from

https://learn.microsoft.com/zh-tw/windows-server/storage/file-server/troubleshoot/detect-enable-and-disable-smbv1-v2-v3?tabs=server

以下均在powersheel下操作

SMBv1

detect
Get-SmbServerConfiguration | Select EnableSMB1Protocol

禁用
Set-SmbServerConfiguration -EnableSMB1Protocol $false

active
Set-SmbServerConfiguration -EnableSMB1Protocol $true


SMB v2/v3

detect
Get-SmbServerConfiguration | Select EnableSMB2Protocol

禁用
Set-SmbServerConfiguration -EnableSMB2Protocol $false

active
Set-SmbServerConfiguration -EnableSMB2Protocol $true

2022年1月13日 星期四

Windows 照片檢視器無法顯示此圖片

reference from  https://www.gushiciku.cn/pl/p5RU/zh-tw

解決辦法 換另一個看圖軟體即可  丟到瀏覽器 也能看到圖

 一般導致該問題的圖片都是照相機拍出來的,那是因為 Windows 圖片檢視器軟體根本識別不了照片裡的顏色,一直載入一直識別不了造成記憶體不足報警(因為報錯時間極短,不像是過大的資料量溢位,應該是圖片的某些資料超出了該軟體能夠處理的記憶體地址範圍造成的)