How to get the PFN (package family names) for Microsoft Edge extensions?

◇◆丶佛笑我妖孽 提交于 2021-01-29 12:50:49

问题


I made an extension for Microsoft Edge. And I want to change a group policy in Local Group Policy Editor to prevent turning off required extensions. In the dialog indicated in the image below, I need to input the PFN (package family names) of the package. How can I get the PFN (package family names) for the extension of Edge?

Screen Shot


回答1:


you can refer steps below to get PFN (package family name) for the Extensions of MS Edge browser.

(1) Open Windows PowerShell window.

(2) Type below command.

Get-AppxPackage *Extension-Name*

(3) Press Enter and see the PFN (package family name).

For example, here I try to check the PFN for Tampermonkey extension and this is the result I got.

Reference:

Find a package family name (PFN) for per-app VPN



来源:https://stackoverflow.com/questions/59468164/how-to-get-the-pfn-package-family-names-for-microsoft-edge-extensions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!