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