Parcourir la source

Added Add-Type -AssemblyName PresentationCore,PresentationFramework

Richard Newton il y a 7 ans
Parent
commit
405d4584f3
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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()]