Wednesday, May 19, 2010

Remove Recycler Virus - What it is and How to Conduct a Recycler Virus Removal

Recycler virus is a virus that exploits the autorun feature of Windows. It copies the autorun.inf files on each drive of the computer, be it permanent or a removable media such as DVDs, CD ROMs, USB Devices, or Memory Sticks. The recycler virus originated from the W32.Lecna.H worm that spreads itself by copying itself to all the active drives.

The virus creates a hidden folder in each active drive. Each time you insert a removable media, it will execute itself. It uses a batch file to modify the system registry and executes itself each time the system starts up. You cannot remove the virus even after formatting your removable media. The anti-virus software may detect it but cannot remove it.

The recycler virus is very destructive. Once it infects your computer, it will connect itself to malicious websites and download the malicious code to your computer. The malicious code will then steal your personal information such as credit card information, social security, account numbers, usernames, and passwords stored on your computer.

Conduct a Recycler Virus Removal

You can remove the recycler virus both manually and by using any recycler virus removal tool. To remove the virus manually, you need to:

1. Search for the process called CTFMON.EXE and kill it through Task Manager.
2. Search CTFMON.EXE file in the Startup menu and delete it.
3. Boot the system in safe mode and open the command prompt.
4. Disable hidden, system, and read only attributes for autorun.inf and recycled folder delete them.
5. Clean the recycle bin.
6. Repeat these steps for all the drives on your computer.
7. Open registry editor and modify the NoDriveTypeAutoRun entry with 03ffffff value after searching it in following registry folders:
HKEY_LOCAL_MACHINESOFTWARE
HKEY_CURRENT_USERSOFTWARE
8. Reboot and scan your system with latest antivirus software.

The manual removal of the infection is not recommended because it requires an expertise to edit windows registry. In case you remove/modify a wrong registry entry, you may cause severe damage to your system. Therefore, it is always better to remove Recycler Virus with a specialized removal tool.

Tuesday, May 18, 2010

Access Internet on CHINESE mobile

hiiiii frnds.....
u always think that we can't access net on chinese mobile, bt its wrong..... we can access net
there are some steps which help you to access net.....!
.
Here is the Mobile Office, Airtel Live and Airtel MMS settings for ALL CHINA Mobiles

1) Mobile Office

first click SERVICES icon in main menu==>DATA ACCOUNT==>GPRS==>EDIT any existing account==>

Account Name--> MO

APN-->airtelgprs.com

Auth. Type-->Normal

save all the settings.


Come back to SERVICES==>WAP==>SETTINGS==>EDIT PROFILE==>EDIT any existing account==>

Rename Profile==> Mobile Office

Homepage==>Google

data account==> MO (which we created previously)

Connection Type==>

Here u find three option

a) Connection-oriented

b) Connectionless

c) HTTP

choose a) Connection-oriented==>

IP Address==>202.056.231.117

Security==> off

Again save all the settings and click BACK button and choose "Activate Profile"

Come back to SERVICES==>WAP==>Homepage

and you r ready to use Mobile Office...


2) Airtel Live

first click SERVICES icon in main menu==>DATA ACCOUNT==>GPRS==>EDIT any existing account==>

Account Name--> LIVE

APN-->airtelfun.com

Auth. Type-->Normal

save all the settings.

Come back to SERVICES==>WAP==>SETTINGS==>EDIT PROFILE==>EDIT any existing account==>

Rename Profile==> Airtel Live

Homepage==>http://live.airtelworld.com

data account==> LIVE (which we created previously)

Connection Type==>

Here u find three option

a) Connection-oriented

b) Connectionless

c) HTTP

choose c) HTTP==>

Proxy Address==>100.001.200.099

Proxy Port==> 8080

Again save all the settings and click BACK button and choose "Activate Profile"

Come back to SERVICES==>WAP==>Homepage

and you r ready to use Airtel Live...

3) Airtel MMS

first click SERVICES icon in main menu==>DATA ACCOUNT==>GPRS==>EDIT any existing account==>

Account Name--> MMS

APN-->airtelmms.com

Auth. Type-->Normal

save all the settings.

Come back to SERVICES==>WAP==>SETTINGS==>EDIT PROFILE==>EDIT any existing account==>

Rename Profile==> Airtel MMS

Homepage==>http://100.1.201.171:10021/mmsc

