online earning

Sunday, 24 June 2012

Get the serial number you need

1- Go to Google.

2- In the search field type: "Product name" 94FBR

3- Where, "Product Name" is the name of the item you want to find the serial number for.

4- And voila - there you go - the serial number you needed.

HOW DOES THIS WORK?

Quite simple really. 94FBR is part of a Office 2000 Pro cd key that is widely distributed as it bypasses the activation requirements of Office 2K Pro. By searching for the product name and 94fbr, you guarantee two things. 1) The pages that are returned are pages dealing specifically with the product you're wanting a serial for. 2) Because 94FBR is part of a serial number, and only part of a serial number, you guarantee that any page being returned is a serial number list page.

See these example searches:

"Photoshop 7" 94FBR
"Age of Mythology" 94FBR
"Nero Burning Rom 5.5" 94FBR

Saturday, 23 June 2012

Folderlock without any software

hi frnds

this is easy process to folderlock with out any software

fallow the instructions its a helpuful trick

1.copy and Paste the code given below in to notepad and 'Save' it as batch file (with extension '.bat').

2.Any name will do.

for example :- abhi.bat


if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End




3.Then you see a batch file. Double click on this batch file to create a folder locker.

4.New folder named 'Locker' would be formed at the same location.

5.Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder namely 'Locker'.

If you want to unlock your files,double click the batch file again and you would be prompted for password.

Enter the password and enjoy access to the folder.

Default password 12345
If you want to change password then open Locker.bat file using notepad
search for 12345 and replace these 12345 with your password.
Save the file and run it!

Friday, 22 June 2012

3 WAYS TO STOP THE CONFIKER VIRUS

Do your system automatically shuts down? Do your Web browser and web messenger shuts down immediately? If yes, your system is infected with Confiker Virus.

After the confiker virus has gained access to a system it will install itself by adding a number of randomly named dynamic link libraries (dlls) into the system directory.

Next, confiker will install a system service in order to execute itself.

Cunningly, it also modifies some system registries in order to hide the service that it created.

The next step is for the virus to propagate itself.

It will do this by attempting to spread through local networks by using brute-force techniques on usernames and passwords.

Additionally, confiker will attempt to copy itself to any external devices it finds, such as external hard drives, flash drives, memory cards, etc.

Removal of confiker can be somewhat tricky as it blocks access to the most well-known security websites, such as Microsoft, McAfee, Norton, etc., which seriously reduces the effectiveness of anti-virus solutions.
3 WAYS TO STOP THE CONFIKER VIRUS

Here, then, are 4 ways to either stop or hamper the spread of the confiker virus -

1.Firstly, ensure that you are up to date with all your operating system patches - this virus specifically attacks the latest Microsoft RPC vulnerability (MS08-067).

2. Always, always ensure that you have anti-virus installed and kept totally up-to-date.

3. Control the use of USB and other external devices on your system. Even if you know what to look out for, other family members may not.

Wednesday, 20 June 2012

Check IP at command prompt

Did you know you can view it even faster (without opening all the way to cmd or command.com?

Just type "cmd /k ipconfig" in the run box (Start button--> run).
                                                                    OR
You can also put cmd /k ipconfig in a text file and give it a .bat extension to make a batch script so you just need to click on the file to execute it instead of going to the start menu

Change Browser Toolbar Background Cool Trick

1. Click Start > Run > Type gpedit.msc
2. Click User Configuration > Windows Setting > Internet Explorer Maintenance > Browser User Interface
3. Double click on Browser Toolbar Customization
4. Click on Customize Toolbar Background Bitmap
5. Browse for the new Background
6. Select your favourite bmp picture
7. Click Apply and Ok.
Related Posts Plugin for WordPress, Blogger...