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
fb64083821
commit
828f532caf
@ -395,7 +395,7 @@ $RevertChange.Add_Click( {
|
||||
})
|
||||
|
||||
$DisableCortana.Add_Click( {
|
||||
DisableCortana {
|
||||
Function DisableCortana {
|
||||
$ErrorActionPreference = 'silentlycontinue'
|
||||
Write-Host "Disabling Cortana"
|
||||
$Cortana1 = "HKCU:\SOFTWARE\Microsoft\Personalization\Settings"
|
||||
@ -420,7 +420,7 @@ DisableCortana
|
||||
})
|
||||
|
||||
$EnableCortana.Add_Click( {
|
||||
EnableCortana {
|
||||
Function EnableCortana {
|
||||
$ErrorActionPreference = 'silentlycontinue'
|
||||
Write-Host "Re-enabling Cortana"
|
||||
$Cortana1 = "HKCU:\SOFTWARE\Microsoft\Personalization\Settings"
|
||||
@ -445,7 +445,7 @@ EnableCortana
|
||||
})
|
||||
|
||||
$UnpinStartMenuTiles.Add_Click( {
|
||||
UnpinStartMenuTiles {
|
||||
Function UnpinStartMenuTiles {
|
||||
#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