Search This Blog

Thursday, December 31, 2009

Alpha Numerical arrangement in window

Window XP sorts files in an ascending order which have digits in their file name. Like document ‘ajay151.doc’ listed after ajay15.doc and ajay16.doc. But if you want to arrange them like this ajay15.doc, ajay151.doc, ajay16.doc, ajay161.doc then you has to set registry, after that OS will access all characters as alphabets.

(1). Open the Registry Editor and navigate the key.
“HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer”

(2). Create new entry “NoStrCmpLogical” using ‘Edit | New | DWORD value’.

(3). Then open it and set the value data ‘1’ in the “Edit DWORD value” Window and click OK.

(4). Next step you know….so do it. Restart your PC to see registry set effect.

Friday, December 18, 2009

Disable Error Reporting Service

Whenever a program crashes in Window XP, an “Error Report” comes up asking for some information on the crash. If you are getting irk with these report then you can disable them.

(1). Go to Start | Run and open Control panel.
(2). Double click on the ‘System’ Icon and select ‘Advanced’.
(3). Select ‘Error Reporting’ button.
(4). Select “Disable Error Reporting”. After you select this option, error reports will not be generated.
(5). If you select the option “But notify me when critical errors occur” it will notify you when a critical error occurs, even you have disabled error reporting.
(6). Now click on OK and have fun no interrupt (error) will irk you.

Wednesday, December 16, 2009

Share Folders quickly

Window xp allows us to share data within the network by letting us share folders with other users. If you want to share more than one folder, there is a simple way to do it by using the “Share Folder Wizard”. Follow these steps to learn how to launch the wizard and start sharing.

(1). Go to Start | Run type SHRPUBW.EXE and click OK.
(2). It will launch the “Create Shared Folder Wizard” click on Next to continue.
(3). Browse to the folder you want to share.
(4). Enter the share name by which you would like to share this folder.
(5). Enter the share description in case you want to (it’s not compulsory).
(6). Next window allow us to set permission. You can choose the way you would like the share the data and the kind of access permission you want to set for different users.
(7). Once you have done with the above, simply restart the process and share more folders without having to exit the wizard

Tuesday, November 17, 2009

Make a Password Reset Disk or backup your User Password

If you want to backup your user password you have to create a password reset disk. If you are running window xp professional as a local user, you can create a password reset disk to log onto your computer when you forget your password.

Let’s go to come to know about it.

(1). Click on Start and select ‘Control Panel’ and select ‘User Accounts’.

(2). Click on your account name.

(3). Under Related Tasks, click on ‘Prevent a Forgotten Password’.

(4). Follow the directions in the ‘Forgotten Password Wizard’ to create a password reset disk.
Store the disk in a secure location, because anyone like me using it can access your local user account and imagine if….. I will be there…….. Next time you need to format your PC.

Sunday, November 1, 2009

Configure the Power Button of your CPU

Many Computer users don’t know about the power management system of window xp that lets us configure the system power button. By default when we press the power button system get shut down.
If we are doing our job on computer and by mistake we or someone else (may be child) press the power button, will close all the application and computer itself. Now there is no chance to stop your PC from shutting down. So window xp power management system gives us a facility to get relief by accidental key press incident.

(1). Right click on the desktop and click on “Properties”.

(2). Click on the ‘screen saver’ tab and then select ‘power’ in the Monitor Power box.

(3). Now in the ‘power option properties’ select ‘advanced’.

(4). In the ‘power button’ box select option “when I press the power button on my computer”.

(5). Select your option and click on apply.

Next time when your power button is pressed your selected action will take place.

Monday, October 26, 2009

Disable low disk space warning in your system tray

The popping up of low disk space warning in the system occurs when window detects that a partition of your hard drive is running out of space. If you getting irritated with this message. Here’s a simple solution with registry fix that will solve your problem.

(1). Click on 'Start | Run'. Type regedit and press OK.

(2). Browse down to the following key:-

“HKEY_CURRENT _USER \ Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer”

Create a ‘new binary value’ and set its value to ’00 00 00 01’ and exit the registry.

Restart your PC and breathe a sigh of relief.

Thursday, October 22, 2009

Make a Bat file to shutdown your PC

(1). Open notepad and type.

