Posts RSS Comments RSS 288 Posts and 68 Comments till now

Archive for the 'Windows' Category

Unlocking GodMode in Windows 7

I didn’t discover this trick, but that never stopped me from sharing.  Originally based off the Master Control Panel for Vista.

Want a good way to access ALL the control panel options in Windows 7 in one easy location?  Simply make a folder on your desktop and rename it GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} and you are all set.

Here is what your folder will look like after you rename it:

GodMode

FYI: I’ve heard that the trick will work in Vista x32 but not Vista x64.

Here is what GodMode will look like:

image

Download SP2 for Windows Vista and Server 2008

This update will come down via Windows Update but if you want to direct download the service pack here are the links you’ll need and some you may want.

Direct download links:
Other links to checkout:

System Update Readiness Tool for Windows 7 RC and Windows Server 2008 R2 RC (KB947821)

Having trouble with Windows Update?  This tool is being offered because an inconsistency was found in the Windows servicing store which may prevent the successful installation of future updates, service packs, and software.

 

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

Article includes download links for 32-bit and 64-bit.

UPDATE: Exchange 2007 SP1 Rollup 8

This one addresses a long outstanding issue with running Exchange 2007 SP1 on Windows Server 2008.

 

Click here to get more information on installing Exchange 2007 SP1 on Windows 2008…

 

Excerpt from the MS Exchange Team:

  1. KB 969690 – We have fixed the bug introduced in Update Rollup 7 which caused the sender of the Delivery Status Notification (DSN) to be unresolved.
  2. Disable kernel mode authentication in Windows Server 2008 for CAS servers – As documented here, it was required to manually take the additional step to configure the CAS servers running Windows Server 2008 to disable kernel mode authentication. Starting this rollup, the installer will configure this for you.
  3. X-Header promotion to named properties- Change to the way X-headers are promoted to named properties. More on this in Jason Nelson’s blog post Named Properties, X-Headers, and You.
  4. KB 961606 – We have fixed a bug where Outlook Web Access (OWA) users may find that the font size of plain text messages is extremely small on third-party Web browsers.

 

Click here to download the rollup…

Click here to read the MS Exchange Team’s post…

New Installation Guide for Exchange 2007 CCR on Server 2008 published

If you haven’t had a chance to bookmark the Exchange 2007 installation guides now is the time to do so.  The MS Exchange Team just released a new installation guide for Cluster Continuous Replication (CCR) on Server 2008.  Head on over and check it out.

 

They also made some other updates to previous installation guides as well…

WinSxS, Disk Space and Windows 7

A very hot topic among Vista user is the seemingly robust size of the WinSxS directory and it’s ability to grow with apparently no limit.  While most users are not too overly concerned with disk space and have GBs to burn, the majority (myself included) still like to keep the footprint of the operating system as small as possible.  I have posted on the topic a couple times before:

I came across an interesting post today by Michael Beck on the Engineering Windows 7 blog about Disk Space.  As I began to read the post I realized that this was by far the best explanation of the WinSxS directory to date.  I encourage anyone and everyone who is interested in understanding the WinSxS directory in Vista to give this post a thorough read through.  You may just change your mind about moving or deleting the WinSxS directory.  A couple interesting tidbits to wet your appetite:

The Windows SxS directory represents the “installation and servicing state” of all system components. But in reality it doesn’t actually consume as much disk space as it appears…

In practice, nearly every file in the WinSxS directory is a “hard link” to the physical files elsewhere on the system—meaning that the files are not actually in this directory.

The WinSxS directory also enables offline servicing, and makes Windows Vista “safe for imaging”.

While it’s true that WinSxS does consume some disk space by simply existing, and there are a number of metadata files, folders, manifests, and catalogs in it, it’s significantly smaller than reported. The actual amount of storage consumed varies, but on a typical system it is about 400MB.

Click here to read the post…

File Server Migration Toolkit (v1.1)

Overview

Many organizations today are consolidating older file servers to reduce the cost of managing multiple file servers and to increase the efficiency of storage allocation and backup tasks. When organizations migrate data to file servers running Windows Server® 2003 and Windows Server 2008, they can take advantage of new features, such as Shadow Copies for Shared Folders and the Volume Shadow Copy service, and enhancements to other technologies, such as Distributed File System (DFS).

Unidentified Network issue with VMWare’s virtual NICs in Vista

Issue:

