Search This Blog

Monday, June 15, 2009

Empty MyRecent Documents Automatically on Log off

All the files you open will be stored in your user profile in a hidden folder named My Recent Documents. This is really annoying and a treat to our privacy! We can make this folder auto cleared on logoff using a single registry change.

1. Click Start > Run > Type in regedit

2. In the Registry editor navigate to the following key.
Quote:
HKEY_Current_User > Software > Microsoft > Windows > CurrentVersion > Policies > Explorer

3. Right click on the Right Pane > New > Dword Value & name it as ClearRecentDocsOnExit .

4. Double Clcik on it & set the value to 1 .

This will clear the My Recent Documents Folder automatically on logoff.

To Revert back either delete the Dword value or set the value to 0.

Plz Post your comments ............it's must.

Tuesday, June 9, 2009

whether your Nokia mobile phone is original or not..?

Nokia is one of the largest selling phones across the globe.Most of us own a Nokia phone but are unaware of it’s originality.Are you keen to know whether your Nokia mobile phone is original or not? Then you are in the right place and this information is specially meant for you. Your phones IMEI (International Mobile Equipment Identity) number confirms your phone’s originality.

Press the following on your mobile *#06# to see your Phone’s IMEI number(serial number).

Then check the 7th and 8th numbers

Phone serial no. x x x x x x ? ? x x x x x x x

IF the Seventh & Eighth digits of your cell phone are 02 or 20 this means your cell phone was assembled in Emirates which is very Bad quality

IF the Seventh & Eighth digits of your cell phone are 08 or 80 this means your cell phone was manufactured in Germany which is fair quality

IF the Seventh & Eighth digits of your cell phone are 01 or 10 this means your cell phone was manufactured in Finland which is very Good

IF the Seventh & Eighth digits of your cell phone are 00 this means your cell phone was manufactured in original factory which is the best Mobile Quality

IF the Seventh & Eighth digits of your cell phone are 13 this means your cell phone was assembled in Azerbaijan which is very Bad quality and also dangerous for your health.

Also use these no. to know more about your Nokia mobile..
*#0000#
*#92702689#

Hide Your important folder with command prompt.......

(1). Create a text document and paste the following script in this file. 

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

(2). Save this file with  .bat extension 
(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'.
press "Y" to conform.
Ur folder will disappear.
( 6). 2 bring back folder double click bat file again

Hide the drives (c: , d: , e: , a: ... etc)

This is a great trick you can play on your friends. To disable the display of local or networked drives when you click My Computer.

(1).Go to start->run.Type regedit.  Now go to:

HKEY_CURRENT_ USER\Software\ Microsoft\ Windows\Curre ntVersion\Policies\ Explorer

(2).Now in the right pane create a new DWORD item and name it NoDrives(it is case sensitive).
(3).Now modify it's value and set it to 3FFFFFF (Hexadecimal) .
(4).Now restart your computer. So, now when you click on My Computer, no drives will be shown(all gone). 
(5).To enable display of drives in My Computer, simply delete this DWORD item that you created.
(6).Again restart your computer.You can now see all the drives again.