Installation Source Registry Key

Posted on by admin
  1. On 64-bit machines the 32-bit registry entries are stored in 'SOFTWARE Wow6432Node' key. Also, MSI registry searches have a flag for searching 64-bit registry locations. First you should determine if the machine has 32-bit or 64-bit Office installed and set the appropriate flag for your searches. – user527987 Feb 7 '11 at 8:08.
  2. After about 7 hours I gave up and started to search the registry. I change 2 registry keys and walla. The solution is CRAZY STUPID EASY!!!

It his very useful to provide a valid repair path to an MSI software in order to allow automatic repair capability of Windows Installer. Here's where to go in your registry.

Any longtime Microsoft Windows user knows that a single corrupt registry entry can kill an entire Windows installation. And, if you do not have the skills to manually edit your Windows registry, having an application to simplify registry editing can make life so much easier. Of course, there are plenty of proprietary registry cleaners, but there are also open source registry cleaners as well.

One of these open source tools is Little Registry Cleaner. In this blog post we will take a look at this open source registry cleaner to see if it can handle the task

This blog post is also available in PDF format in a free TechRepublic download.

Little Registry Cleaner features

Little Registry Cleaner (LRC) is one of the nicest and easiest of all the registry cleaners (open source or not). This tool puts you a mere two clicks away from fixing your registry. But LRC doesn't limit you to only scanning and fixing your registry. LRC also offers the following features:

  • Detects and removes unnecessary and/or inaccurate registry entries from the registry
  • Offers an easy to use Startup Manager to control what applications are starting at boot
  • Opens regedit from a menu entry
  • Includes Ignore List
  • Gives you Registry restore ability
  • Allows you to uninstall applications with an Application Manager
  • Provides a simple user interface

Judging from the feature list, one could conclude the name of the application not appropriate. Fortunately, for the user, the features all work and work well.

Care

Getting and installing

Installing Little Registry Cleaner is fairly standard. Download the installation file, double-click on the file, and walk through the installation steps. Once the installation is complete, you will find the entry in its own submenu of the Start menu called Little Registry Cleaner.

When you start Little Registry Cleaner, the main window (Figure A) allows you to do everything you need to do (outside of making any configuration changes).

Figure A

Little Registry Cleaner's main window allows easy access to all features.
Using Little Registry Cleaner, as stated earlier, is a snap. With the main window open you can quickly run a scan of the registry by clicking Scan Registry. The scan will happen quickly and will report all errors found (Figure B).

Figure B

Looks like LRC found a few errors.

To repair any errors, simply click the Fix Problems button.

Outside of doing a marvelous job of cleaning the registry, one of the best features of this tool is the uninstall feature. Why is this so nice? Because not only does it uninstall the application, it makes sure all registry entries are taken care of as well.

To uninstall an application, click on the Tools menu and select the Uninstall Manager. This new window (Figure C) will allow you to do two things:
  • Uninstall applications
  • Remove stray registry entries that have remained after applications have been uninstalled

Figure C

If there is an X beside an entry, it is a leftover registry entry that needs to be removed.

To remove a registry entry, select that entry and click the Remove Entry button. To uninstall an application, select the application and click the Uninstall button.

Startup Manager

If you look at the Startup Manager main window (Figure D), you will see how many systems (and subsystems) start upon a Vista boot. With Little Registry Cleaner, it's a simple matter to control all these systems.

Figure D

Clicking on the View button will take you directly to that item's registry entry.
To add a new run item, click on the Add button to open up the New Run Item window (Figure E). In this new window you need to add a Name, File Path (this is the path to the executable), and any Arguments necessary for the executable.

Figure E

To add the File Path, click the '..' button and search for the explicit path.

Registry Restore

The final feature of Little Registry Cleaner is the Registry Restore. If you click the Restore Registry button, you will open a list of saved entries (Figure F) to choose from.

Figure F

What you see is a list of saved registries to select from.

