I though this would be nice after my painstaking process of actualy
DOIN what u wanted!
i used a program from the res kit i cant rember were i dl from i have
a copy if u want called reg.exe plus Joining with the psstools that
are free, it searches in the registry for the ip and changes them u
may have to edit this to the way u want it to work
as my names are GAMES01 to GAMES50 so u will have to adapt this to
your needs
Please reply i would love to here about how it goes for u, all u need
to do is run from one pc and it will remotely do it then reboot your
pc
Enjoy Phil
;Start Of BATCH
SET /P paswd=[passwords]
@ECHO OFF
SET COUNT=1
SET Name=Games0
echo %Name%%COUNT%
:Loop
IF %COUNT% LSS 10 psexec \\%Name%%COUNT% -u administrator -p %paswd%
-c -i reg.exe find HKLM\SYSTEM\CurrentControlSet\Services
192.168.1.10%count% 192.168.2.10%count%
IF %COUNT% GEQ 10 psexec \\%Name%%COUNT% -u administrator -p %paswd%
-c -i reg.exe find HKLM\SYSTEM\CurrentControlSet\Services
192.168.1.1%count% 192.168.2.1%count%
psexec \\%Name%%COUNT% -u administrator -p %paswd% -c -i reg.exe find
HKLM\SYSTEM\CurrentControlSet\Services 192.168.1.254 192.168.2.10
psshutdown.exe -t 60 -r -f -m "Ip Changed Rebooting in 1 mins - PHIL
RULEZ =) =) =) Goodbye Have A Nice Day!!!" \\%Name%%COUNT%
:skip
SET /A COUNT=COUNT+1
IF %COUNT% GEQ 10 SET NAME=Games
IF %COUNT% EQU 50 GOTO end
goto :loop
:end