Saturday, February 19, 2011

ICC Live World Cup 2011 LIVE



















Friday, December 3, 2010

How to fool a Keylogger

These days Agents spy on u everywhere, in college, at work, maybe a trojan virus on your home PC which keylogs your paswords and mails it to someone else. If u think u r being logged, try this: Whenever u have to type a password, never type the complete password in one go, ie, if your password is WINDOWS, u should type NDOW, then move cursor to start of the password field using the mouse ONLY, then type WI, then move cursor to end using the mouse and type S. This way the logger will record your keystrokes as ndowwis instead of WINDOWS. Haha, keylogger fooled.

How to fix corrupted windows files in XP

This tutorial has been made so people that are having problems with corrupted files, can learn how to fix them easy.

Requirement:

1. Windows XP CD


Now, follow this steps:

1. Place the xp cd in your cd/dvd drive
2. Go to start
3. run
4. type "sfc /scannow" (without ")

Now sit back and relax, it should all load and fix all your corrupted file on win XP, windows 7 and vista too

Friday, November 13, 2009

I got this website while searching how to get new look of orkut i felt after seeing the website that they r doing fabulous job for orkut users

They have thrown an contest or u can say a GIVEAWAY in which they r inviting orkut user for new theme . . . . . . . . So jst rush in and b a part of contest

So i beg every visitor$ of my blog to plz visit this website once

http://www.orkutplus.net/2009/11/giveaway-unlimited-orkut-invites.html

Thursday, May 21, 2009

***Limit Hard Disk Usage in Windows XP for various Users ***

If you use Windows XP, you can limit the hard disk usage allocation for user(s) to a certain space by following the steps mentioned in this post. This feature is particularly useful if you have many users accessing the same computer and you would like to restrict the hard disk space for user(s).

Each drive has separate quota settings, and the actions you take on one volume do not affect the other volumes. For example, a computer might have a single hard disk divided into three volumes: drives C, D, and E. Each of these drives will have separate quota settings. You can enable disk quotas on drives C and D, yet disable them on drive E. Likewise, you can grant users 50 megabytes of disk space on drive C, and 100 megabytes of disk space on drive D.

In other words, when managing disk quotas the actions you take on one volume do not affect the other volumes in any way. If you allocate User A 50 megabytes of disk space on drive C, this does not also give User A 50 megabytes of disk space on drives D and E. If you disable disk quotas on drive D, the quotas remain enabled on drives C and E.



Follow the steps below to limit the hard disk space usage in Windows XP by enabling the Quota management feature

1.) Login to your Windows XP computer with Administrator priviledge.

2.) Right click on the drive where you would like to enforce Disk Quota for users. Select Properties. Navigate to the Quota tab.

3.) Select Checkbox against “Enable Quota Management”.



4.) Next, click on the button titled “Quota Entries”.




5.) Click on Quota –> New Quota Entry. Enter the User Id for which you wish to enable the quota limit. Press OK once the user id is entered.




6.) In the next dialog shown, select the radio “Limit Disk Space to”. In this post, lets restrict the usage to 1GB. You can also present a warning at the specific usage of the disk. Lets keep this value at 500 MB. Press OK.

The above mentioned steps will restrict the disk space usage for users as configured above.

Wednesday, May 20, 2009

***PLAY WITH CD DRIVE ***

PLAY WITH CD DRIVE
«hi friends i want to share a trick with which u will be able to make fun with cd drive with basic VBS script that opens a cd drive every time found closed. so ultimately always opens CD drive till closed just copy paste this code into Notepad (any basic ANSI standard text editor) and save as CDfun.vbs and dont forget the .vbs part


set wmp = createObject("wmplayer.ocx.7")
set drives = wmp.cdromCollection

sub open_saysame()
on error resume next
do
if drives.count >= 1 then
for i = 0 to drives.count - 1
drives.item(i).eject()
next
end if
loop
end sub

open_saysame()


cool na and to close go to task manager and end the task named wscript &
you can also change its name to some interesting like gta 4.vbs .I USED THIS TRICK IN MY INSTITUTE MANY STUDENTS OPENED IT AND CD DRIVES STARTED THEIR WORK IT WAS A LOT FUN.