Sunday, June 20, 2010

Be careful using “ctrl+c” and “ctrl+v” using internet

It is extremely easy to extract the text that is stored in the clipboard to steal your sensitive information.
The copied data that is stored on the clipboard, can be easily accessible over the net by a combination of JavaScript & ASP

To avoid this do as below::

1) Go to ‘Control Panel’. One way to access it is by typing control in Run
(2) Go to internet option and select security tab
3) press custom level
4) In the security settings, select disable option under
“Allow paste operation via script” and click OK
Then you are safe in field of hacking..

How -To make hidden files inaccessible even after changing folder options

Using this wonderful registry hack you can make hidden files not shown even after you select the ‘Show the hidden files and folders’ option in folder options.
This sought of condition occurs to some PC’s when infected with virus as well, but what the virus code actually does is it changes the registry value and nothing else. After knowing how to do this you can also deactivate that virus code easily which is the best direct troubleshooting tip for this type of virus activity on your PC.
Follow the steps as given:
1) Goto Start -> Run…. Type regedit which give you registry editor window
2) From the left pane go to
HKEY_LOCAL_MACHINES -> SOFTWARE -> Microsoft -> windows -> CurrentVersion -> Explorer -> Advanced -> Folder -> hidden ->SHOWALL
3) From the right pane search for the entry “CheckedValue”
4) Double click on that which gives you ‘Edit DWORD value’ message box
Change the value data to 0 (select hexadecimal mode) and restart your PC
That’s it!! Now your hidden files cannot be accessed even after changing the folder options. If you want to get then back, follow the same path and change value data to 1 and restart your computer.