@echo off
C:\WINDOWS\system32\shutdown.exe -s -f -t 60


(2). Save this notepad with name “shutdown.bat“.

(3). Now click on it to shutdown your PC.

Here we are using @echo off to don’t show anything in the command prompt when we click on it, and 60 is time in second that it will take to shutdown your PC you can change according to you.

Tuesday, October 20, 2009

Create a shortcut to Hibernate your PC

I have been tell in this Blog (Shut Down and Log Off your PC with command prompt) that how we can shutdown PC with command prompt using shutdown.exe command but it does not include an option to hibernate. Now I will tell you how to make a shortcut to create hibernate

Let’s go for it……..

(1). Create a shortcut on desktop at the empty place

(2). In the “Type the location of the item” box type or copy and paste this text:-
rundll32.exe PowrProf.dll SetSuspendState

(3). Click on Next button. In the “Type a name for this shortcut” box type Hibernate and click on Finish.

If shortcut does not work then you probably need to configure your computer to enable hibernation.

To enable Hibernation:-
(1). Go to Control Panel and open Power options.

(2). Click on the Hibernate tab and make sure the Enable Hibernate option is checked.

Now you can change the icon of the shortcut.

Tuesday, October 6, 2009

See hidden file through Command Prompt

(1). Open command prompt and go to directory where your files are hidden.
(2). Type “dir/a” and press enter to see all the files with hidden file.
(3). Type “dir/ah” to see only hidden file.

Saturday, October 3, 2009

Why we do Defragmentation of our Hard Drive?

Defragmentation of a hard drive is the act of re-ordering the data on the drive so that each file can be read continuously from the disk. By default, Windows XP will attempt to store any files it needs to write to the hard drive in consecutive clusters (a cluster is the smallest unit of storage space available on a hard drive) on the drive, so that the file can then be read continuously. A hard drive which has been frequently used over a long period of time will have developed many fragmented files, files which are scattered over different clusters on the surface of the disk. This can occur because of many factors, for example uninstall programs that leave files behind, system crashes while in the act of writing to the hard drive, regular deletion of files, etc. A file becomes fragmented when the portion of consecutive clusters on the disk that Windows begins to write into is not large enough to hold the whole file. The remainder of the file then needs to be written to a different physical area of the disk. This does not have any effect on the operating system's ability to access the files themselves, but it does slow down disk access times (and by extension, any application that depends on disk access) due to the extra time needed to reposition the read heads of the hard drive to access the rest of the fragmented file. Windows XP includes a disk defragmentation utility which you can use to re-arrange the files on the drive and eliminate fragmentation.
This can have a significant affect on the speed of your computer. To access this utility, go to 'start\programs\accessories\system tools\disk defragmenter.' To begin with, you need to analyze your hard disk(s) to see if defragmentation is needed. Select a drive and hit the 'analyze' button. This could take a little while depending on the amount of data on the drive. While the system is analyzing, it is best to leave your computer alone or the process may need to restart.
Once the analysis is finished, you will have a graphical representation of your disk's level of fragmentation. See the picture below for an example of a highly fragmented drive.
Windows will also inform you if it recommends defragmenting the drive. You must have 15% of the drive free in order to fully defragment it. Anything less will result in only a partial re-ordering of the files. You may need to delete a few things to obtain this free space.
To defragment the drive, select it and hit the 'defragment' button. Note that depending on the size of the drive and the level of fragmentation, this can take a long time. It's a good thing to leave overnight, since you should not run anything else while doing the defrag either.

Saturday, September 12, 2009

Embed documents in Word

(1). Know what file you want to embed and where that file is saved.
(2). Go to Insert and pull down to Object.
(3). Click on the Create from File tab/button. Click Display as Icon (unless you want to entire file to show in your document.)




(4). Browse to find the file.
(5). you can also change the icon picture and/or title. It is recommended that the title be changed; otherwise the name/caption is too long.

Friday, August 14, 2009

Shut Down and Log Off your PC with command prompt

(1). Go to 'Start |Run ' and in the displayed window type cmd then click on OK.

(2). Command Prompt will open then here type shutdown and with shutdown command use following


