Scripting:Powershell
Auto lock system after 15min of idle:
Dim objResult
Set objShell = WScript.CreateObject("WScript.Shell")
Do While True
objResult = objShell.sendkeys("{NUMLOCK}{NUMLOCK}")
Wscript.Sleep (6000)
Loop
Disable a particular user from installing ...
thedevops.hashnode.dev1 min read