Se crearon las políticas de acceso
❌ Deshabilita Lock Workstation (Win + L).
This commit is contained in:
3
Políticas_Acceso.ps1
Normal file
3
Políticas_Acceso.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
# Deshabilitar Lock Workstation
|
||||
New-Item -Path "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System" -Force | Out-Null
|
||||
Set-ItemProperty -Path "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System" -Name "DisableLockWorkstation" -Value 1 -Type DWord
|
||||
Reference in New Issue
Block a user