-i Display GUI interface, must be the first option
-l Log off (cannot be used with -m option)
-s Shutdown the computer
-r Shutdown and restart the computer
-a Abort a system shutdown
-m \\computername Remote computer to shutdown/restart/abort
-t xx Set timeout for shutdown to xx seconds
-c "comment" Shutdown comment (maximum of 127 characters)
-f Forces running applications to close without warning
-d [u][p]:xx:yy The reason code for the shutdown
u is the user code
p is a planned shutdown code
xx is the major reason code (positive integer less than 256)
yy is the minor reason code (positive integer less than 65536)

C:\Documents and Settings\ajay>shutdown -s

Monday, August 10, 2009

Start window XP to directly boot to the desktop bypassing the login screen

First you have to make sure that you have logged into an administrative account else you will not be allowed to make changes.

(1). Go to ' Start | Run '.

(2). Now in the Open Window, type "control userpasswords2" and click on OK.

(3). After you have done OK a new window will pop up.

(4). Under the "User" tab you will see a check box writing "User must enter a user name and password to use this Computer". Uncheck that box.

(5). Now if you have multiple user logins, then it will ask you which login you would like to automatically log into.

(6). Enter the user name and password if any and click on "OK".

(7). Restart your Computer and it will directly reach the desktop.

Friday, August 7, 2009

Use 'Shift' to turn off 'Caps Lock'

You can change this feature in the Registry Editor. Simply follow this feature

(1). Click on 'Start | Run'. Type regedit and press OK.

(2). Browse down to the following key:-
HKEY_CURRENT _USER \ Keyboard Layout

(3). In the right panel, right click and select ‘New | DWORD Value’.

(4). Name the new value ‘Attributes’. Now double click on the new Attributes Value.

(5). In the value box enter 00010000 and press OK.

(6). Exit the registry and Reboot your PC.

Now the Caps Lock key will always turn on but you must press either of the Shift key to turn it off.

Tuesday, August 4, 2009

Protect Your Folder without any Software

(1). Go to Folder Options > View.

(2). There is last option called "Use Simple File Sharing (Recommended)".
Uncheck it then click "OK".

(3). Open the Properties of folder which you want to protect.

(4). Go to tab "Security". There are listed "User Names" who can access that folder as written under: "Group OR Usernames"

(5). Now, Click on Advanced and Uncheck
“Inherit from Parent the permissions entries that apply to child objects. Include these..........."
And Click on "Remove" then OK.
Now, try to access that folder, you will not be able to access it.

Now to access this folder:-
(1). Open Property > Security > Advanced >
& check that option
"Inherit from Parent the permissions entries that apply to child objects. Include these..........."
2) Click OK.

Now you able to access that folder again.

Tuesday, July 28, 2009

Hide your files in a JPEG file

For this, you will only need to download WinRAR. You just need to have a little knowledge about Command Prompt and have WinRAR installed.

(1). Create a folder in C drive and name it hidden. Collect all the files that you want to hide in this folder (C:\hidden\your files).

(2). Now, add those files in a RAR archive (e.g. hidden.rar). This rar file should also be in the same directory (C:\hidden\hidden.rar).

(3). Now, search a simple JPEG picture file (e.g. logo.jpg), Copy and Paste that file also in the same directory (C:\hidden\logo.jpg).

(4). Now, open Command Prompt and go in directory C:\hidden.

(5). Now type “COPY /b logo.jpg + secret.rar output.jpg”.

Now, logo.jpg is the picture you want to show, hidden.rar is the file to be hidden, and output.jpg is the file which contains both.

(6). Now, after you have done this, you will see a file output.jpg in C:\hidden. Open it and it will show the picture, you wanted to show. Now open the same file with WinRAR, it will show the hidden archive.

You can change Drive, Directory, jpeg file name, rar file name according to you but you must use these names in command prompt.

Thursday, July 23, 2009

Shake your Internet explorer with JAVA Script

(1). Open your Internet explorer.
(2). Copy this code and paste it in address bar and press Enter.
And see magic.

javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)

(3). Click on Internet explorer to off shaking.

What you feel about this Script, select a checkbox (funny, Interesting, Cool)

Thursday, July 16, 2009

SPEEDUP FOLDER BROWSING

You may have noticed that every time you open my computer to browse folders that there is a slight delay. This is because Windows XP automatically searches for network files and printers every time you open Windows Explorer. To fix this and to increase browsing significantly:

