Created
January 10, 2022 13:18
-
-
Save hunandy14/3d193e524ea30bc3f86d8bacccee16a0 to your computer and use it in GitHub Desktop.
讓 Windows10/11 Home 家用版 新增 支援 gpedit.msc 本機群組原則編輯器。部落格說明文章 https://bit.ly/3zJJCdF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
((Get-ChildItem $env:SystemRoot\servicing\Packages)-match("(Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3)(.*?)(\.mum)|(Microsoft-Windows-GroupPolicy-ClientTools-Package~3)(.*?)(\.mum)")).FullName|ForEach-Object{dism /online /norestart /add-package:$_};gpedit.msc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
更新版本,可讀性更高。
不過原本的短網址無法更新,算了更新在這裡。