Actualizar Políticas/Tema.cmd
This commit is contained in:
@@ -3,6 +3,25 @@ echo ================================
|
|||||||
echo Configurando tema, fondo y protector de pantalla...
|
echo Configurando tema, fondo y protector de pantalla...
|
||||||
echo ================================
|
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
|
:: Sin Widgets
|
||||||
:: ============================
|
:: ============================
|
||||||
|
|||||||
Reference in New Issue
Block a user