Browse Source

Added Add-Type -AssemblyName PresentationCore,PresentationFramework

Richard Newton 7 năm trước cách đây
mục cha
commit
405d4584f3
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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()]