Software >> OS >> Windows >> Command Line >> how to disable a group of domain users listed in a file

for /f "skip=2" %I in (users.txt) do net user %I /active:no /domain