Microsoft

Get Windows 7 to display Installing Managed Software message like XP

0

When pushing applications via Group Policy (GPO), Windows XP displays a message Installing Managed Software but Windows 7 doesn’t by default. There is, however, a way to enable this feature.

Use Group Policy Management  and set the following:

Computer Configuration > Policies > Administrative Templates > System > Verbose vs normal status messages > Enabled

Update the Updates folder for Office 2010

0

If you are like me and have used a network installation point for Office 2010, then there is an easy way to have a fresh install with all the updates. Here are the steps:

  • Install Office 2010 to your liking on a PC
  • Use Microsoft Update to install all the needed updates for that PC
  • Use CollectUpdates.vbs to gather all installed Office updates and service packs (see TechNet)
  • Copy the collected updates from %Temp%\Updates to the network installation point’s Updates folder

That’s it. Next time you install Office 2010 it will install all those updates during the initial installation. *This method has replaced slip streaming.

Create a Windows 7 DVD with slipstreamed drivers

0

Here is the process to create a bootable Windows 7 DVD with your mass storage driver pre-loaded, or slipstreamed, into the media. This is along the lines of the old XP F6 way of loading a driver, except here we put the driver right into the installation media. To get started you need to perform a few preperation steps:

  • Install the WAIK for Windows 7
  • Create C:\test\offline and C:\drivers directories
  • Copy from Windows 7 DVD/ISO sources dir: the boot.wim and install.wim to C:\
  • Copy/extract your mass storage drivers to C:\drivers (OCZ Revo 3 in this case)

 

Open the Deployment Tools Command Prompt as an Administrator, and run the following commands.

 

Install.wim portion:

  1. Dism /Mount-Wim /WimFile:C:\install.wim /Index:1 /MountDir:C:\test\offline
  2. Dism /Image:C:\test\offline /Add-Driver /Driver:C:\drivers\ocz10xx-1.2.0.10490\amd64 /Recurse /ForceUnsigned
  3. Dism /Unmount-Wim /MountDir:C:\test\offline /Commit

 

Boot.wim portion (only needed for F6 type drivers used during initial setup):

  1. Dism /Mount-Wim /WimFile:C:\boot.wim /Index:2 /MountDir:C:\test\offline     (note: This must be /Index:2 and is the part that replaces the old F6 method like in XP)
  2. Dism /Image:C:\test\offline /Add-Driver /Driver:C:\drivers\ocz10xx-1.2.0.10490\amd64 /Recurse /ForceUnsigned
  3. Dism /Unmount-Wim /MountDir:C:\test\offline /Commit

The steps above in each portion mount the image, add the driver, and then save/unmount the image.

 

Finally, use UltraISO (not free) and open the original ISO and drag and drop your new .wim files to the sources dir within UltraISO. When prompted, choose Yes to replace the files. After that you can burn the ISO. There is a command line utility called oscdimg that can be used to create ISO files for free, but that is beyond the scope of this article. Google is your friend in that case.

You can add other drivers but only the storage, OCZ in this example, really needs to be in the boot.wim file so you can install Windows to your SSD.

Error 1723 There is a problem with this Windows Installer package – Java

1

Error when uninstalling Java or upgrading to a new version:

Product: Java(TM) 6 Update 27 — Error 1723.There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. Action UninstallJRE, entry: MSIUninstallJRE, library: C:\Program Files (x86)\Java\jre6\bin\regutils.dll

(Note: The above shows up in Event Viewer’s Application log as Event ID 11723)

 

Easiest and quickest fix:

In an Administrative command prompt tpye: regedit

From the Registry Editor menu choose Find and search for: Java(TM)

When a key is found, delete it and continue searching by pressing F3…deleting all that it finds.

* The only keys you don’t have to remove are the ones it finds relating to Firewall Rules

 

I also removed the Java directory in Program Files (x86) and removed the Sun directory in C:\Users\Administrator\AppData\LocalLow

No restart is necessary, now just re-install your latest build of Java.

Outlook 2010 receives a 550 NDR 5.4.4 ROUTING.NoNextHop

1

While using Outlook 2010 a user would get an immediate Undeliverable message when sending to one specific address. The diagnostic information contained the code of:

 

#550 5.4.4 ROUTING.NoNextHop; unable to route ##

First you should send a test email to the same address, but this time using Outlook Web Access or OWA for short. If the message sends okay that way, then the issue resides with Outlook’s cached email address.

