Sfoglia il codice sorgente

Added Add-Type -AssemblyName PresentationCore,PresentationFramework

Richard Newton 7 anni fa
parent
commit
405d4584f3
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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()]