Actualizar Políticas/Tema.cmd

This commit is contained in:
2025-05-27 15:18:50 +00:00
parent e02ec42504
commit 176133eec7

View File

@@ -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
:: ============================