data account==> MMS (which we created previously)

Connection Type==>

Here u find three option

a) Connection-oriented

b) Connectionless

c) HTTP

choose c) HTTP==>

Proxy Address==>100.1.201.172

Proxy Port==>8799

Again save all the settings and click BACK button and choose "Activate Profile"

Come back to SERVICES==>WAP==>Homepage

and you r ready to use Airtel MMS...

its true. i hv tried the AIRTEL LIVE TRICK
Posted by: MANMOHIT
MMEC

Monday, May 17, 2010

Latest(2010) Airtel Hack for Free GPRS

Steps

1. First of all you have download Opera Mini v5.0 browser
2. After downloading Opera install this application it takes around 2-3 minitues to configured. For compatibility issues please check this link:
http://www.opera.com/mini/download/all/
3. Activate AIRTEL Mobile Office. For that you need to have atleast 30 Rs Balance. If you have previously activated Airtel Mobile office than you don’t have to activate it again .
4. After Mobile Office Activation -DONOT OPEN/BROWSE ANY WEBSITE THROUGH BROWSER- EXCEPT OPERA v5.0 OTHER WISE AIRTEL WILL CHARGE YOU 15 RS. FOR THAT DAY.
5. Now you can browse any site for free on opera mini …

Thursday, May 13, 2010

How To Alter Windows Product Id..

hii Frnds This problem is very commonly in every pc when your license period is expired..here is a simple trick...
As you can see from the above screenshot it is simple and easy to make your Windows display what ever you want in the place of the real Product ID. Here is a step-by-step procedure to alter your Windows Product ID.



1. Goto Start->Run and type the following in the Run dialog box
regedit
2. After you open the Registry Editor, navigate to the following key
HKey_Local_Machine\Software\Microsoft\Windows NT\Current Version
3. On the right hand side, you can see an entry by name ProductID listed under the heading Name.
4. Double-Click on ProductID, a dialog box will pop-up showing your Windows PID. Now you can delete the original PID and enter anything of your choice.
5. Once you are done, just click on OK and close the Registry Editor. Now you can see the altered Product ID in the Windows Properties window.

Sunday, May 9, 2010

delete virus without antivirus

1) go to run
2)type cmd
3)type the letter of ur USB at My computer (example F:), then enter
4) then type attrib -s -h -r /s /d, enter, but before you press ENTER , make sure that ur USB is open in window and it view is in thumbnails, so that u will be able to identify folders that are fake and real,,try to observe folders,,if there are curls or curve on its side,,then those folders are fake,,maybe the real was hidden by a virus
5) then,,delete all the virus you've identify.,,,.
princy gupta
mmec

Saturday, May 8, 2010

C Program to Print the Entered Number in Words

The following C program print’s the entered number in words.For example if the number entered is 12345 then the program prints the entered number in words as One Two Three Four Five








#include
void main()
{
int i=0;
unsigned long int digit;
char str[12],ch;
puts(“Enter the number (less than 10 digit)”);
scanf(“%lu”,&digit);
ultoa(digit,str,10); /*converts an unsigned long int to string*/
while(str[i]!=’\0′)
{
ch=str[i];
i++;
switch(ch)
{
case ‘1′:
printf(“ONE “);
break;
case ‘2′:
printf(“TWO “);
break;
case ‘3′:
printf(“THREE “);
break;
case ‘4′:
printf(“FOUR “);
break;
case ‘5′:
printf(“FIVE “);
break;
case ‘6′:
printf(“SIX “);
break;
case ‘7′:
printf(“SEVEN “);
break;
case ‘8′:
printf(“EIGHT “);
break;
case ‘9′:
printf(“NINE “);
break;
case ‘0′:
printf(“ZERO “);
break;
}
}
}
posted by: MANMOHIT ARYA
MMEC

Friday, May 7, 2010

guessing game in c

This is a small guessing game written in C.In this guessing game you have to guess a number between 0 & 100.You have 8 chances to do that.Every time you guess wrongly the program will give you a hint that your guess is too high or your guess is too low.Based on this hint you have to guess the number in the remaining attempts.Here’s the code


#include
#include
#include

