Dino9021
技術記事與生活
2026-05-11
Powershell 取得運作中的程序,Kill 掉
›
取得 Process,Kill 掉: Powershell 指令: Get-Process | Select-Object ` Name, Id, @{N="ExeName";E={ if ($_.Path) { Split-Pa...
2026-05-07
Reset Microsoft Edge (開起來後幾秒鐘就會無回應然後自動關閉)
›
taskkill /IM msedge.exe /F Remove-Item -Path "$env:LOCALAPPDATA\Microsoft\Edge\User Data" -Recurse -Force Get-AppxPackage -Name Mi...
MIUI 通話錄音
›
通話錄音 「開發者選項」。 啟用: USB 偵錯 透過 USB 安裝 USB 偵錯(安全設定) 停用 ADB 逾時 adb devices adb shell
2026-05-06
Clipboard 剪貼簿突然不能用 (With RDP Connection)
›
簡單說就是遠端桌面連線目標的 rdpclip.exe 出現問題 解決方式: 將遠端電腦的 rdpclip.exe process kill 掉重開就好了 taskkill /f /im rdpclip.exe rdpclip.exe 結案
2026-04-30
OneDrive 復原資源回收桶內超量檔案的方法
›
使用者「不小心」在 OneDrive 桌面應用程式同步的情況下刪除了含有大量檔案的資料夾 並因為 OneDrive 桌面應用程式同步的關係將 OneDrive 雲端伺服器中的檔案也刪除 此時透過 OneDrive 網頁的資源回收桶進行復原將產生錯誤,因為復原檔案有限制數量 此時必...
2026-04-26
Python Mirror 鏡像站
›
不知為什麼預設的連不上,又不想設中國的怕被加料,日本的也不能連 以下是韓國的: Kakao (Daum) : 網址: https://mirror.kakao.com/pypi/simple KAIST (韓國科學技術院) : 網址: https://mirror.kaist....
2026-04-09
Outlook Mail Deduplicator v1.0
›
運用 Claude Opus4.6 詠唱出來的小工具 Outlook Mail Deduplicator v1.0.26.04.09.09.45 https://drive.google.com/file/d/1KSnW80APDB8V9o_9SqRBrgL53LOpFtN6 H...
2026-03-06
Get VM's Virtual Hard Disk Size with Keyword
›
$keyword = 'Off' $vms = Get-VM | Where-Object { $_.Name -like "*$keyword*" } if (-not $vms) { Write-Host "找不...
2026-03-05
在 Windows 下讓 del 有個 alias name: rm
›
在 Windows 下讓 del 指令有個 alias name: rm 方法: 建立 C:\Windows\System32\rm.cmd 內容: @echo off del %* 結果: c:\> rm a.txt 等於: c:\> del a.txt
2026-02-03
Open "Find Printers" by Hyperlink
›
Microsoft Edge # AutoOpenFileTypes: qds GPO: Computer Configuration → Administrative Templates → Microsoft Edge → List of file types that sh...
›
首頁
查看網路版