소스 검색

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()]