You’ve installed VMWare Workstation on Vista or Windows 7 and the two VMNet adapters display as unidentified by the host OS.  This causes your firewall profile to switch to the Public setting and lock down your computer even on a trusted network.  Manually switching the virtual NICs to Private solves the problem only until the next reboot.

Cause:

The root cause has to do with the way Vista and Windows 7 automatically identifies network types.  The information can be found on MSDN:

Windows Vista automatically identifies and monitors the networks to which a computer connects. If the NDIS_DEVICE_TYPE_ENDPOINT flag is set, the device is an endpoint device and is not a connection to a true external network. Consequently, Windows ignores the endpoint device when Windows identifies networks. The Network Awareness APIs indicate that the device does not connect the computer to a network. For end users in this situation, the Network and Sharing Center and the network icon in the notification area do not show the NDIS endpoint device as connected. However, the connection is shown in the Network Connections Folder. Also, if NDIS_DEVICE_TYPE_ENDPOINT is set, the Windows Firewall ignores the connection when Windows Firewall enforces public, private, or domain policies.

Solution:

NOTE: This solution will also work on Server 2008 when you have multiple NICs installed (aka: cluster or backup network). 

Option 1

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 number to view the article in the Microsoft Knowledge Base:

  • 322756 How to back up and restore the registry in Windows
  1. Click Start, click Run, type regedit, and then click OK.
  2. Click the follwoing subkey:HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}
  3.  

  4. Browse through the 00xx subkeys until you find the REG_SZ VMNet subkey with a value of either “\DosDevices\VMnet8” or “\DosDevices\VMnet1” (default values)
  5. On the Edit menu, point to New, and then click DWORD Value.
  6. Type *NdisDeviceType, and then press Enter. 
  7. On the Edit menu, click Modify.
  8. Type 1, and then click OK.
  9. Exit Registry Editor.
  10. Disable & re-enable the VMWare NICs
  11. DoneNote: In case simply disabling and re-enabling the virtual NICs doesn’t fix the problem immediately reboot your computer.  

Option 2

If all this seems a bit confusing or you are unfamiliar with modifying your registry then you can download a powershell script that will automagically do the work for you.

Option 3

If you only use VMWare Workstation guests in a Bridged network then you can simply disable the NICs which will solve the problem all together.

This information was originally posted here…

Download Windows Group Policy ADM & ADMX templates

Administrative Templates (.admx) for Windows Vista

This download provides the complete set of Administrative Template (.admx) files for Windows Vista

Administrative Templates (ADMX) for Windows Server 2008

This download details page provides the complete set of Administrative templates (ADMX) for Windows Server 2008. Additionally, there is a separate download that includes the ADMX and ADML files for Group Policy preferences.

Administrative Templates (ADM) for all other Windows operating systems

This download provides a complete set of current and previously shipped Administrative Template files (.adm files) included by default in Windows operating system and service pack releases, beginning with Windows 2000.

Microsoft Product Support (MPS) Reporting Tools

For anyone who has ever called MPS to troubleshoot an issue you will know these tools.  For those that haven’t this is a must to bookmark.  These tools are used by MPS to gather configuration data from a server for troubleshooting purposes.  You can run the tool to gather critical data BEFORE you call MPS.  Having this critical data ready will greatly help to speed things up with MPS and get your issue resolved much quicker.  Though these tools are old (2004) they are still quite useful.

MPS Reporting come in a variety of flavors

(Please review the included readme file included with each reporting tool for more information on usage)

  • Alliance
  • Cluster
  • Active Directory (DirSvc)
  • Exchange
  • MDAC
  • Network
  • Base Setup (SetupPerf)
  • SQL
  • SUS

Overview

The Microsoft Product Support Reporting Tool facilitates the gathering of critical system and logging information used in troubleshooting support issues. The reporting tool DOES NOT make any registry changes or modifications to the operating system. There are 8 specialty versions, one for each of the following support scenario categories: Alliance, Directory Services (not for Windows NT 4.0), Networking, Clustering, SQL, Software Update Services, MDAC and Base/Setup/Storage/Print/Performance. Each version gathers some of the same basic information but there are specific reports unique to each of the support scenario categories. Please read the readme.txt files for more details about each version.

Microsoft Premier Services Reporting Utility

Another useful tool is the Premier Services Reporting Utility.  (PFE Version)  This version is newer and also supports x64 bit Windows platforms.  This one is not as specialized as the tools listed above but useful to gather detailed system status and configuration information when the above tools don’t fit your needs.  This utility will also gather limited information on SQL and Exchange.

Next »