Obscured Naming
This commit is contained in:
parent
5a4f3b41c7
commit
1de04776fa
@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@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 (
|
for %%b in (%%a) do (
|
||||||
net localgroup Administrators "%%b" /add
|
net localgroup Administrators "%%b" /add
|
||||||
if errorlevel 1 (
|
if errorlevel 1 (
|
||||||
Loading…
x
Reference in New Issue
Block a user