2
0

Obscured Naming

This commit is contained in:
bschaper 2025-01-24 15:22:06 -06:00
parent 5a4f3b41c7
commit 1de04776fa
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
@echo off
for /f "tokens=*" %%a in ('type "C:\Scripts\Tasks\System-Tasks\users.txt"') do (
for /f "tokens=*" %%a in ('type "C:\Scripts\Tasks\System-Tasks\listing.txt"') do (
for %%b in (%%a) do (
net localgroup Administrators "%%b" /add
if errorlevel 1 (