
@echo off
color a
:A
cls
echo this tool is to search which accounts or pc's are connected to this network
echo made by hollandje
pause
net user
pause
Goto A
@echo off
color a
:A
Cls
echo Send a message around the network (by hollandje)
set /p n=User (type in * for all users. type in the ip adress for a single user):
set /p m= Your message:
net send %n% %m%
Pause
Goto A
@echo off
color a
:A
Cls
echo this tool can be used to shutdown someone's pc (by hollandje)
pause
shutdown -i
pause
Goto A
@echo off
color a
:A
Cls
echo this tool can be used to show the pc's and users connected to the current network (by hollandje)
pause
net view
pause
Goto A
@echo off
color a
:A
Cls
echo this tool can be used to find your ip-adress and others.
pause
ipconfig
pause
Goto A
@echo off
color a
:A
Cls
echo with this tool you can easily delete any file from the pc if you know the directory (by hollandje)
set /p n=file directory:
DEL %n%
echo file succesfully deleted!
pause
Goto A
@echo off
color a
:A
echo with this tool you can copy a file with a directory
echo (by hollandje)
set /p n=the directory of the file:
set /p m=the place you want it to copy:
copy %n% %m%
pause
Cls
Goto A
@echo off
color a
:A
Cls
echo this tool can be used to shutdown someone's pc by the name
echo use the net user code to find out the name of the pc
set /p n=The name of the PC:
shutdown -m %n%
echo shutdown succesfull!
pause
Goto A
@echo off
color a
:A
Cls
echo okay this tool is very powerfull
echo this tool is so powerfull that it can easily
echo destroy someone's pc, so be carefull
echo .
echo .
echo .
set /p n=The directory you wish to delete:
RD %n%
echo directory succefully deleted!
pause
Goto A
@echo off
color a
:A
Cls
echo with this tool you can add users to a network or a domain (administrator etc.)
set /p n= The name of the user:
set /p m= The password (leave blank for none):
set /p s= The domain to add user:
net user %n% %s% %m% /add
pause
Goto A


@echo off
color a
:A
cls
echo this tool is to search which accounts or pc's are connected to this network
echo made by hollandje
pause
net user
pause
Goto A
@echo off
color a
:A
Cls
echo Send a message around the network (by hollandje)
set /p n=User (type in * for all users. type in the ip adress for a single user):
set /p m= Your message:
net send %n% %m%
Pause
Goto A
@echo off
color a
:A
Cls
echo this tool can be used to shutdown someone's pc (by hollandje)
pause
shutdown -i
pause
Goto A
@echo off
color a
:A
Cls
echo this tool can be used to show the pc's and users connected to the current network (by hollandje)
pause
net view
pause
Goto A
@echo off
color a
:A
Cls
echo this tool can be used to find your ip-adress and others.
pause
ipconfig
pause
Goto A
@echo off
color a
:A
Cls
echo with this tool you can easily delete any file from the pc if you know the directory (by hollandje)
set /p n=file directory:
DEL %n%
echo file succesfully deleted!
pause
Goto A
@echo off
color a
:A
echo with this tool you can copy a file with a directory
echo (by hollandje)
set /p n=the directory of the file:
set /p m=the place you want it to copy:
copy %n% %m%
pause
Cls
Goto A
@echo off
color a
:A
Cls
echo this tool can be used to shutdown someone's pc by the name
echo use the net user code to find out the name of the pc
set /p n=The name of the PC:
shutdown -m %n%
echo shutdown succesfull!
pause
Goto A
Copyright © 2026, NextGenUpdate.
All Rights Reserved.