Welcome to pctricksstuff.com for more updates like us on facebook

Pages

Labels

Sunday 17 June 2012

Turn Your Numlock On Forever


You can set your Num Lock to stay on by default when you logon your system then

Here is step by step procedure to do it

There are two different techniques to set Num Lock stay on by default.

FIRST

If you can use Registry Editor correctly then Click on start button and type Regedt32.exe in Run command.

Here Navigate to HKEY_USERS\.Default\Control Panel\Keyboard and change the value for InitialKeyboardIndicators from 0 to 2.

SECOND

You can do same by configuring the script to change the NUM LOCK state.

Click Start button and then open Notepad. Copy the giving code and paste in Notepad.

set WshShell = CreateObject("WScript.Shell")

WshShell.SendKeys "{NUMLOCK}"

Now save this file with name "num.vbs" must including the quotes.

At the end copy this file to user startup folder.

The path for this folder is Documents and Settings\All Users\Start Menu\Programs\Startup.

Now restart the computer. Num Lock should come on and stay on.

That's It .

Change Background Of Drives And Folder In Pc


Want to add another background in drives or folder's then

Here is the step by step procedure to do it

Open notepad and copy the following code :

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
iconarea_image=D:\Wallpapers\celeb\Genelia.jpg
iconarea_text=0x00FFFFFF

Here, the path in the 2nd line of code represents the path of your picture.

Now save this file as DESKTOP.INI in the location(any drive or any folder) where you desire to set the background picture.

After setting it in your favourite location,close the drive and open the location again.

DONE !! .. your picture has been set as background picture for your desired location.

NOTE : Make sure that the extension in the path should be .jpg only and file should be saved as DESKTOP.INI only.

That's it , Try this trick. and have fun.

Boot Your System Faster


Want to boot your system faster then

Here is the step by step procedure to do it

FIRST

1. Click at the Start icon

2. Then click run

3. type msconfig, which will open a new window.

4. select startup then check the programms which u wish to run at start up.

Un check rest of them which u do not want to run at start up.

 After that restart your windows.

SECOND

open the folder c:windowstemp and then delete everything in it...... select all and delete

THIRD  ( it will also increase your internet speed)

open documents and settings folder

then choose your login folder

then unhide everything from folder options

then you will find a folder local settings

then open the temp folder

then delete everything in it......... select all and delete

then come back to local settings folder

then open temp internet files folder

then delete everything in it......... select all and delete

At last re boot your machine...

It Will Boot faster Then It was Booting Earlier.

Increase Size Of Your Recycle Bin


You can increase and decrease the size of the Recycle Bin.

There are some size limitations with Recycle Bin size, its default size is equivalent to 10 percent of the drive size.

But if you delete a larger size file accidentally, you can retrieve this file from Recycle Bin that is why you should set the maximum storage size of the Recycle Bin.

So to increase size here is the step by step procedure to do it.

*First Right click on the Recycle Bin icon on the Desktop of your computer then go to Properties.

* Adjust the slider bar in the center of the screen from 10% to maximum size as you want.

*Then click OK button to save your new sitting and exit the Recycle Bin Properties Window.

*After change reboot your computer to have Windows fully initiate the necessary changes to your system.

That's it .

Changing Your Password Through Command Prompt


To Change Your Password Through Command Prompt

First Of All  Go To Start Run Type CMD Then

log on as an administrator and type:

net user user_name * /domain

When you are prompted to type a password for the user, type the new password, not the existing password.

 After you type the new password, the system prompts you to retype the password to confirm.

The password is now changed.

Alternatively, you can type the following command:

net user user_name  new_password

When you do so, the password changes without prompting you again.

This command also enables you to change passwords in a batch file.

Non-administrators receive a "System error 5 has occurred.

Access is denied" error message when they attempt to change the password.

That's It.