Cool old school tricks (windows XP based) 05-17-2013, 08:08 AM #1
Cool tricks you might like to try at school.
<====== Old Thread ======>
----
Alright, well hello SL members today im going to show you a few cool things you can do while on a school computer, and some things you can just do at home.
First off, if your tech guys at your school know anything they have command prompt blocked.
To unblock CMD/open it.
Spoiler:
1. Goto Programs>Accessories>Notepad
2. Type
Code:
@echo off
command.com
pause
3. Save that as cmd.bat or anything you want just keep the extension "name".bat
Make An Anonymous Admin Account.
Spoiler:
1. Open CMD (may have to use the file we just made)
2. Type the following.
Code:
net user NAME /ADD
replace "NAME" with the account name you wish. Example;
Code:
net user 2012aKiller /ADD
Now make that account admin.
Type:
Code:
net localgroup Administrator NAME /ADD
Example;
Code:
net localgroup Administrator 2012aKiller /ADD
Give your new account a password
Type:
Code:
net user NAME *
Delete the account if need be?
Type:
Code:
Net user NAME /DELETE
Example;
Code:
Net user 2012aKiller /DELETE
School has websites blocked? Here are the two most common and easier ways to get around it.
Get Around Blocked Websites
Spoiler:
1. Try opening CMD to get the IP of the site.
Open Cmd and type
Code:
ping google.com
or what ever the site, and try entering that IP in the web browsers address bar, if your lucky the ip isnt blocked!
Enter it into the address bar
Hope you like it!
P.s if i get enough reply's/pms about like mac's/laptops that schools give to the students i will gladly do a tutorial on how to make your self admin on the mac, and how to make it show if they are viewing your screen!