mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2024-11-24 11:45:29 +00:00
Update Windows10DebloaterGUI.ps1
This commit is contained in:
parent
1d697d2fe0
commit
fac6c2af80
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user