From 816db9984e7e97c431714f06e66b3ac932005d63 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 5 May 2025 03:44:34 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E5=8F=B3=E9=8D=B5?= =?UTF-8?q?=E9=81=B8=E9=A0=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- %E5%8F%B3%E9%8D%B5%E9%81%B8%E9%A0%85.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 %E5%8F%B3%E9%8D%B5%E9%81%B8%E9%A0%85.md diff --git a/%E5%8F%B3%E9%8D%B5%E9%81%B8%E9%A0%85.md b/%E5%8F%B3%E9%8D%B5%E9%81%B8%E9%A0%85.md new file mode 100644 index 0000000..c31f624 --- /dev/null +++ b/%E5%8F%B3%E9%8D%B5%E9%81%B8%E9%A0%85.md @@ -0,0 +1,5 @@ +# Windows 11 使用舊的右鍵選項 + +```powershell +reg add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve +``` \ No newline at end of file