Search This Blog

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.