(1). Open My Computer

(2). Click on Tools menu

(3). Click on Folder Options.

(4). Click on the View tab.

(5). Uncheck the “Automatically search for network folders and printers” check box.

(6). Click Apply.

(7). Click Ok.

New Reboot your computer…..

Tuesday, July 14, 2009

Change Drive Letters

(1). Go to Start > Control Panel > Administrative Tools > Computer Management > Disk Management.

(2). Then at the right-side you will see the partition of your hard disk.
(3). Then choose a partition for you want to change Drive letters and right click on it.

(4). whose name you want to change (clicks in the white area just below the word "Volume") and select "change drive letter and paths."

From here you can add, remove or change drive letters and paths to the partition

Saturday, July 11, 2009

Some Interesting Bugs

This is something funny and can’t be explained… At Microsoft the whole Team, including Bill Gates, couldn’t answer why this happened!

It was discovered by a Brazilian. Try it out yourself…

Open Microsoft Word and type

=rand (200, 99)

And then press ENTER
And see the magic…..!

Also try this one

Open notepad and type

Bush hid the facts” and save it with name bush now open it.
Have fun & enjoy.......

Thursday, July 9, 2009

Create a shortcut to shutdown your PC

(1). Go to desktop and right click on desktop then select New > Shortcut.

(2). Then a window will open, here in “Type the location of the item” type “shutdown –s –t 20” and click on Next.

(3). Type the name shutdown.exe and click on Finish.

That’s it.

Here we use 20 to set time that after 20 second PC will shutdown. You can change this time according to you. It may be 0 second or maximum.

To create shortcut for restart type “shutdown –r –t 20”

Tuesday, July 7, 2009

Make your own Run Commands

(1). Create shortcut of your application or folder for which you want to create Run Command.
(2). Give a name to your shortcut whatever you want; this name is your Run command.
(3). Now go to windows directory and copy this shortcut in this directory.
That’s it.
Now go to run and enter the name of shortcut and hit enter.
If you don’t know how to create a shortcut then search in this blog “Create a Shortcut of your Application or Folder”.

Sunday, July 5, 2009

Clean out the prefetch folder

Windows XP uses a system called 'prefetch' to organize and preload some of the data necessary for commonly used applications and files. A folder called prefetch is used to store the information the operating system needs to carry out this operation. After several months of use, the prefetch folder may become quite overloaded with older references to software and files that may no longer be in use.
It's a good idea to manually empty the older files out of the prefetch folder every few months or so. To do this: Navigate to 'c:\windows\prefetch' and delete all .PF files that are older than a week or two.

Saturday, July 4, 2009

Hide the Drive using Command Prompt

(1). Go to Start > Run and type “DISKPART” and press Enter.

(2). In the Diskpart window type “list volume” to see all the drives available on your PC.

(3). Now select the drive which you want to hide. Suppose you want to hide E drive so see the volume number opposite to Ltr of E or below ###.

In My PC it is volume 2 for drive E (might be different in your computer).

(4). Now to hide drive E type “Select volume 2”. (Select the appropriate number according to your system)

(5). Then type “remove letter e”, this command will hide your drive.
Now go to My Computer, you will not find this drive.

(6). Now to get your drive back type “Select volume 2” and then type “assign letter d” it will show your drive.

Save all AF __ CF DF in the drive and hide your drive. Nobody can’t see and access this drive from any style

Create a Shortcut of your Application or Folder

(1). Right Click where you want to create shortcut and go New > Shortcut.

(2). Then a window will open, here in “Type the location of the item” give your folder path or your application path and click on Next.

(3). Type the name of your shortcut and click on Finish.

That’s it.

Note: - In “Type the location of the item” you can give command for your shortcut like shutdown…etc. I have a list of these shortcuts but I will tell you later. Now I am going to prepare for my Engineering last F__king exams.

Tuesday, June 30, 2009

Set priority for individual programs

