web analytics

Change Windows to your name

open notepad dump the following lines into it and save it with the name OEMINFO.INI in the c:\windows\system32 directory:

[General]
Manufacturer=Your Name Here
Model=Your Model Here
[Support Information]
Line1=Your Name Here
Line2=Your Address Here
Line3=Your Email Address Here

Save the file, then make a right click on my computer select properties, in the general tab a button will be highlighted (support information) make a click on it, you will be able to see the changes.
Now if you want to display some more information then simply increase the line in the file.
ex: Line4=Your Working Hours Here

Incoming search terms for the article:

[How to] Make custom counter strike spray/logo

  1. First download HLtag converter from here .
  2. Extract the file and execute the tag converter.
  3. Click on open image and select the image you want.
  4. Click on Adjust Image. A window will display. First click Auto Size, and then click Apply changes and convert to 256 colors.
  5. Now click save tag and select “export to wad file”.
  6. Save the wad file twice. Name the first file as tempdecal and second as pldecal. Copy both files, tempdecal.wad and pldecal.wad to cstrike folder of your Counter Strike 1.6 client.
  7. Done

Incoming search terms for the article:

Shutdown pcs at school

You wanna mess around with your school network?

You wanna own the shit out of some kiddies who think they’re the best?

Well thankfully there’s the shutdown function in cmd Smile

First of all you need to have access to a cmd prompt on the network for this to work.

If it’s disabled you can obviously run everything from .bat files.

So first type in
Code:
Net View

This will give you all the names for all the computers on the network.

Then you want to find a target and write it down, so for example a name is //045-comproom1-05 then you will utilize that name to shutdown the computer.

What next? Well if you’re a lil skiddy yourself then the easiest thing to do is type in
Code:
shutdown -i

which will give you a gui interface and you’ll be able to shutdown whichever computer you want with it, you can set a time, even throw in a funny comment like “owned” or somethin Smile.

commands you will use if you just wanna use the command interface are

Code:
shutdown -m //computername
- shutsdown the pc.

Code:
shutdown -m -c “owned”
shutdown with a comment.

Code:
shutdown -l
logoff the user.

Code:
shutdown -r
restart the computer.

and so on…

Well that was a nice and quick tutorial now wasn’t it?

Have fun, be safe.

Incoming search terms for the article:

Page 4 of 17« First...«234567»10...Last »