Jul 30, 2013

Windows 7 PC wakes up on it's own. How to stop it from waking automatically.

I had built a new Windows 7 PC for a customer that I found was randomly waking up from sleep on it's own while just sitting in my office.   I determined that it was the network adapter that was waking it up.  Now unless you have a machine that you are trying to log into remotely when it's asleep, you can probably disable this feature.


  1. Open your Device Manager - hit the Start button and type "device manager" and hit enter. Should take you right to it. 
  2. Expand the item called Network Adapters. You may see more than one network adapter listed here. I suggest starting with your hard-wired Ethernet LAN adapter before trying this on any wireless adapters. Right-click the adapter and hit Properties.
  3. You should see a Power Management tab. Switch to that tab.
  4. The settings in this tab will vary depending on your particular adapter, but what you want to look for is any option that mentions "Allow this device to wake this computer", "Wake on LAN", "Wake on link", "Wake on Magic Packet", etc, and disable (un-check) that option.
  5. Click OK and close Device Manager
  6. Test and see if your device stays in sleep mode. May require a reboot if its not working right away

Presence not shown or unavailable in Outlook 2010 but it's displayed in Lync 2013

Recently after upgrading one Office 365 user from Lync 2010 to Lync 2013, his Outlook 2010 was no longer displaying the "presence" indicators - the little green/red/yellow status bubbles next to people's name.
It seems there can be a variety of different causes and fixes, but in this case, the following information is what helped me out.  


First, look at this location in the registry...


[HKEY_CURRENT_USER\Software\IM Providers] 

It should show this ...

"DefaultIMApp"="Lync"

Then, check on the following two entries...

HKEY_CURRENT_USER\Software\IM Providers\Communicator] "ProcessId"=dword:00002458 "UpAndRunning"=dword:00000002 


[HKEY_CURRENT_USER\Software\IM Providers\Lync] "ProcessId"=dword:00002458 "UpAndRunning"=dword:00000002

The "UpAndRunning"=dword:00000002 value indicates that this particular IM service is available for use.  The system appears to be confused, thinking that both Communicator (the old name for Lync) and the current version of Lync are available.  What you need to do is to go to the entry for Communicator and change the dword value to 0.  

Now restart Outlook and see if your presence indicators are back.

Autopilot White Glove error message We couldn't find any Provisioning Packages

I was testing out the Windows Autopilot "White Glove" feature this week.  This is a new feature of the Intune AutoPilot service th...