From fac6c2af80b995b8a56f93c993628a04d3619839 Mon Sep 17 00:00:00 2001 From: Richard Newton Date: Sat, 16 Feb 2019 20:09:20 -0800 Subject: [PATCH] Update Windows10DebloaterGUI.ps1 --- Windows10DebloaterGUI.ps1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Windows10DebloaterGUI.ps1 b/Windows10DebloaterGUI.ps1 index 8bb4831..f6f9761 100644 --- a/Windows10DebloaterGUI.ps1 +++ b/Windows10DebloaterGUI.ps1 @@ -83,14 +83,14 @@ $EnableCortana.Font = 'Microsoft Sans Serif,10' $StopEdgePDFTakeover = New-Object system.Windows.Forms.Button $StopEdgePDFTakeover.text = "Stop Edge PDF Takeover" $StopEdgePDFTakeover.width = 175 -$StopEdgePDFTakeover.height = 38 +$StopEdgePDFTakeover.height = 35 $StopEdgePDFTakeover.location = New-Object System.Drawing.Point(130, 217) $StopEdgePDFTakeover.Font = 'Microsoft Sans Serif,10' $EnableEdgePDFTakeover = New-Object system.Windows.Forms.Button $EnableEdgePDFTakeover.text = "Enable Edge PDF Takeover" $EnableEdgePDFTakeover.width = 185 -$EnableEdgePDFTakeover.height = 38 +$EnableEdgePDFTakeover.height = 35 $EnableEdgePDFTakeover.location = New-Object System.Drawing.Point(130, 260) $EnableEdgePDFTakeover.Font = 'Microsoft Sans Serif,10' @@ -518,6 +518,7 @@ $RemoveAllBloatware.Add_Click( { } Function UnpinStart { + #Credit to Vikingat-Rage #https://superuser.com/questions/1068382/how-to-remove-all-the-tiles-in-the-windows-10-start-menu #Unpins all tiles from the Start Menu Write-Host "Unpinning all tiles from the start menu" @@ -790,6 +791,7 @@ $RemoveBloatNoBlacklist.Add_Click( { } Function UnpinStart { + #Credit to Vikingat-Rage #https://superuser.com/questions/1068382/how-to-remove-all-the-tiles-in-the-windows-10-start-menu #Unpins all tiles from the Start Menu Write-Host "Unpinning all tiles from the start menu"