浏览代码

Added Add-Type -AssemblyName PresentationCore,PresentationFramework

Richard Newton 7 年之前
父节点
当前提交
405d4584f3
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Windows10Debloater.ps1

+ 2 - 0
Windows10Debloater.ps1

@@ -15,6 +15,8 @@ Else {
 
 Start-Transcript -OutputDirectory "C:\Windows10Debloater"
 
+Add-Type -AssemblyName PresentationCore,PresentationFramework
+
 Function Start-Debloat {
     
     [CmdletBinding()]