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

8.11.12

Windows XP Registry Commands

AppId is over the quota

Enabling & disabling the USB port in windows via registry.

To disable the access to USB port, in windows XP and 2000:

1. Click Start, and then click Run.

2. In the Open box, type regedit, and then click OK.

3. Locate, and then click the following registry key:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSet

ServicesUsbStor

4. In the right pane, double-click Start.

5. In the Value data box, type 4, click Hexadecimal

(if it is not already selected), and then click OK.

6. Quit Registry Editor.

To re-enable a disabled port:

1. Click Start, and then click Run.

2. In the Open box, type regedit, and then click OK.

3. Locate, and then click the following registry key:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSet

ServicesUsbStor

4. In the right pane, double-click Start.

5. In the Value data box, type 3, click Hexadecimal

(if it is not already selected), and then click OK.

6. Quit Registry Editor.

However, there can be other ways too to bypass this issue,

one of the easiest is to invest in a PS2 to USB port convertor.

Add Open With to all files

You can add "Open With... " to the Right click context menu of all files.This is great for when you have several programs you want to open the same file types with. I use three different text editors so I added it to the ".txt" key.

1. Open RegEdit

2. Go to HKEY_CLASSES_ROOT*Shell

3. Add a new Key named "OpenWith" by right clicking the "Shell" Key and selecting new

4. Set the (Default) to "Op&en With... "

5. Add a new Key named "Command" by right clicking the "OpenWith" Key and selecting new

6. Set the (Default) to "C:Windowsrundll32.exe shell32.dll,OpenAs_RunDLL %1", C: being your Windows drive. You must enter the "OpenAs_RunDLL %1" exactly this way.

Customize the System Tray

You can add your name or anything you like that consists of 8 characters or less. This will replace the AM or PM next to the system time. But you can corrupt some trial licenses of software that you may have downloaded.

1. Open RegEdit

2. Go to HKEY_CURRENT_USERControl PanelInternational

3. Add two new String values, "s1159" and "s2359"

4. Right click the new value name and modify. Enter anything you like up to 8 characters.

If you enter two different values when modifying, you can have the system tray display the two different values in the AM and PM.

Lock Out Unwanted Users

Want to keep people from accessing Windows, even as the default user? If you do not have a domain do not attempt this.

1. Open RegEdit

2. Go to HKEY_LOCAL_MACHINENetworkLogon

3. Create a dword value "MustBeValidated"

4. Set the value to 1

This forced logon can be bypassed in Safe Mode on Windows 9x

Disable the Outlook Express Splash Screen

You can make Outlook Express load quicker by disabling the splash screen:

1. Open RegEdit

2. Go to HKEY_CURRENT_USERSoftwareMicrosoftOutLook Express

3. Add a string value "NoSplash"

4. Set the value data to 1 as a Dword value

Multiple Columns For the Start Menu

To make Windows use multiple Start Menu Columns instead of a single scrolling column, like Windows 9x had, Also if you are using Classic Mode in XP

1. Open RegEdit

2. Go to the key

HKEY_LOCAL_MACHINE Software Microsoft Windows CurrentVersion Explorer Advanced

3. Create a string value "StartMenuScrollPrograms"

4. Right click the new string value and select modify

5. Set the value to "FALSE"

Changing Windows' Icons

You can change the Icons Windows uses for folders, the Start Menu, opened and closed folder in the Explorer, and many more.

1. Open RegEdit

2. Go to

HKEY_LOCAL_MACHINE Software Microsoft Windows CurrentVersion Explorer Shell Icons

3. Add a string value for each Icon you wish to change.

Example: "3" ="C:WindowsIconsMyIcon.ico,0" This will change the closed folders in the Explorer to "MyIcon.ico". Here is a complete list for each value.

0= Unknown file type

1= MSN file types

2= Applications Generic

3= Closed Folder

4= Open Folder

5= 5.25" Drive

6= 3.25" Drive

7= Removable Drive

8= Hard Drive

9= Network Drive

10= Network Drive Offline

11= CD-ROM Drive

12= RAM Drive

13= Entire Network

14= Network Hub

15= My Computer

16= Printer

17= Network Neighborhood

18= Network Workgroup

19= Start Menu's Program Folders

20= Start Menu's Documents

21= Start Menu's Setting

22= Start Menu's Find

23= Start Menu's Help

24= Start Menu's Run

25= Start Menu's Suspend

26= Start Menu's PC Undock

27= Start Menu's Shutdown

28= Shared

29= Shortcut Arrow

30= (Unknown Overlay)

31= Recycle Bin Empty

32= Recycle Bin Full

33= Dial-up Network

34= DeskTop

35= Control Panel

36= Start Menu's Programs

37= Printer Folder

38= Fonts Folder

39= Taskbar Icon

40= Audio CD

You need to reboot after making changes. You may need to delete the hidden file ShellIconCache if after rebooting the desired Icons are not displayed.

Change Default Folder Locations

You can change or delete the Windows mandatory locations of folder like My Documents:

