Skip to main content

Posts

Showing posts with the label Registry

Copy contents from the command Prompt in Windows

Clip is a command used to Copy   contents of the out put from the command prompt into the clipboard.   Example : The command DIR Will List all the ditrectories in the Location you are pointing to in the command Prompt. If you want to copy the output type the command as DIR | CLIP. You will not find any output being displayed in the command Prompt, but the contents will get copied into the Clipboard. Just Open the Notepad and paste. There you go !

Hidden files not showing in windows Xp

If the hidden files are not shown , go to My computer > tools > folder options and in the resulting window, go to the view tab and select the Show hidden files and folders radio button. If the hidden files are not still shown, it might be as a result of a virus attack, in such cases try the registry hack. Open the registry editor. Start > run > regedit. Navigate the registry entry, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL and then in the right pane, create a new DWORD entry named CheckedValue (note the spelling correctly) and then set its value to 1. Restart your computer. If the hidden files are still not visible, then go back to this location and check the value whether it is still 1. If it is changed, then there is some kind of a virus in your computer changing the value, you must first delete the virus. A good free antivirus is Avira Antivir Free edition.

How to backup the registry in windows Xp

The windows registry contains critical settings for all your applications to work. So when ever a registry entry is deleted or manipulated it is always a good practice to back the registry before doing any work with it. This will ensure that you do not loose any critical data. For backing up a particular registry entry do the following: Open the registry editor. (Start > run > regedit) Navigate to the registry key you want to back up before editing the key. Go to file > export. In the export registry file dialog box, select the export range at the bottom to either ALL or the selected branch alone. Select the location to save the file. The registry files will be saved with an extension of .reg. Now suppose you have manipulated the registry file after exporting and backing it up and if the file gets corrupted, you can always bring back the registry file back to its normal form by just double clicking and merging the registry file which you have backed up in prior.