If you regularly multi-task while you are working at your computer, but some of the applications you use require more horsepower than others to work effectively (for example using Adobe Photoshop along with Word or other less demanding programs), you may want to consider setting a custom priority for the high-demand applications. Priority is how the operating system determines how to share the processor time among applications. Most applications default to the 'normal' priority, so by setting your high demand application higher, you can increase its performance when multitasking. To do this: Load the program you wish to change the priority for and press CTRL+ALT+DEL to bring up the Task Manager. Select the applications tab and highlight your program. Right click the program and select 'go to process.' Now right click on the highlighted process and choose 'set priority.'
The higher you set the priority above normal, the more CPU time the program will steal from other applications when you are multitasking.

Friday, June 26, 2009

Folder Option is not showing

If in the Tools, causes some virus folder Option is not showing then you can use following steps to recover folder options.

(1). Go to Start > Run and type gpedit.msc and press Enter

(2).In that hierarchical structure in left, navigate to registry entry
User Configuration >Administrative Templates > Windows Components > Windows Explorer

(3).Then in the right panel Double click on
“Removes the Folder Options menu item from the Tools menu”.

(4). Select Disable and click on Apply.

There are some other options to open Folder Options………

Start>----Run>-----> type "Control Folders".

Start Menu > Control Panel > Folder Options.

Thursday, June 25, 2009

Folder lock using command prompt

To lock a folder in windows XP without any software. Follow the steps below.

1. Make a Folder in any drive.

2. Now open Command Prompt. Set your Drive and Directory where you make your folder.

3. Type "attrib +s +h C:\ajay" without quotes and press enter.
(Here I make a folder in C Drive and name it a).

4. This command will make your folder invisible.

5. To make it visible again type "attrib -s -h C:\ajay".

You can lock any other folder also by changing the location C:\ajay to address of your folder.

Wednesday, June 24, 2009

Assign a Permanent Letter to a USB Drive

If you have multiple pen drives you might have noticed that every time you put in your drive it will be assigned a different drive letter.

This can be create problem if you have created playlist of the songs which are in your pen drive it won’t work if the drive has been letter is changed.So some steps are here which will solve your problem.

Ok let's go for it...............

1. Go to Start > Run and type mmc and press Enter.

2. Then a "Console" window will open. In this window go into File > New

3. Then go into File > Add/Remove Snap-in.

4. Here click on Add and select “Disk Management” and click on “Add”.

5. Then a "Disk Management" Window will open here Select “This computer” and then “Finish”

8. Now click on Cancel in "Add Standalone Snap-in" window and click on “OK” on the “Add/Remove snap-ins” window.

9. Now select “Disk Management” from the left menu.

10.You will now see all of your Drives/Partitions in the right hand side panel.

11.Right click the USB drive you want to assign a permanent letter to and select “Change Drive Letter and Paths…”

12. Click on “Change”

13. Select a Permanent letter

14. Click “OK” then "Yes".

15. It will warn you about making the change - there is little chance programs you use will be affected by this. If they will, you will probably already be aware of this so don’t worry.

16. The final step is go to File > Save and save the file in the default directory. Close the Console.

Now eject your usb drive and put it back in. It will show you every time same drive letter which you assign.

There ia also some different step...........they are following

(1). Right click on My Computer > Manage.

(2). Then a "Computer Management" window will open here in left panel select Disk Management.

(3). Then follow above steps from 10th step.

Tuesday, June 23, 2009

Hide text file behind a text file.

(1).Create a text file using Command Prompt. For this

Go to Start > Run and type cmd.

In the cmd prompt if you want you can change the directory path.
and type
Ajay.txt:hidden


(2).To enter data in the hidden file

type in cmd prompt

notepad Ajay.txt:hidden

Then a window will appear asking “Cannot find the C:\Ajay.txt:Hidden.txt file”.
Do you want to create a new file?

Click yes.

(3). Type a message or anything you want and Press CTRL+S.

(4). Now go to C drive. There won’t be any such file. You will see Ajay.txt only.

(5). To view data in hidden file go to cmd prompt and type

notepad Ajay.txt:hidden

And now you can see the data in Ajay.txt:hidden.txt

Monday, June 22, 2009

Rename multiple files simultaneously

If you have a lot of Picture or Files of same type you can rename them simultaneously and also in series in which they are shoot or modified.

(1). Set all the Files or Pictures in series in which they are modified or shoot.

(2). Select last Picture or File then hold the Shift key and select first Picture or Files.

(3). Consequently all Picture and Files will be selected automatically.

