Showing posts with label Registry Tricks. Show all posts
Showing posts with label Registry Tricks. Show all posts

Add the Command Prompt to the Windows Explorer Right-Click Menu ...

Posted by Latest Computer Tips and Tricks On 0 comments
Many computer users, specially the programmers, need to launch a command prompt window every once in a while to execute some dos/shell commands. The problem is, when a command prompt window launched, the default path is normally the system path or the user profile's path. The users will then have to do all the "cd" commands to change the directories to the path he/she wants.

This trick shows you how to add an option called "Command Prompt" when you right-click on a folder in Windows. With this option, a Command Prompt
READ MORE

Delete Files From The Recent Files List (WMP)

Posted by Latest Computer Tips and Tricks On 0 comments

Delete recent files in wmp


This tip requires a change to the Windows Registry. Please see the post "Backup Your Registry" (Please Read Disclaimer Before Use) if you are new to the Windows Registry.

Windows Media Player (WMP) is a built-in application that allows you to play multimedia files. Like many other applications, WMP remembers the most recently played files and displays them in the Recent File List under the File menu. This feature is useful if you regularly play certain files, but you may want to clear the list if you share the computer and a user account or create archives and CDs.

There are two ways you can clear the list:

READ MORE

FOLDER OPTIONS ARE MISSING IN XP

Posted by Latest Computer Tips and Tricks On 0 comments
Many times we find that the folder options missing in windows explorer

Here is the solution for that

How to Restore folder Option.....
Following a few simple steps to get this problem resolved:

1st Solution  to Fix Folder Options Missing: Edit registry setting

1. Navigate to “HKEY_CURRENT_USER | Software | Microsoft | Windows | CurrentVersion | Policies | Explorer”
2. At right panel, look for a value called “NoFolderOptions”, delete the value.
3. Go to “HKEY_LOCAL_MACHINE | Software | Microsoft | Windows | CurrentVersion | Policies | Explorer”
4. Repeat step 3 to delete NoFolderOptions entry.


 
2nd Solution to Fix Folder Options Missing: Change setting in Group Policy

 Go to Start -> Run. Type gpedit.msc and press enter
- Expand User Configuration -> Administrative Template -> Windows Components.
- Click on Windows Explorer
- Locate Removes Folder Options menu from Tools menu in the right pane.
- Doubleclick on it and choose Disabled or Not Configured and click OK.


It will 100% work in Windows XP.

 
READ MORE

How to Change Your Processor Name.....

Posted by Latest Computer Tips and Tricks On 0 comments
You can chage your processor name, using Windows Registry.
For example my processor is P4 but when i open my system information in that it will  Show Core 2 Duo.
Changing the Name processor is just for Fun, and also first step of Learning to Edit Registry.

FOLLOW THE BASIC STEPS :

1. Open your Registry : To open your Registry click Run > Regedit and click  OK , it will popup a window called Registry Editor
2. In that on the left hand side you can see a tree structure in that click HKEY _LOCAL_MACHINE
3. In that click Hardware > Description > System > CentralProcessor > 1
4. Now you can see many files in the right side, in that double click Processor Name String.After Clicking little Window Will Pop Up
 5. In that Write the what ever wish for example core 2 duo, even your name ...etc
6. To chage again do the same....


READ MORE

Remove Send Feedback link in Windows 7

Posted by Latest Computer Tips and Tricks On 0 comments
Remove Send Feedback link in Windows 7
Once you've sent feedback to Microsoft, you might want to get rid of the Send Feedback links on your windows, and this is very easy to do.


Just launch REGEDIT.
Browse to HKEY_CURRENT_USER >> Panel >> Desktop.
Set the FeedbackToolEnabled value to zero
Restart your PC.
Done, Now the link has vanished


Note: Read Disclaimer before use.
READ MORE

How to disable smart window arrangement in Windows 7

Posted by Latest Computer Tips and Tricks On 0 comments
window arrangement in Windows 7
Windows 7 features interesting new ways to intelligently arrange your windows, so that (for example) if you drag a window to the top of the screen then it will maximise. We like the new system, but if you find it distracting then it's easily disabled.

Open Run Window

Type REGEDIT, to open registry editer.

Browse to HKEY_CURRENT_USER >>> Control Panel >>> Desktop
Set WindowArrangementActive to 0.
Reboot, and your windows will behave just as they always did.
READ MORE

Windows Scan Disk Count Down Timer

Posted by Latest Computer Tips and Tricks On 0 comments
When you schedule CHKDSK to run at the next boot, the system will prompt you to press a key to cancel the operation while CHKDSK is running. The system will display a countdown during that cancel period.

The default value is 10 seconds.

To Change this open up Regedit and locate:


Start >> Run and Type Regedit Press Ok.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\AutoChkTimeOut

You can change the value to anything from zero to 259,200 seconds (3 days). With a timeout of zero, there is no countdown and you cannot cancel the operation.
If you are a system administrator on a network who wants to ensure that no user can skip disk checking, so set the countdown to zero. Or you can play a little prank with your friend by increasing the countdown time on his computer.

Keep Enjoy :)
READ MORE