Each time you scan and fix your registry, Little Registry Cleaner saves a copy of your registry so you will always have a working copy. To restore to another registry, select the registry you know you want and then click the Restore button. You will notice (Figure F) that the three registries all show a different size. This size differential is due to the use of Little Registry Cleaner. As you can see the first registry was quite a bit larger than the other two.

When you click the restore button, you will be asked if you are sure. Of course you always want to be careful when making changes to your registry as you can cause your machine to be unusable.

Final thoughts

If you are looking for a simple way to clean and fix your registry but want to have a few extra bells and whistles along for the ride, Little Registry Cleaner is the way to go.

TechRepublic's Windows Vista and Windows 7 Report newsletter, delivered every Friday, offers tips, news, and scuttlebutt on Vista and Windows 7, including a look at new features in the latest version of the Windows OS. Automatically sign up today!

Document your code

Every project on GitHub comes with a version-controlled wiki to give your documentation the high level of care it deserves. It’s easy to create well-maintained, Markdown or rich text documentation alongside your code.

Sign up for free See pricing for teams and enterprises
  • HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftWindowsWindowsUpdate
  • HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer
  • HKEY_LOCAL_MACHINESYSTEMInternet Communication ManagementInternet Communication
  • HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesWindowsUpdate
  • HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftWindowsWindowsUpdateAU

Registry keys for Windows Updates

HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftWindowsWindowsUpdate

Entry nameData typeValues
DisableWindowsUpdateAccessReg_DWORD1 = Disables access to Windows Update.
0 = Enables access to Windows Update
WUServerReg_SZHTTP(S) URL of the WSUS server that is used by Automatic Updates and API callers (by default). This policy is paired with WUStatusServer, and both keys must be set to the same value to be valid.
WUStatusServerReg_SZThe HTTP(S) URL of the server to which reporting information is sent for client computers that use the WSUS server that is configured by the WUServer key. This policy is paired with WUServer, and both keys must be set to the same value to be valid.

WSUS registry keys for Internet Explorer

HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer

Entry nameData typeValues
NoWindowsUpdateReg_DWORD1 = Enabled. Users cannot connect to the Windows Update website.
0 = Disabled or not configured. Users can connect to the Windows Update website.

WSUS registry keys for Internet Communication

HKEY_LOCAL_MACHINESYSTEMInternet Communication ManagementInternet Communication

Domain Name Registry Key

Entry nameData typeCorresponding Group Policy SettingValues
DisableWindowsUpdateAccessReg_DWORDTurn off access to all Windows Update features1 = Enabled. All Windows Update features are removed. This includes blocking access to the Windows Update website at http://windowsupdate.microsoft.com, from the Windows Update hyperlink on the Start menu, and also on the Tools menu in Internet Explorer. Windows automatic updating is also disabled; you will neither be notified about nor will you receive critical updates from Windows Update. This setting also prevents Device Manager from automatically installing driver updates from the Windows Update website.
0 = Disabled or not configured. Users will be able to access the Windows Update website and enable automatic updating to receive notifications and critical updates from Windows Update.

WSUS registry key for Windows Update

HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesWindowsUpdateJetbrains pycharm license.

Entry nameData typeValues
DisableWindowsUpdateAccessReg_DWORD1 = Enabled. All Windows Update features are removed.
0 = Disabled or not configured. All Windows Update features are available

Registry keys for Automatic Update configuration options

HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftWindowsWindowsUpdateAU

Care Source Registry San Jose

Entry nameData typeValues
AUOptionsReg_DWORD2 = Notify before download.
3 = Automatically download and notify of installation.
4 = Automatically download and schedule installation. Only valid if values exist for ScheduledInstallDay and ScheduledInstallTime.
5 = Automatic Updates is required and users can configure it.
NoAutoUpdateReg_DWORD0 = Enable Automatic Updates.
1 = Disable Automatic Updates.
UseWUServerReg_DWORD1 = The computer gets its updates from a WSUS server.
0 = The computer gets its updates from Microsoft Update.
The WUServer value is not respected unless this key is set.
Clone this wiki locally