搜尋此網誌

2025年5月28日 星期三

如何使用 Intune 部署軟體給使用者,以部署HEIF Image Extension為例

使用 Intune 部署 HEIF Image Extension(免費) 

 步驟 1:在 Intune 中新增 Microsoft Store 應用程式
  1. 登入 Microsoft Intune 管理中心。 
  2. 至 應用程式 > 所有應用程式,然後點擊 新增。 
  3. 在「選擇應用程式類型」窗格中,選擇 Microsoft Store 應用程式(新),然後點擊 選擇。 

步驟 2:搜尋並選擇 HEIF Image Extension 
  1. 在「搜尋 Microsoft Store 應用程式」窗格中,輸入 HEIF Image Extension,然後按 Enter 鍵。 
  2. 從搜尋結果中選擇 HEIF Image Extension 應用程式,然後點擊 選擇。 
  3. 應用程式的相關資訊將自動填入,您可以根據需要修改。 
步驟 3:設定安裝行為 在「安裝行為」選項中,選擇 系統 或 使用者,具體取決於您的部署需求。 
    如果選項被灰色禁用,表示該應用程式僅支援特定的安裝行為。 

步驟 4:指派應用程式 在「指派」頁面中,點擊 新增群組,選擇您希望部署此應用程式的使用者或裝置群組。 
您可以選擇以下指派類型: 
必要:應用程式將自動安裝在選定的裝置上。 
可用於註冊裝置:使用者可以從公司入口網站手動安裝應用程式。 

步驟 5:檢閱並建立應用程式 檢查您輸入的所有資訊和設定是否正確。 點擊 建立,將應用程式新增至 Intune。 

最後...還可以看部署的結果喲........

2025年4月29日 星期二

M365系統說我的OneDrive 1TB已經滿了,但我的檔案只300MB,怎麼辦? 怎麼修復(已解決)

當系統回報您的OneDrive 1TB已經滿了,但實際的檔案只300MB,根本不到1TB,怎麼辦? 怎麼修復?

最直接的方式是重設 OneDrive(適用Windows系統)

注意:這個動作不會刪除你的雲端檔案!它只會清除本機同步快取,並重新建立同步關係。

打開「執行」(Win + R),改輸入:

C:\Program Files\Microsoft OneDrive\onedrive.exe /reset

按下「Enter」執行
→ OneDrive 圖示會10秒中後暫時消失,再過幾秒鐘後OneDrive 就會重新啟動並開始同步

→ 此時同步的資料會「重新掃描並配對」,解決錯誤使用量問題。


2025年4月10日 星期四

使用PDF-Xchange為預設開啟PDF檔案的程式,但是檔案總管卻不能預覽(已解決)

 利用其官網的方式決解 ,以下是用CMD的方式(我用它解決的),也有用程式介面的方式(沒用過)

https://www.pdf-xchange.com/knowledgebase/395-How-do-I-re-register-the-shell-extensions

How do I re-register the shell extensions?

Manually Register Dlls

1. Type "CMD" in the Windows start menu, then right-click the Command Prompt and click Run as administrator:

Please note that it is necessary to use the Run as administrator option even when already signed in to an administrator account, as the appropriate permissions must be enabled in order to run the commands detailed below.

2. Copy and paste the following string into the Command Prompt:

regsvr32 "C:\Program Files\Tracker Software\Shell Extensions\XCShInfo.x64.dll"

3. Press Enter. The RegSvr32 confirmation message will appear:

4. Click OK.

5. Copy and paste the following string into the Command Prompt:

regsvr32 "C:\Program Files\Tracker Software\Shell Extensions\XCShInfo.x86.dll"

6. Press Enter. The RegSvr32 confirmation message will appear:

7. Click OK.

2025年3月31日 星期一

如何限制Linux Samba特定的網段或IP連線

如何限制Linux Samba特定的網段或IP連線
  • cd /etc/samba
  • cp smb.conf smb.conf.bak
  • vim smb.conf
    • 找到hosts allow將可連線的網段或IP加入,如下
    • hosts allow = 192.168.77. 192.168.88. 10.1.1.10
  • testparm
  • /etc/init.d/smb restart
  • /etc/init.d/nmb restart
參考資料