(4). Press F2 for Rename and give your desired name and press Enter.


...... What Happen Dear!! What's looking for. It's has done.

Sunday, June 21, 2009

Putting Restriction on Everything In Windows

1).Open Startmenu->Run type regedit and press ok to open registry editor

(2).In hierarchical structure at left side, navigate to registry entry

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

3).Right click on the Right Pane > New > Dword Value & name it as following key:
"NoDeletePrinter"
"NoAddPrinter"
"NoRun"
"NoFind"
"NoDrives"

4).Double Click on it & set the value 0.

Restart your Computer.

Saturday, June 20, 2009

Blocking Acess To Specific Drives

(1).Open Startmenu->Run type regedit and press ok to open registry editor

(2).In hierarchical structure at left side, navigate to registry entry

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

(3).Right click on the Right Pane > New > Dword Value & name it as NoViewOnDrive

(4).Double Clcik on it & set the value as you want to hide as per the list below:

A: 1,B: 2,C: 4,D: 8,E: 16,F: 32,G: 64,H: 128

and so on as in the series.

Restart your Computer.

post your comments...........

Friday, June 19, 2009

Prevent users from Logging off

(1).Open Startmenu->Run type regedit and press ok to open registry editor
(2).In hierarchical structure at left side, navigate to registry entry

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

(3).Right click on the Right Pane > New > Dword Value & name it as StartMenuLogoff

(4).Double Clcik on it & set the value to 0 to enable the logoff option,and to 1 to disable it.

Restart your Computer.

if you don't want to lose your computer virginity Plz post your comments......

Thursday, June 18, 2009

Disabling Right click on the Desktop

you can disable right click on desktop. which may help you to protect your PC from your friends that they cannot change your settings.

(1).Open Startmenu->Run type regedit and press ok to open registry editor
(2).In hierarchical structure at left side, navigate to registry entry

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

(3).Right click on the Right Pane > New > Dword Value & name it as NoViewContextMenu

(4).Double Clcik on it & set the value to 0.

Restart your Computer.

Plz post your comments.......

Wednesday, June 17, 2009

Create Nameless Folder

1.Select any file or folder.
2.Right click on it, press rename or simply press F2.
3.Press and hold the alt key. While holding the Alt key, type numbers 0160 from the numpad.

Note: Type the numbers 0160 from the numpad, that is, the numbers present on the right side of the keyboard. Don’t type the numbers which are present on top of the character keys.

4.Press Enter and the nameless file or folder will be created.

Reason: The file or folder that seems nameless is actually named with a single space.

Plz post your comments ................

saalo pad ker use ker lete ho comments to kero yaar........

Tuesday, June 16, 2009

Change Logon Wallpaper-Windows XP

Logon wallpaper is the wallpaper or image that windows xp shows on screen when windows logs on (before it asks for username & password) . It’s usually set to the image-logo of the brand(manufacturer) of our computer Now we can set it to our own image or any other image(any bmp file) by following Steps.

(1).Open Startmenu->Run type regedit and press ok to open registry editor.

(2).In hierarchical structure at left side, navigate to registry entry
HKEY_USERS\.DEFAULT\Control Panel\Desktop

(3).In right side pane see a number of values placed in a table format. choose the value named Wallpaper from there and double click it.

(4).Now you see a box with value name as Wallpaper and value data as Path to the image file (or it may be empty).

(5).There give the full path of the image(bmp file) which you want to set as logon wallpaper by deleting previous path and writing path to your bmp file e.g. C:\WINDOWS\lon.BMP (to set image lon.BMP file as log on wall paper).

(6).Also double click on WallpaperStyle and change it’s value to 2 to get a stretched wallpaper at logon.

Put that bmp file in windows directory for better results.

If that is a jpeg file, convert to bmp file by opening in Windows Image Viewer and save as bmp.

Plz give your comments or send me mail about tricks.........

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. 

Sunday, May 24, 2009

Open many Gtalk on a single PC

(1). Download  Gtalk from Google.
(2). Run setup and Install it.
(3). Then Right click on the desktop and make a shortcut.
(6). Then click on the Next Button and give name googletalk.exe and click on finish.
(7). Now whenever you will click on shortcut every time a new gtalk will open.