Dino9021
技術記事與生活
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...
2026-01-21
Make a Windows 11 Local Account Passwordless
›
Change this from 2 to 0 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device] "DevicePasswordLessBuildV...
2026-01-08
Deploy Java Deployment Rule Set (Eneterprise White List)
›
由於 PLM 版本太舊,其中的 Java 程式憑證過期,使用者使用時會彈出警告視窗 所以需要設定企業白名單,而白名單需要進行數位簽章,所以還要有憑證架構 jdk1.8.0_202 Download https://master.dl.sourceforge.net/pro...
2025-12-31
Elevate privileges using PowerShell
›
Start-Process cmd -Verb RunAs
2025-12-12
Configure IIS SMTP Service to receive mail over TLS and forward to a non-TLS SMTP service on one Windows Server
›
Scenario An older custom SMTP service only accepts unencrypted SMTP connections and does not support TLS. A solution is required to receive ...
‹
›
首頁
查看網路版