This may have been caused by the user clicking a mailto URL in someones mail signature. If the person’s mailto URL is set up incorrectly, it may have the email address composed incorrectly and not use SMTP.

 

To fix this issue it is not as easy as just deleting Outlook’s cached copy of that single address. It takes the removal off the entire auto complete address cache inventory to resolve the issue.

From the Start menu search box or Run…, type Outlook /cleanautocompletecache

 

While I have not tested this, but I suspect if you are using Outlook 2007 you can just delete the .NK2 file that stores the cached addresses. (%appdata%\microsoft\outlook\*.nk2)

Windows Update hangs at downloading updates and eventually fails

0

Symptoms:

Windows Update pages loads fine and shows the needed updates.

You can manually download and install the updates, but if Windows Update is refreshed it will think the update is still needed.

The blue download progress bar never displays and the update will eventually error out and log an error message, but not in Event Viewer. (%WINDIR%\WindowsUpdate.log)

Checked:

Background Intelligent Transfer Service (BITS) and Automatic Updates services are started and running.

%WINDIR%\WindowsUpdate.log reveals errors regarding BITS and more than likely it is due to permissions.

Fix:

After running Microsoft’s Fix It to reset Windows Update to defaults, the issue has been resolved. (reboot required)

http://support.microsoft.com/kb/971058

 

Block applications, like Dropbox, with Group Policy

0

For the sake of security, IT admins sometimes need to block certain applications from running on their company PCs. iTunes, Dropbox, Limewire, BitTorrent, etc. can easily pose threats to your network. Some applications like Dropbox, which are somewhat secure, can pose a headache just because your company data can easily end up in the wrong hands. Or what if the person leaves the company? It is not something IT can easily manage. Apps like that are best not to be installed, but if they are how do you prevent them from running?

 

Group Policy helps solve this problem. In my example I block at the Computer level rather than the User. See this TechNet guide on Software Restriction Policies for more information.

 

The following software restriction GPO works on Windows XP, Vista, and Windows 7:

 

Computer Configuration\Policies\Windows Settings\Software Restriction Policies\Additional Rules\Path Rules: (right-click, choose New Path Rule…)

%AppData%\Dropbox\bin\*.exe (Disallowed)

Block Dropbox

Note there will be some default rules that the GPO will create automatically for normal applications to run unrestricted.

Outlook 2010 no longer suggests email address names in To field

1

By default Outlook 2010 caches email addresses that you have used when sending out emails. In Outlook 2007 these addresses were stored in %USERPROFILE%\AppData\Roaming\Microsoft\Outlook\*.NK2 . In Outlook 2010 they are now stored in a file called: %USERPROFILE%\AppData\Local\Microsoft\Outlook\RoamCache\Stream_Autocomplete_*.dat .

 

An issue I have seen is when Outlook 2010 is closed, the Stream_Autocomplete_ .dat file deletes. When this happens, Outlook will no longer auto-complete your email addresses names. To correct this issue you simply have to toggle the option of using the Auto-Complete List off and back on again.

Outlook 2010 > File > Options > Mail > Send Messages >

  • Press Empty Auto-Complete List (just for good measure)
  • Uncheck Use Auto-Complete List to suggest names when typing in the To, Cc, and Bcc lines
  • Press OK
  • Exit Outlook 2010
  • Re-open Outlook 2010 and Re-check the above option and OK it and exit Outlook

That has solved the issue for me and I have never had to rebuild the mail profile.

Internet Explorer 9 not showing site zone in the status bar

0

After you show the Status bar, IE 9 no longer displays the site zone assignment at the bottom. To find the zone you must right click on the web page and choose Properties. There you will see the Zone and protection mode statuses.

How to tell Windows 7 detected SSD drive

1

An easy way to tell if Windows 7 has properly detected your drive as an SSD is a simple task.

  • Choose Properties on your drive letter
  • Choose the Tools tab, Select Defragment now…
  • Choose Configure schedule…
  • Choose Select disks…

It is at this point you should NOT see your disk listed. This means Windows 7 did in fact detect the drive correctly as an SSD. You do not want to defragment an SSD drive. The firmware on the disk usually has something called TRIM support that handles where data is written. If you were to defragment the drive, the lifespan and speed can actually degrade.

Below are some screenshots of the steps mentioned above:

Go to Top