Finance Interview Questions

Saturday, December 19, 2009

What is my IP address ??

Do you want to know about what is your IP address

when you are connected on the Internet? You can get your answer on several different ways. You can go to whatismyipaddress.com and you'll see your IP and where are you on Google map.

But if you need more information you can
1. Go to Start - Run,
2. Type CMD and press ENTER.
There, just type"ipconfig/all" (without quotes) and press ENTER. You will get more than IP address, you'll see full profile of your connection like on image bellow:

Shortcut to Safely Remove Hardware


To create a new shortcut

1.Right click on your desktop and select New->Shortcut

2.In the location of the item paste RunDll32.exe shell32.dll,Control_RunDLL
hotplug.dll. and click next and then give a Name to your shortcut and click finish.

Go to Desktop and click on the shortcut key .You will get safety remove hardware.

Tuesday, October 20, 2009

How to Remove autorun.inf worms in a System

Now a days in computer drives ar not open in double click and it will open on right click explore it can solved by many methods and follow the code.

This BATCH file program that removes AUTORUN.INF file from the infected computers. A virus or worm creates this file in a root of a drive so that when ever the drive is opened the virus or worm is ran.

Here is a simple code to remove it: (start copying from the next line down):

cd\
c:
attrib -r -s -h autorun.inf
del autorun.inf
d:
attrib -r -s -h autorun.inf
del autorun.inf
e:
attrib -r -s -h autorun.inf
del autorun.inf
f:
attrib -r -s -h autorun.inf
del autorun.inf
g:
attrib -r -s -h autorun.inf
del autorun.inf
h:
attrib -r -s -h autorun.inf
del autorun.inf
i:
attrib -r -s -h autorun.inf
del autorun.inf
j:
attrib -r -s -h autorun.inf
del autorun.inf
k:
attrib -r -s -h autorun.inf
del autorun.inf
l:
attrib -r -s -h autorun.inf
del autorun.inf
m:
attrib -r -s -h autorun.inf
del autorun.inf
n:
attrib -r -s -h autorun.inf
del autorun.inf
o:
attrib -r -s -h autorun.inf
del autorun.inf
p:
attrib -r -s -h autorun.inf
del autorun.inf
q:
attrib -r -s -h autorun.inf
del autorun.inf
r:
attrib -r -s -h autorun.inf
del autorun.inf
s:
attrib -r -s -h autorun.inf
del autorun.inf
t:
attrib -r -s -h autorun.inf
del autorun.inf
u:
attrib -r -s -h autorun.inf
del autorun.inf
v:
attrib -r -s -h autorun.inf
del autorun.inf
w:
attrib -r -s -h autorun.inf
del autorun.inf
x:
attrib -r -s -h autorun.inf
del autorun.inf
y:
attrib -r -s -h autorun.inf
del autorun.inf
z:
attrib -r -s -h autorun.inf
del autorun.inf

copy this in a NOTEPAD file, then save the notepad file as : "file.bat" and then run it to remove all the rubbish of autorun

copy from "CD\" to "del AUTORUN.INF" and added drive letter are for some computers using memory card readers or removable disks. or several harddrives.

well....... i hope this solve the problem....... its fast and relaiable ...


your problem will be fixed after you run that bat file
RESTART