3 lines
152 B
PowerShell
3 lines
152 B
PowerShell
# Deshabilitar Lock Workstation
|
|
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableLockWorkstation /t REG_DWORD /d 1 /f
|