From 6d6f907e895ad18b1c264de190a506e128094388 Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Thu, 29 May 2025 18:10:25 +0000 Subject: [PATCH] =?UTF-8?q?Actualizar=20Pol=C3=ADticas/Acceso.cmd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Políticas/Acceso.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Políticas/Acceso.cmd b/Políticas/Acceso.cmd index 1dbc72b..2a48bdd 100644 --- a/Políticas/Acceso.cmd +++ b/Políticas/Acceso.cmd @@ -4,8 +4,8 @@ REM === DESACTIVAR BLOQUEO DE EQUIPO Y CAMBIO DE USUARIO === reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DisableLockWorkstation /t REG_DWORD /d 1 /f reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v EnableFirstLogonAnimation /t REG_DWORD /d 0 /f -reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v HideFastUserSwitching /t REG_DWORD /d 1 /f -reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v HideFastUserSwitching /t REG_DWORD /d 1 /f +reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v HideFastUserSwitching /t REG_DWORD /d 0 /f +reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v HideFastUserSwitching /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\OOBE" /v DisablePrivacyExperience /t REG_DWORD /d 1 /f reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v HideEULAPage /t REG_DWORD /d 1 /f reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WSMAN\Service" /v Start /t REG_DWORD /d 2 /f