From 176133eec7886368e420ea41b17e64a7d573fa8e Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Tue, 27 May 2025 15:18:50 +0000 Subject: [PATCH] =?UTF-8?q?Actualizar=20Pol=C3=ADticas/Tema.cmd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Políticas/Tema.cmd | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Políticas/Tema.cmd b/Políticas/Tema.cmd index 3d22e23..585ab5c 100644 --- a/Políticas/Tema.cmd +++ b/Políticas/Tema.cmd @@ -3,6 +3,25 @@ echo ================================ echo Configurando tema, fondo y protector de pantalla... echo ================================ +:: ============================ +:: OCULTAR CONFIGURACIÓN DE PERSONALIZACIÓN +:: ============================ +reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop" /v NoChangingWallPaper /t REG_DWORD /d 1 /f +reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoThemesTab /t REG_DWORD /d 1 /f +reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoControlPanel /t REG_DWORD /d 0 /f +reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoPersonalization /t REG_DWORD /d 1 /f + + +:: ============================ +:: OCULTAR LA PÁGINA DE CONFIGURACIÓN DE PANTALLA DE BLOQUEO +:: ============================ +reg add "HKLM\Software\Policies\Microsoft\Windows\Personalization" /v NoLockScreen /t REG_DWORD /d 1 /f + +:: ============================ +:: DESACTIVAR ANIMACIONES +:: ============================ +reg add "HKU\default_profile\Control Panel\Desktop\WindowMetrics" /v MinAnimate /t REG_SZ /d 0 /f + :: ============================ :: Sin Widgets :: ============================