Browse Source

Update Windows10DebloaterGUI

Richard Newton 6 năm trước cách đây
mục cha
commit
5f09edeeef
1 tập tin đã thay đổi với 0 bổ sung8 xóa
  1. 0 8
      Windows10DebloaterGUI

+ 0 - 8
Windows10DebloaterGUI

@@ -1,8 +1,3 @@
-<# 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()
 
@@ -1144,7 +1139,4 @@ $RemoveOnedrive.Add_Click( {
 
 #endregion GUI }
 
-
-#Write your logic code here
-
 [void]$Form.ShowDialog()