1. Open RegEdit

2. Go to HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Explorer Shell Folders

3. Change the desired folder location, My Documents is normally list as "Personal"

4. Open the Explorer and rename or create the folder you wish.

To change the desired location of the Program Files folder

1. Go to

HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersion

2. Change the value of "ProgramFiles", or "ProgramFilesDir"

Now when you install a new program it will default to the new location you have selected.

Change the Registered Change the User Information

You can change the Registered Owner or Registered Organization to anything you want even after Windows is installed.

1) Open RegEdit

2) Got to

HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows CurrentVersion.

3) Change the value of "RegisteredOrganization" or "RegisteredOwner", to what ever you want

Opening a DOS Window to either the Drive or Directory in Explorer

Add the following Registry Keys for a Directory:

HKEY_CLASSES_ROOTDirectoryshellopennew

@="Dos Prompt in that Directory"

HKEY_CLASSES_ROOTDirectoryshellopennewcommand

@="command.com /k cd %1"

Add or Edit the following Registry Keys for a Drive:

HKEY_CLASSES_ROOTDriveshellopennew

@="Dos Prompt in that Drive"

HKEY_CLASSES_ROOTDriveshellopennewcommand

@="command.com /k cd %1"

These will allow you to right click on either the drive or the directory and the option of starting the dos prompt will pop up.

Changing Exchange/Outlook Mailbox Location

To change the location of your mailbox for Exchange:

1. Open RegEdit

2. Go to

HKEY_CURRENT_USERSoftware MicrosoftWindows Messaging Subsystem Profiles

3. Go to the profile you want to change

4. Go to the value name that has the file location for your mailbox (*.PST) file

5. Make the change to file location or name

To change the location of your mailbox for Outlook

1. Open RegEdit

2. Go to HKEY_CURRENT_USERSoftwareMicrosoftOutlook (or Outlook Express if Outlook Express)

3. Go to the section "Store Root"

4. Make the change to file location

Add/Remove Sound Events from Control Panel

You can Add and delete sounds events in the Control Panel. In order to do that:

1. Open RegEdit

2. Go to HKEY_CURRENT_USERAppEventsSchemesApps and HKEY_CURRENT_USERAppEventsSchemesEventlabels. If this key does not exist you can create it and add events.

3. You can add/delete any items you want to or delete the ones you no longer want.

Adding an Application to the Right Click on Every Folder

Here is how to add any application to the Context Menu when you right click on any Folder. This way you do not have to always go to the Start Menu. When you right click on any folder, you can have access to that application, the same as using Sent To.

1. Open RegEdit

2. Go to HKEY_CLASSES_ROOTFoldershell

3. Add a new Key to the "Shell" Key and name it anything you like.

4. Give it a default value that will appear when you right click a folder, i.e. NewKey (use an "&" without the quotes, in front of any character and it will allow you to use the keyboard)

5. Click on the Key HKEY_CLASSES_ROOTFoldershellNewKey

6. Add a New Key named Command

7. Set the (Default) value of the application you want to run

8. For example: c:program filesinternet exploreriexplore.exe (Include the full path and parameters if you need them)

Adding Explore From Here to Every Folder

When you want to right click on any folder and want to open up an Explorer window of that folder.

1. Open RegEdit

2. Go to HKEY_CLASSES_ROOTFoldershell

3. Add a new Key "RootExplore " under the "Shell" Key

4. Set the (Default) value to "E&xplore From Here "

5. Right Click the "RootExplore " Key and add a new Key "Command"to the RootExplore

6. Set the (Default) value of Explorer.exe /e,/root,/idlist,%i

Changing the Location of Windows' Installation Files

If you need to change the drive and or path where Windows looks for its installation files:

1. Open RegEdit

2. Go to

HKEY_LOCAL_MACHINESOFTWARE Microsoft Windows CurrentVersion Setup

3. Edit the value next to SourcePath

Creating a Logon Banner

If you want to create a Logon Banner: A message box to appear below your logon on.

1. Open RegEdit

2. Go To

For Windows 9x and ME -

HKEY_LOCAL_MACHINESOFTWARE Microsoft Windows CurrentVersion Winlogon

For Windows 2000 XP 2003 Vista -

HKEY_LOCAL_MACHINESOFTWARE Microsoft Windows CurrentVersion Winlogon

3. Create a new String value"LegalNoticeCaption "

4. Enter the Title of the window. What is displayed in the Title Bar.

5. Create a new string value "LegalNoticeText"

6. Enter the text for your message box that will appear even before the Logon window.

Creating a Default File Opener

If you have a un-registered file type and want to view it instead of having to select Open With. Use Explorer's Right-click and add your program to the right-click options by:

1. Open RegEdit

2. Go to HKEY_CLASSES_ROOTUnknownShell

3. Right click on "Shell" and create a New Key and name it "Open "

4. Create a New Key under the "Open" key you just created and name it "Command"

5. Set the (Default) value to the path and filename of the program you want to use to open the file type

6. For example: C:WindowsNOTEPAD.EXE %1

