一、桌面、視窗及快捷方式
1.1、HKEY-CLASSES-ROOT 對應的 默認打開方式 無法生效;
regedit中,在 HKEY-CURRENT-USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ FileExts 中,
找到要取消的檔案后綴名,洗掉多余的資訊,
1.2、為檔案都添加 右鍵選單;
例如:Notepad3 portable版本 添加右鍵關聯, reg匯出檔案資訊如下,
[HKEY_CLASSES_ROOT\*\shell\Edit With Notepad3]
"Icon"="D:\\Notepad3_x64\\Notepad3.exe"
"MultiSelectModel"="Single"
[HKEY_CLASSES_ROOT\*\shell\Edit With Notepad3\command]
@="\"D:\\Notepad3_x64\\Notepad3.exe\" %1"
1.3、win10 清除過期任務欄通知圖示;
1)regedit 打開如下鍵值:HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify
2)洗掉 右邊 兩個鍵值;conStreams 和 PastIconsStream,
3)重啟行程“explorer.exe”,
1.4、清除 Windows Defender 保護的歷史記錄
C:\ProgramData\Microsoft\Windows Defender\Scans\History\Service\DetectionHistory 清空即可
C:\ProgramData\Microsoft\Windows Defender\Scans\History\Service 下內容清空
二、資訊查詢
2.1、使用 wmic 命令
查詢網卡資訊:wmic nicconfig get macaddress
查詢cpu序列號:wmic cpu get processorid
查詢主板序列號:wmic baseboard get serialnumber
查詢BIOS序列號:wmic bios get serialnumber
三、清理程式
3.1、通過 regsvr32 卸載 DLL檔案;
regsvr32 /u DLL組件名 --- 卸載時;
regsvr32 DLL組件名 --- 注冊時;
其他(待整理了)
【參考請宣告出處,yvivid】https://www.cnblogs.com/yvivid/p/win_skill.html
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/196561.html
標籤:其他
上一篇:給 Mac 添加右鍵選單「使用 VSCode 打開」
下一篇:【整理】windows使用技巧
