"Hi there. I'm going to teach you how to make a message box. All you
need is Notepad. If you have any comments, feel free to post them. Just
start learning and have fun!
First, open Notepad and type this:
x=msgbox(box text,buttons,box title)
On the part where it says "box text", type the text you want on the
window (with quotation marks). On the "box title", type the title of the
message box the same way you typed the text. On "buttons" type a number
(without quotation marks):
Labels: Tricks
Hackers and Browser Hijacking is one area of the Net that affects everyone at some stage.
In addition to having third party utilities such as SpyBot, Anti Virus scanners and firewalls installed there are some changes that can be made to Windows 2000/XP. Below are some details to make your system safer from hackers and hijackers.
Some of these tips require editing of the Registry so it is wise to either backup the registry and/or create a Restore Point.
1.Clearing the Page File at Shutdown
Windows 2000/XP paging file (Sometimes called the Swap File) can contain sensitive information such as plaintext passwords. Someone capable of accessing your system could scan that file and find its information. You can force windows to clear out this file.
Labels: Tricks
2. Type In mystring=800000000 & Save The File As Anything.vbe
3. You Are Done, You Can Change Anything To Whatever Name You Wish To But Please Keep in Mind the .vbe extension Should Be There At The Last Of The Name.
4. Hit Enter On The File You Have Created As Many Times You Can!
Enjoy!
Labels: Tricks
Have
you ever tried to restart a machine only to find it won’t boot? For
whatever reason, you get a warning message informing you that disaster
might well have struck… and you’re staring in the face of what could be a
very bad day. Well, don’t panic yet. There are a few tricks you can try
that may get that machine booted. All is not lost until you know, with
100 percent certainty, that the drive will not boot — and even then, you
can possibly recover your data. Here are some tips that can help you to
get that drive booted and your machine recovered.
1: Boot from a restore disk
Labels: Tricks
If you want personal chat with a friend
you don’t need to download any yahoo messenger
All you need is your friends IP address and Command Prompt.
Firstly, open Notepad and enter:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Labels: Tricks