void main()
{
int num,guess=-1,tries=0,pass=0;
time_t t;
srand((unsigned)time(&t));
num=rand()%100;
while((guess!=num)&&tries<8)
{
printf(“Enter the guess num b/w 0 & 100 (you have %d tries left out)\n”,(8-tries)); scanf(“%d”,&guess);
tries++;
if(guess==num)
{
printf(“Hurray you guessed it correctly!!!\n”);
pass=1;
}
else if(num< guess)
printf(“Your guess is too high\n”);
else
printf(“Your guess is too low\n”);
}
if(pass==0)
printf(“Sorry you lost! The correct number is %d\n”,num);
}
princy gupta
mmec(computers)

Wednesday, May 5, 2010

BeWaRe FrOm "CtRl+C" oN wEb

While surfing on the internet we always use 'ctrl+c' to copy any data from the internet. But this may be dangerous. The data we copy on the internet will save in our clipboard and can be accessed easily from the net by combination of script and ASP. You can see this with your own eyes by doing following steps.                          




1. copy any data from the web. 

2. Then open this linkhttp://www.sourcecodesworld.com/

you can easily watch your copied text on the clipboard.



in some ways it is not dangerous but some times when we copy our password,credit card number, any useful data. Then this can be accessed by any cracker and steal you sensitive information and easily misuse it.



clipboard problem can be solved by following steps.

1) In Internet Explorer, Go to Tools -> Internet options -> Security

2) Press Custom level.

3) In the security settings, select disable under Allow paste operations via script and click on 'OK. (Now the contents of your clipboard are safe.)

Tuesday, May 4, 2010

Folder Without A Name ...

hei guys do u know how to make a folder without any name

ye try this and tell me if its working or not

right click->make new folder->use backspace to remove the name

->press alt+255.-->press enter.

use number keys which are on right side of keyboard.
princy gupta
mmec

Monday, May 3, 2010

How to create an "Invisible" hidden drive in Windows

Ok, so here’s how to implement the hack: first off, back up your registry as this requires adding a key to the registry. Once you’ve backed up your registry, open the registry editor by clicking on Start, Run and typing in regedit.



Now navigate to the following registry hive shown below:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\
Policies\Explorer

Right-click on Explorer and choose New and then DWORD Value.



Name the new value NoDrives and then double click on it to open the properties dialog box. Click on Decimal for the Base unit.




Type in one of the following values depending on that drive letter you want to hide.

A: 1B: 2C: 4D: 8

E: 16
F: 32G: 64H: 128I: 256

J: 512
K: 1024L: 2048M: 4096N: 8192

O: 16384
P: 32768Q: 65536R: 131072S: 262144

T: 524288
U: 1048576V: 2097152W: 4194304X: 8388608

Y: 16777216
Z: 33554432All: 67108863

If you want to hide drive E, just type in the value 16. The really cool thing about this trick is the fact that you can hide multiple drives by adding the numbers of the particular drives together. For example, if you want to hide drive E and drive G, you would type in the number 80, which is 64 + 16.

Restart your computer and your drive will now be hidden! Trying to hide your system drive (C) will not work as Windows has to use this drive to run correctly, so don’t store your secret files there!

When you want to get your drives back, change the value of NoDrives to 0 or simply delete the value altogether. Of course, having to do this everyday can be a pain, so if you’re up for it, you can try and write a registry file that will allow you to insert and delete the value by just double-clicking a file.

This trick also works for mapped drives, so if you want to hide mapped drives, you can do it this way (though it might just be easier to disconnect a mapped drive).

Enjoy!

princy gupta
mmec

Sunday, May 2, 2010

forgot windows XP password?

Yes it is possible to change Adminstrator password both in Win XP and Vista without knowing it.If you somehow manage to login as an Administrator then you can change the password without knowing it.

Heres the Step-By-Step instructions

1. Right-click on the “My Computer” icon on the desktop OR in the Start Menu.

2. Select the option “Manage”.

3. On the left pane expand the “Computer Management (Local) tree (if it is not already expanded)

4. Double click “Local Users and Groups” option From “System Tools” tree.

5. Click the “Users” option.

6. Now you will see the list of users on the right side pane,such as Administrator,Guest etc.

7. Right click the “Administrator” and select the option “Set Password” option.

8. Now you will see a warning message,Click on proceed.

9. Now the system asks you for “New Password” and “Confirm Password” .

10. After entering the password click on “OK”.The password is changed.That’s It!