فهرست منبع

Fixed removekeys button

Richard Newton 6 سال پیش
والد
کامیت
b14354aa67
1فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 4 3
      Windows10DebloaterGUI.ps1

+ 4 - 3
Windows10DebloaterGUI.ps1

@@ -18,10 +18,11 @@ $form.AcceptButton = $OKButton
 $form.Controls.Add($OKButton)
 
 $RemoveKeys                = New-Object system.Windows.Forms.Button
-$RemoveKeys.text           = "BRUH"
-$RemoveKeys.width          = 225
+$RemoveKeys.text           = "Remove registry keys associated with Bloatware"
+$RemoveKeys.width          = 265
 $RemoveKeys.height         = 23
-$RemoveKeys.location       = New-Object System.Drawing.Point(275,305)
+$RemoveKeys.location       = New-Object System.Drawing.Point(275,400)
+$form.Controls.Add($RemoveKeys)
 #$WhitelistDebloat.Font           = 'Microsoft Sans Serif,10'
 
 $label = New-Object System.Windows.Forms.Label