From 09e7f80452568800a9f668cc631739e15c46d04c Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Thu, 7 Aug 2025 14:09:50 -0600 Subject: [PATCH] =?UTF-8?q?Eliminar=20comentarios=20de=20ocultaci=C3=B3n?= =?UTF-8?q?=20de=20botones=20en=20el=20script=20de=20apagado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Políticas/Apagado.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Políticas/Apagado.ps1 b/Políticas/Apagado.ps1 index f9b1dba..038e34c 100644 --- a/Políticas/Apagado.ps1 +++ b/Políticas/Apagado.ps1 @@ -13,8 +13,8 @@ $toHide = @( "HideSignOut", "HideSleep", "HideSwitchAccount", - "HideTaskViewButton", - "HideUserTile" + "HideTaskViewButton"#, + # "HideUserTile" ) foreach ($item in $toHide) {