소스 검색

Update Windows10DebloaterGUI.ps1

Richard Newton 6 년 전
부모
커밋
0a9610da58
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Windows10DebloaterGUI.ps1

+ 4 - 0
Windows10DebloaterGUI.ps1

@@ -7,6 +7,10 @@ If (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdenti
     Break
 }
 
+<# This form was created using POSHGUI.com  a free online gui designer for PowerShell
+.NAME
+    Untitled
+#>
 Add-Type -AssemblyName System.Windows.Forms
 [System.Windows.Forms.Application]::EnableVisualStyles()