You must use the "%1" for this to work.and a space between the exe and the %1

Deleting Registry Keys from the Command Line

There are two ways to delete a key from the Registry from the Command line. At the Windows Command line:

RegEdit /l location of System.dat /R location of User.dat /D Registry key to delete

You cannot be in Windows at the time you use this switch.

Or you can create a reg file as such:

REGEDIT4

[-HKEY_LOCAL_MACHINEthe key you want to delete]

Note the negative sign just behind the[

Then at the Command line type:

1. RegEdit C:Windows(name of the regfile).

Change/Add Restrictions And Features

If you want to make restrictions to what users can do or use on their computer without having to run Poledit, you can edit the Registry. You can add and delete Windows features in this Key shown below.

Zero is Off and the value 1 is On. Example: to Save Windows settings add or modify the value name NoSaveSettings to 0, if set to1 Windows will not save settings. And NoDeletePrinter set to 1 will prevent the user from deleting a printer.

The same key shows up at:

HKEY_USERS(yourprofilename) Software Microsoft Windows CurrentVersion Policies Explorer so change it there also if you are using different profiles.

1. Open RegEdit

2. Go to

HKEY_CURRENT_USERSoftwareMicrosoft CurrentVersion Policies

3. Go to the Explorer Key (Additional keys that can be created under Policies are System, Explorer, Network and WinOldApp )

4. You can then add DWORD or binary values set to 1 in the appropriate keys for ON and 0 for off.

NoDeletePrinter - Disables Deletion of Printers

NoAddPrinter - Disables Addition of Printers

NoRun - Disables Run Command

NoSetFolders - Removes Folders from Settings on Start Menu

NoSetTaskbar - Removes Taskbar from Settings on Start Menu

NoFind - Removes the Find Command

NoDrives - Hides Drives in My Computers

NoNetHood - Hides the Network Neighborhood

NoDesktop - Hides all icons on the Desktop

NoClose - Disables Shutdown

NoSaveSettings - Don't save settings on exit

DisableRegistryTools - Disable Registry Editing Tools

NoRecentDocsMenu - Hides the Documents shortcut at the Start button

NoRecentDocsHistory- Clears history of Documents

NoFileMenu _ Hides the Files Menu in Explorer

NoActiveDesktop - No Active Desktop

NoActiveDesktopChanges- No changes allowed

NoInternetIcon - No Internet Explorer Icon on the Desktop

NoFavoritesMenu - Hides the Favorites menu

NoChangeStartMenu _ Disables changes to the Start Menu

NoFolderOptions _ Hides the Folder Options in the Explorer

ClearRecentDocsOnExit - Empty the recent Docs folder on reboot

NoLogoff - Hides the Log Off... in the Start Menu

And here are a few more you can play with

ShowInfoTip

NoTrayContextMenu

NoStartMenuSubFolders

NoWindowsUpdate

NoViewContextMenu

EnforceShellExtensionSecurity

LinkResolveIgnoreLinkInfo

NoDriveTypeAutoRun

NoStartBanner

NoSetActiveDesktop

EditLevel

NoNetConnectDisconnect

RestrictRun - Disables all exe programs except those listed in the RestrictRun subkey

This key has many other available keys, there is one to even hide the taskbar, one to hide the control panel and more. I'm not telling you how, as someone may want to play a trick on you. The policies key has a great deal of control over how and what program can run and how one can access what feature.

In the System key you can enter:

NoDispCPL - Disable Display Control Panel

NoDispBackgroundPage - Hide Background Page

NoDispScrSavPage - Hide Screen Saver Page

NoDispAppearancePage - Hide Appearance Page

NoDispSettingsPage - Hide Settings Page

NoSecCPL - Disable Password Control Panel

NoPwdPage - Hide Password Change Page

NoAdminPage - Hide Remote Administration Page

NoProfilePage - Hide User Profiles Page

NoDevMgrPage - Hide Device Manager Page

NoConfigPage - Hide Hardware Profiles Page

NoFileSysPage - Hide File System Button

NoVirtMemPage - Hide Virtual Memory Button

In the Network key you can enter:

NoNetSetup - Disable the Network Control Panel

NoNetSetupIDPage - Hide Identification Page

NoNetSetupSecurityPage - Hide Access Control Page

NoFileSharingControl - Disable File Sharing Controls

NoPrintSharing - Disable Print Sharing Controls

In the WinOldApp key you can enter:

Disabled - Disable MS-DOS Prompt

NoRealMode - Disables Single-Mode MS-DOS

Automatic Screen Refresh

When you make changes to your file system and use Explorer, the changes are not usually displayed until you press the F5 key

To refresh automatically:

1. Open RegEdit

2. Go to

HKEY_LOCAL_MACHINESystemCurrentControlSetControlUpdate

3. Set the value name "UpdateMode" to 1

Disable Password Caching

To disable password caching, which allows for the single Network login and eliminates the secondary Windows logon screen. Either use the same password or:

1. Open RegEdit

2. Go to the key

HKEY_LOCAL_MACHINESOFTWARE Microsoft Windows CurrentVersion Policies Network

3. Add a Dword value "DisablePwdCaching" and set the value to 1

Changing the MaxMTU for faster Downloads

There are four Internet settings that can be configured, you can get greater throughput (faster Internet downloads) by modifying a few settings.

They are the MaxMTU, MaxMSS and DefaultRcvWindow, and DefaultTTL

1. Open RegEdit

2. Go to

HKEY_LOCAL_MACHINESystemCurrentControlset Services Class net 000x

(where x is your particular network adapter binding.)

3. Right click on the right panel

4. Select NewString Value and create the value name IPMTU

5. Double click on it and enter then the number you want. The usual change is to 576

6. Similarly, you can add IPMSS and give it a value of 536

(Windows 9X)You can set DefaultRcvWindow, and DefaultTTL by adding these string values to HKEY_LOCAL_MACHINE System CurrentControlset Services VXD MSTCP

Set the DefaultRcvWindow to"5840"and the DefaultTTL to "128"

Note: These settings will slow down your network access speed slightly, but you will probably not even see the difference if you are using a network card. If you are using Direct Cable you should see a sight difference.

Adding Items to the Start Button

To add items when you right-click on the Start Button:

1. Open RegEdit

2. Go to HKEY_CLASSES_ROOTDirectoryShell

3. Right-click on Shell and select New Key

4. Type in the name of the key and press the Enter key

5. In the Default name that shows in the right hand panel, you can add a title with a "&" character in front of the letter for a shortcut

6. Right-click on the key you just created and create another key under it called command

7. For the value of this command, enter the full path and program you want to execute

8. Now when you right click on the Start Button, your new program will be there.

9. For example, if you want Word to be added, you would add that as the first key, the default in the right panel would be &Word so when you right click on the Start Button, the W would be the Hot Key on your keyboard. The value of the key would be C:Program FilesOfficeWinwordWinword.exe

Remove Open, Explore & Find from Start Button

When you right click on the Start Button, you can select Open, Explore or Find.

Open shows your Programs folder. Explore starts the Explorer and allows access to all drives.

Find allows you to search and then run programs. In certain situations you might want to disable this feature.

To remove them:

1. Open RegEdit

2. Go to HKEY_CLASSES_ROOTDirectoryShellFind

3. Delete Find

4. Scroll down below Directory to Folder

5. Expand this section under shell

6. Delete Explore and Open

Caution: - When you remove Open, you cannot open any folders.

Removing Items from NEW Context Menu

When you right-click on the desktop and select New, or use the File Menu item in the Explore and select New a list of default templates you can open up are listed.

To remove items from that list:

1. Open RegEdit

2. Do a Search for the string ShellNew in the HKEY_CLASSES_ROOT Hive

3. Delete the ShellNew command key for the items you want to remove.

Changing Telnet Window

You can view more data if you increase the line count of Telnet. By Default it has a window size of 25 lines. To increase this so you can scroll back and look at a larger number on lines:

1. Open RegEdit

2. Go to HKEY_CURRENT_USERSoftwareMicrosoftTelnet

3. Modify the value data of "Rows"

Changing the Tips of the Day

You can edit the Tips of the day in the Registry by going to:

HKEY_LOCAL_MACHINESOFTWAREMicrosoft Windows CurrentVersion explorer Tips

Disabling Drives in My Computer

To turn off the display of local or networked drives when you click on My Computer:

1. Open RegEdit

2. Go to

HKEY_CURRENT_USERSoftware Microsoft Windows CurrentVersion Policies Explorer

3. Add a New DWORD item and name it NoDrives

4. Give it a value of 3FFFFFF

5. Now when you click on My Computer, none of your drives will show.

Changing the caption on the Title Bar

Change the Caption on the Title Bar for OutLook Express or the Internet Explorer:

For Outlook Express:

1. Open RegEdit

2. Go to

HKEY_CURRENT_USERSoftwareMicrosoftOutLook Express

For IE5 and up use:

HKEY_CURRENT_USERIDENTITIES {9DDDACCO-38F2-11D6-93CA-812B1F3493B} SOFTWARE MICROSOFT OUTLOOK EXPRESS5.0

3. Add a string value "WindowTitle" (no space)

4. Modify the value to what ever you like.

For no splash screen, add a dword value "NoSplash" set to 1

The Key {9DDDACCO-38F2-11D6-93CA-812B1F3493B} can be any key you find here. Each user has his own Key number.

The Key 5.0 is whatever version of IE you have

For Internet Explorer:

1. Open RegEdit

2. Go to HKEY_LOCAL_MACHINESoftwareMicrosoftInternet ExplorerMain

3. Add a string value "Window Title" (use a space)

4. Modify the value to what ever you like.

Disabling the Right-Click on the Start Button

Normally, when you right button click on the Start button, it allows you to open your programs folder, the Explorer and run Find.

In situations where you don't want to allow users to be able to do this in order to secure your computer.

1. Open RegEdit

2. Search for Desktop

3. This should bring you to HKEY_CLASSES_ROOTDirectory

4. Expand this section

5. Under Shell is Find

6. Delete Find

7. Move down a little in the Registry to Folder

8. Expand this section and remove Explore and Open

Now when you right click on the Start button, nothing should happen.

You can delete only those items that you need.

Note: - On Microsoft keyboards, this also disables the Window-E (for Explorer) and Window-F

(for Find) keys.

See the section on Installation in the RESKIT to see how to do this automatically during an install.

Disabling My Computer

In areas where you are trying to restrict what users can do on the computer, it might be beneficial to disable the ability to click on My Computer and have access to the drives, control panel etc.

To disable this:

1. Open RegEdit

2. Search for 20D04FE0-3AEA-1069-A2D8-08002B30309D

3. This should bring you to the HKEY_CLASSES_ROOTCLSID section

4. Delete the entire section.

Now when you click on My Computer, nothing will happen.

You might want to export this section to a Registry file before deleting it just in case you want to enable it again. Or you can rename it to 20D0HideMyComputer4FE0-3AEA-1069-A2D8-08002B30309D. You can also hide all the Desktop Icons, see Change/Add restrictions.

Opening Explorer from My Computer

By default, when you click on the My Computer icon, you get a display of all your drives, the Control Panel etc. If you would like to have this open the Explorer:

1. Open RegEdit

2. Go to

HKEY_CLASSES_ROOTCLSID {20D04FE0-3AEA-1069-A2D8-08002B30309D} Shell

3. Add a new Key named "Open" if it does not exists by right clicking "Shell" and selecting new.

4.. Add a new Key named "Command" by right clicking "Open" and selecting new

5. Set the (Default) value for the Command Key to "Explorer.exe" or "C:WindowsExplorer.exe"

Recycle Bin Edits

Fooling with the recycle bin. Why not make the icon context menu act like other icon context menus.

Add rename to the menu:

HKEY_CLASSES_ROOTCLSID {645FF040-5081-101B-9F08-00AA002F954E} ShellFolder

"Attributes"=hex:50,01,00,20

Add delete to the menu:

HKEY_CLASSES_ROOTCLSID {645FF040-5081-101B-9F08-00AA002F954E} ShellFolder

"Attributes"=hex:60,01,00,20

Add rename and delete to the menu:

HKEY_CLASSES_ROOTCLSID {645FF040-5081-101B-9F08-00AA002F954E} ShellFolder

"Attributes"=hex:70,01,00,20

Restore the recycle bin to Windows defaults including un-deleting the icon after deletion:

Restore the icon.

HKEY_LOCAL_MACHINESOFTWARE Microsoft Windows CurrentVersion explorer

DesktopNameSpace{645FF040-5081-101B-9F08-00AA002F954E}

@="Recycle Bin"

Reset Windows defaults.

HKEY_CLASSES_ROOTCLSID {645FF040-5081-101B-9F08-00AA002F954E} ShellFolder

"Attributes"=hex:40,01,00,20

Other edits to the recycle bin icon:

HKEY_CLASSES_ROOTCLSID {645FF040-5081-101B-9F08-00AA002F954E} ShellFolder

"Attributes"=hex:40,01,01,20... standard shortcut arrow

"Attributes"=hex:40,01,02,20... a different shortcut arrow

"Attributes"=hex:40,01,04,20... and still another shortcut arrow

"Attributes"=hex:40,01,08,20... make it look disabled (like it's been cut)

For Windows XP and 2000 also edit HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Explorer CLSID {645FF040-5081-101B-9F08-00AA002F954E}

For Windows ME also edit HKEY_CURRENT_USER Software Classes CLSID {645FF040-5081-101B-9F08-00AA002F954E}

Setting the Minimum Password Length

1. Open RegEdit

2. Go to

HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows CurrentVersion Policies Network

3. Now, choose the Edit/New/Binary value command and call the new value MinPwdLen. Press Enter twice and Assign it a value equal to your minimum password length.

Adddelete programs to run every time Windows starts

You can start or stop programs from executing at boot up by adding or deleting them to/from the run Keys in the Registry. Windows loads programs to start in the following order; Program listed in the Local Machine hive, then the Current User hive, then theWin.ini Run= and Load = lines. then finally programs in your Start Up folder.

To add or remove programs in the Registry

1. Open RegEdit

2. Go to the desired Key

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows CurrentVersion Run

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows CurrentVersion RunServices

HKEY_CURRENT_USERSOFTWAREMicrosoftWindows CurrentVersion Run

HKEY_CURRENT_USERSOFTWAREMicrosoftWindows CurrentVersion RunServices

3. Add a new String Value and name it anything you like

4. For the value data, enter the path and executable for the program you want to run.

By adding the value to the HKEY_CURRENT_USER hive instead allows the program to start only when that user is logged on.

If you add the value to the RunOnce key the program will run once and be removed from the key by Windows.

Removing the Shortcut Icon Arrows

1. Open RegEdit

2. Open the Key HKEY_CLASSES_ROOT

3. Open the Key LNKFILE

4. Delete the value IsShortcut

5. Open the next Key PIFFILE

6. Delete the value IsShortcut

7. Restart the Windows

Turn Off Window Animation

You can shut off the animation displayed when you minimize and maximize Windows.

1. Open RegEdit

2. Go to HKEY_CURRENT_USERControl panel Desktop WindowMetrics

3. Create a new string value "MinAnimate".

4. Set the value data of 0 for Off or 1 for On

Changing your Modem's Initialization String

1. Open RegEdit

2. Go to

HKEY_LOCAL_MACHINESystemCurrentControlSet Services Class Modem 0000 Init

3. Change the settings to the new values

Increasing the Modem Timeout

If your modem it is timing out during file transfers or loading Web Pages, you might try increasing the timeout period. To change the Time Out::

1. Open RegEdit

2. Go to HKEY_LOCAL_MACHINESystemCurrentControlSet Services Class Modem XXXX Settings Where XXXX is the number of your modem

3. In the right panel and double click on Inactivity Timeout

4. The number of minutes for a timeout should be entered between the brackets.

5. For example, a setting could have S19=<10> to set it to 10 minutes.

Removing Programs from Control Panel's Add/Remove Programs Section

If you uninstalled a program by deleting the files, it may still show up in the Add/Remove programs list in the Control Panel.

In order to remove it from the list.

1. Open RegEdit

2. Go to HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows CurrentVersion Uninstall

3. Delete any programs here.

If you have a problem locating the desired program open each key and view the DisplayName value

Protection on system files

To enable protection on system files such as the KnownDLLs list, add the following value;

1. Open RegEdit

2. HKEY_LOCAL_MACHINESystemCurrentControlSet Control SessionManager

3. Create the a Dword value and name it "ProtectionMode "

4. Set the Value to1


View the original article here

12.3.12

Clear Your Personal computer Effectively Using a Registry Cleaner

You must get excellent care of your personal computer as a lot as you get excellent care of one's other useful possessions. A personal computer is just like your footwear, bed, and any other possessions that have to be cleaned regularly. We can also compare pc to a sink. Once the sink has accumulated dirt, the drinking water could possess a difficult time for you to go down. The purpose from the sink continues to be affected because of the filth that blocked the pipe. Similar with all the pc. With no our figuring out, the personal computer also mounts up the grime. The dust from the pc is typically the files that are saved around the laptop or computer to get a more time time. When these information, build up it slows down the overall performance of the computer.It's important that your computer need to undergo common check up and cleansing to ensure its good functioning. Your reg. clean may support that you effectively clear your computer. It can always be bought inside the net in a offered amount. Others, can supply an individual totally free checking within your Windows registry prior to an individual get your registry cleaner in order that you might know how a lot of information tend to be required to be eliminated out of your personal computer.

On the other hand, you can find a variety computer registry products which might be completely no cost of charge. You'll be able to openly download these reg. cleaners through the world wide web.Consequently what is a new registry scanning and cleaning? Just how can a new reg. solution efficiently cleanse your own personal computer? The registry scanning and cleaning is really a pc computer software it is possible to add to be a element of one's program. The perform of this registry scanner is to fix or get rid of the particular needless files from your laptop or computer to ensure that the particular method will certainly stay thoroughly clean as well as useful. These kinds of information are usually stored within the laptop or computer repository referred to as Registry. When the unwanted files raise in its size in the Your computer windows registry, the idea has a excellent effect around the performance from the personal computer. Consequently, you should clean your current process in order to bring back the particular efficient make use of of the personal computer.The reg. cleaner could be the computer software that can assist an individual inside cleansing the personal computer efficiently.

They will search for the information inside your computer and also discover individuals that are out of date and therefore are no more required. Your registry cleaner will supply a person ideas relating to on which to do with regards to those information. The undesirable files may well be left alone, repaired, as well as removed in the process. The actual elimination of untouched information performed from the registry scanner can easily add within the getting back again of the pc's good performance.One of the most essential usage of reg. clean inside the pc process is the fact that it could discover information which are concealed in the Windows registry. You can perform personal computer cleansing through manual process, yet, the problem will be you might not be capable of thoroughly clean those concealed files. Through the use of reg. solution, it's possible for you to be able to look for all those concealed files in which might damage the process.The actual registry scanning and cleaning will be actually regarding major help inside cleansing your personal computer for you to sustain their fantastic operate. Shield the personal computer on the injuries as early as this time around. Just what are you currently ready with regard to? Install a brand new registry scanning and cleaning right now before it really is also delayed!

I got numerous Information Technology Certification. I have written many articles in different ITcertification as well as he has a vast experience in IT industry. In this article I guide the students that how they can pass the exams and how can they get the certification for the latest knowledge this certification exam students click at certificationpromotion or visit its exampromotions its better for your bright future and will helpful to attain the IT certification for more information touch with me.

I obtained several Details Technology Certification. I've created quite a few content articles in distinct ITcertification as well as he has a vast expertise in IT industry. In this article I guidebook the college students that how they can pass the exams and just how can they obtain the certification for the latest information this certification exam students click at DCDC-001 or check out its DCDC-001 its far better for your brilliant future and can beneficial to achieve the IT certification for much more data contact with me.


View the original article here

6.2.12

How Would You Remove McAfee From the Registry?

Your system must be equipped with good and effective antivirus software to defend against online threats like viruses and malware. However, sometimes you also need to remove them if the subscription has expired or the software has become corrupt. In both the cases you need to remove the antivirus program from the registry. If your system is installed with the McAfee antivirus then it will not be easy to do this and you might need technical guidance. This article aims at letting you know about some simple steps with which you will be able to remove the McAfee antivirus software from your system.

Below mentioned are the steps with which to remove McAfee antivirus program from the registry:

1. The first step is to remove the McAfee program through the 'Control Panel' by navigating to the following path:

'Start' menu >> 'Control Panel' >> 'Add/Remove Programs'

After clicking on the 'Add/Remove Programs' you need to scroll down and find the McAfee Security Center. Now select all boxes for McAfee program and then select 'Remove.' Restart your computer after removing all the boxes completely.

2. The next thing you need to do is to double click on 'My Computer.' Now go to the McAfee program folder. This step should be performed only when you find that the McAfee Security Center is not completely un-installed. Double click the "\Agent\App" folder and select all the files with '.adf' extension. Delete these files and once again perform the first step mentioned above.

3. Consider downloading MCPR (McAfee Consumer Product Removal) tool from the McAfee website, if the above mentioned ways are not effective enough to remove the antivirus program from your system. Click on the "MCPR.exe" file once the download is complete. Once you finish the removal restart your computer when you are prompted to do so.

4. The MCPR tool will show you a red 'x' symbol if it fails to remove all registry items related to the antivirus program. In that case you need to select the 'View Log.' View Log will show you all the registry items that need to be removed.

5. The 'Registry Editor' is the last means of removing the registry items of the antivirus program. First open the 'Registry Editor' by typing 'regedit' in the 'Run' dialogue box that can be opened after clicking on the 'Start' menu.' Now delete every registry item you previously saw in the 'View Log.' Now restart the system after closing the 'Registry Editor.'

This way you can completely remove the McAfee antivirus program from your computer. However, the steps mentioned above are lucid enough but you may face certain issues. In case you do have problems in removing the McAfee antivirus program from the registry consulting an experienced computer support service provider is the best way out. The technicians they deploy for your service are highly experienced and are certified to resolve such issues online by taking minimum time.

Polly M Quinton has been serving at qresolve.com as a tech support engineer and offers tech support to global customers. Polly is known for her skills and wide experience in providing online tech support for laptop, Mac,desktop, iPods,tablets, iPhone, smartphones and virus removal. She has been an active blogger and article writer related to computers, information technology, peripherals and devices. Her articles let users know about the benefits of online tech support, computer support and the latest emerging technologies.


View the original article here

24.1.12

Registry Easy-- Just how Accomplishes It Guard The Pc?

The home computer is important to you. However occasionally troubles and errors might happen that we require to take absolute control of our PC before we end up bing actually irritated with it. Our computer naturally stores a lot of different data we primarily obtain from using the Internet, plus the software we put in and un-install can produce a large mess in its registry.

Typical issues and errors that can certainly transpire to our home computer is when our PC takes a long time to boot, takes minutes to open files as well as applications, your browsers keep crashing, pop-up errors messages have showing up, the desktop computer shows a blank screen or frozen screen, a lot of error messages keep popping up instantly saying that the PC has low virtual memory, and the pc unexpectedly shuts down by itself. Yet do not worry since you are actually not really the only individual experiencing such issues. A lot of desktop computer users often experience these errors since there are actually many causes to it.

A rationale for this is that the dimension of your computer registry keeps on growing and this raises the size of the pc system registry that also leads to the decrease of its performance, which would additionally make your pc to crash as well as freeze. Over-sized registry can lead to the corruption and instability of the home computer and if you will by hand modify your registry, this might also be actually risky and difficult.

One more issue you may likewise be runing into is that there is malicious plug-ins that automatically puts in itself to the PC when you utilize the Web. This malicious plug-ins can change the entries it has inside that could also lead to the errors the home computer is now suffering from. So exactly how will you be prepared to remedy this growing issue in the desktop computer? Since it is actually very likely tough in fixing the issues yourself, one solution is actually to get the own Registry Easy.

You can certainly look for Registry Easy review to recognize more about it. The home computer can be actually cleaned by using reliable PC cleaners that are additionally known as registry cleaners as well as one common brand that is fulfilling such requirements is Registry Easy.

This works perfectly even if you are non-techie since this can conveniently purge and fix the pc to get rid of the errors. And as the computer is actually bing actually cleaned, it will certainly create a back-up before it even starts to scan. The program will definitely also heal in optimizing the Web access and will certainly make the desktop computer reminder to make the system become quicker. With the help of Registry Easy, it will definitely scan the whole Windows registry to discover and obtain rid of invalid or obsolete entries so that it can certainly raise the performance of the computer.


View the original article here

Registry Easy-- Just how Accomplishes It Guard The Pc?

The home computer is important to you. However occasionally troubles and errors might happen that we require to take absolute control of our PC before we end up bing actually irritated with it. Our computer naturally stores a lot of different data we primarily obtain from using the Internet, plus the software we put in and un-install can produce a large mess in its registry.

Typical issues and errors that can certainly transpire to our home computer is when our PC takes a long time to boot, takes minutes to open files as well as applications, your browsers keep crashing, pop-up errors messages have showing up, the desktop computer shows a blank screen or frozen screen, a lot of error messages keep popping up instantly saying that the PC has low virtual memory, and the pc unexpectedly shuts down by itself. Yet do not worry since you are actually not really the only individual experiencing such issues. A lot of desktop computer users often experience these errors since there are actually many causes to it.

A rationale for this is that the dimension of your computer registry keeps on growing and this raises the size of the pc system registry that also leads to the decrease of its performance, which would additionally make your pc to crash as well as freeze. Over-sized registry can lead to the corruption and instability of the home computer and if you will by hand modify your registry, this might also be actually risky and difficult.

One more issue you may likewise be runing into is that there is malicious plug-ins that automatically puts in itself to the PC when you utilize the Web. This malicious plug-ins can change the entries it has inside that could also lead to the errors the home computer is now suffering from. So exactly how will you be prepared to remedy this growing issue in the desktop computer? Since it is actually very likely tough in fixing the issues yourself, one solution is actually to get the own Registry Easy.

You can certainly look for Registry Easy review to recognize more about it. The home computer can be actually cleaned by using reliable PC cleaners that are additionally known as registry cleaners as well as one common brand that is fulfilling such requirements is Registry Easy.

This works perfectly even if you are non-techie since this can conveniently purge and fix the pc to get rid of the errors. And as the computer is actually bing actually cleaned, it will certainly create a back-up before it even starts to scan. The program will definitely also heal in optimizing the Web access and will certainly make the desktop computer reminder to make the system become quicker. With the help of Registry Easy, it will definitely scan the whole Windows registry to discover and obtain rid of invalid or obsolete entries so that it can certainly raise the performance of the computer.


View the original article here

14.12.11

How Do You Fix Registry Errors?

AppId is over the quota

If you want to know the answer to the question, how do you fix registry errors, then you should study the working of the registry. The computer's registry holds information about the system with respect to installing, uninstalling and updating of the software. The registry requires PC resources and memory space to store this information. At times, the registry can be overloaded. Therefore, there's a need to clean unwanted files from the registry to avoid problems. If you learn the answer to the question, how do you fix registry errors, then you can speed up the system performance.

The editing of the registry to fix errors is necessary for excellent working of the computer system. You should read the instructions carefully to edit the registry. If you commit any mistake while editing then, it may lead to computer malfunction. It is recommended to use registry scanning software to better understanding of how do you fix registry errors.

Suppose, you want to fix registry errors manually, then you can follow these steps.

1. Open the registry by typing "regedit" in the run command box. It will list all the hardware and software.
2. Select the unwanted files and click on "remove or delete" button for uninstalling them.

Although it looks simple, it is a very risky process. It requires the user to be careful while deleting or changing registry because the registry files are not recoverable. Therefore, the user should always keep the back-up of the files before deleting them permanently from the computer. In the case of registry repair tool or software, it is done automatically by the software. So you don't have to bother about it. For manual back-up, type "ntbackup.exe" in the command box. This will save all the data into a back-up log file.

The time taken by the system to boot, depends on the registry entries. If there are too many entries then the system will take more time to start. That is why you should learn the answer to the question: how do you fix registry errors. When you use the free windows repair software, it automatically does all the work for you without you being entering so many commands.

While you fix the registry errors, pin point the error in the registry. Then remove the back-up and delete the file. The computer will automatically repair the missing file when you next start the computer. Or else you can use a program installation CD to repair or re-install the corrupted files.

If you want the system to work effectively and efficiently then you have to know the answer to the question: how do you fix registry errors. With so many changes in the registry like addition and deletion of programs, there's a need for you to learn the answer to the question: how do you fix registry errors?

Some of the registry repair software that you can use are Advanced system optimizer, Registry mechanic, WinZip registry optimizer, Uniblue registry booster and so on. The best registry repair software, repairs the entire system, checks the registry for errors and protects the computer. They are used, to make our work easy and without mistakes that may likely to occur when we do registry cleaning manually. Hence, you will now know the answer to the question: how do you fix registry errors?

Mehmet Onatli is a computer technology enthusiast and an expert in computer performance optimization. His site is about Registry Cleaner Reviews where he reviews the top registry cleaners. Read his Paretologic PC Health Advisor Review before deciding which software to get.


View the original article here