跳到主要內容

發表文章

目前顯示的是 6月, 2022的文章

筆記:停用 Microsoft Edge 中的內部 PDF 檢視器,下載 PDF 資料以預設程式開啟

1.建立註冊檔 XXX.TXT Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge] "AlwaysOpenPdfExternally"=dword:00000001 2.批次檔 XYZ regedit.exe  /s XXX.txt 執行 XYZ.BAT 3.PDF文件/右鍵/內容  選取預設開啟PDF的程式 4.重開 EDGE 參考 https://admx.help/?Category=EdgeChromium&Policy=Microsoft.Policies.Edge::AlwaysOpenPdfExternally&Language=zh-tw 媽祖保佑

筆記:如何在 Edge 開啟 IE 模式!(批次檔設定)

筆記日期:2022.6.10 IE11 停用後,怎麼使用 EDGE IE 模式 網上大都是提供 EDGE/設定/預設瀏覽器 打勾勾的方式 但是網站清單要 30天去設定一次 另外也可以參考 微軟1   微軟2  網站 以企業模式用批次方式加網站 https://docs.microsoft.com/zh-tw/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool https://docs.microsoft.com/zh-tw/deployedge/microsoft-edge-policies#internetexplorerintegrationsitelist 一、建立下列三個檔案 1.註冊檔 edge_ie.txt   Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge] "InternetExplorerIntegrationSiteList"="file:///c:\work\sites.xml" "InternetExplorerIntegrationLevel"=dword:00000001 2.XML檔  sites.xml (參考上述微軟網站)  ( site url =" " 就是要以IE11執行的網站 詳細內容可以參考上述微軟 連結) < site-list version = "205" > <!-- File creation header --> < created-by > < tool > EnterpriseSitelistManager </ tool > < version > 10240 </ version > < da...