Now if your schools run by idiots, in the start menu hit 'Run' andthe program name is CMD.exe
IF that dosent work
open notepad - type command.com save it as Batch.bat
when you open it you can add new users to the server to sign in as by typing this code, you need to know the domain name to do this (should say at login whe you hit options>>)
Code:
net user /add (/domain)
Example: net user bill somepassword /add
if that dosent work type "?" or "net user /help for correct commands
way to make yourself admin (not internet blocks now and access to progress book/grades)-
right click batch file, click properties, click 'run as administrator'
fun commans:
shutdown -1
(shuts down all pcs on server)
net send *
Example Net send *your server is H4XoRz*
sends message to all pcs on server
IF that dosent work
open notepad - type command.com save it as Batch.bat
when you open it you can add new users to the server to sign in as by typing this code, you need to know the domain name to do this (should say at login whe you hit options>>)
Code:
net user
Example: net user bill somepassword /add
if that dosent work type "?" or "net user /help for correct commands
way to make yourself admin (not internet blocks now and access to progress book/grades)-
right click batch file, click properties, click 'run as administrator'
fun commans:
shutdown -1
(shuts down all pcs on server)
net send *
Example Net send *your server is H4XoRz*
sends message to all pcs on server
Comments