Showing posts with label regedit. Show all posts
Showing posts with label regedit. Show all posts

Friday, August 14, 2009

Create A Special Folder In Windows Explorer

We can create a folder like My Documents one that will appear as a system folder in XP by doing the following steps...

1.In the Registry Editor, navigate to HKEY_CLASSES_ROOT\CLSID. Create a new1 key with a Globally Unique Identifier(GUID). The GUID is a 128-bit identifier that is usually generated by Windows. This can be a random number that is used touniquely identify COM objects. Create a key using this random GUID:{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345}

2.Set the value of the “(Default)” setting for this key to the name of the folder, say “My Personal Data”. Create a new sub-key under the main key and call it “DefaultIcon”. That is, create a key called:HKEY_CLASSES_ROOT\CLSID\{FD4DF9E0-E3DE-11CE-BFCFABCD1DE12345}\
DefaultIcon
Set the value of “(DefaultIcon)”to the filename and path of the icon file you want to use for the folder, for example,“C:\Topsec.ico”, without the quotes. If you don’t specify a path to an iconfile, Windows will use its default folder icon instead.

3 .Create another sub-key under the main key called “InprocServer32”, that is, create the
key called HKEY_CLASSES_ROOT\CLSID\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345}\
InprocServer32
Set the“(default)” setting here to“shell32.dll”.Create another string value called ThreadingModel and set its value to “Apartment”. There’s one more: create another sub-key called
HKEY_CLASSES_ROOT\CLSID\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345}\Shell\
Open MyFolder\Command
Set the “(Default)” value here to the command that should be executed when the folder is clicked. In this case, it would be “explorer /root,c:\My Personal Data”.

4.There’s more keys to be created:
HKEY_CLASSES_ROOT\CLSID\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345}\ShellEx\
PropertySheetHandlers\{FD4DF9EO-E3DE-11CE-BFCF-ABCD1DE12345} and

HKEY_CLASSES_ROOT\CLSID\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345}\
ShellFolder. Under this key, create a new binary value called“Attributes” with the value
“00 00 00 00”.

5.To place the folder in My Computer, add the original key to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\
MyComputer\Namespace\
So the key value will be
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\
MyComputer\Namespace\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345}

Now go to My Computer, and you’ll see a new custom folder!

Wednesday, August 12, 2009

How to BackUp the registry in Windows XP

Guided Help is available to export registry keys and to back up the registry. Guided Help can automatically perform the steps for you.

The actions that this Guided Help performs cannot be undone after Guided Help is finished.

Requirements to install and to use this Guided Help
1. You must be logged on to Windows by using a computer administrator account to install and to use this Guided Help.
2. You must be running an English version of Windows XP Home Edition, Windows XP Professional, Windows XP Media Center Edition, or Windows XP Tablet PC Edition to install and to use this Guided Help.

You must first download Guided Help. To start, click the following link:

How To Increase Shutdown Time

When Windows shuts down, each running process is given 20 seconds to perform cleanup work by default. If a process does not respond within this time-out period, Windows displays the "Wait, End Task, or Cancel" dialog box for the process, which prompts you to wait for another 20 seconds, stop the process, or cancel the shutdown process.

Prolonging the Time-Out Period

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article:

To prolong this time-out period, you can modify a registry value. The default time-out value (20 seconds) is stored in the WaitToKillAppTimeout value in the following registry key:
HKEY_CURRENT_USER\Control Panel\Desktop
This value is expressed in milliseconds. You can use Registry Editor to modify this value and then restart the computer for the change to take effect.

how to Increase or Decrease the shut down time of Operating System XP or Vista

1. Go to regedit
2. Find HKEY_LOCAL_MACHINE
3. Find SYSTEM \ CurrentControlSet \ Control
4. Then change the WaitToKillServiceTimeout value
5. Default value is 20,000 milli seconds if you decrease means shut down time will reduce vise versa
6. minimum time should be 3000 donot give below 3000

Warning :
Donot play in regedit it will affect your Operating System

NOTE: In general, it is best to refrain from increasing the shutdown time. For example, if your computer loses power, your uninterruptible power supply (UPS) may not be able to provide backup power for the computer long enough to allow all the processes, as well as the operating system, to shut down properly.

Wednesday, July 1, 2009

How to Rename the Recycle Bin

To change the name of the Recycle Bin desktop icon, open Regedit and go to:

HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}

and change the name "Recycle Bin" to whatever you want (don't type any quotes).