Category: Microsoft

Free eBook: Containerized Docker Application Lifecycle with Microsoft Platform and Tools

New to Docker and especially with hosting and managing on Microsoft Azure? Then this is a good starter read.

Fix for OneDrive high CPU

If your OneDrive seems to be constantly running at a higher than expected CPU (anything above 10%), then this fix may help. It worked for me. CPU settled down after a while.

To see what’s eating your CPU, press CTRL+SHIFT+ESC. On the ‘Process’ tab sort the ‘CPU’ column to show the largest number at the top. If you see OneDrive up at the top most of the time, then it probably needs this reset. It should be pretty much on 0% once all is synced.

All your account settings and files will remain in tact. Make sure you have installed the latest version too ( https://onedrive.live.com/about/en-us/download/ ).

  1. Press the Windows key + R to open the Run Window.
  2. In the Run Window enter the following:
    %localappdata%\Microsoft\OneDrive\onedrive.exe /reset
  3. Click OK. The OneDrive system tray icon on the desktop should disappear and re-appear after a minute or two.
  4. If the OneDrive system tray icon does not re-appear after a few minutes, do the following. In the Run Window Enter:
    %localappdata%\Microsoft\OneDrive\onedrive.exe

Awesome Tool and Diagnostic Util

I just found this very useful tool, especially if you are dealing with Azure VMs.

AzureTools

This is the tool used by the Azure Developer Support Team. You can install it while on a VM using Powershell by running the following in a Powershell command window:

md c:\tools; Import-Module bitstransfer; Start-BitsTransfer http://dsazure.blob.core.windows.net/azuretools/AzureTools.exe c:\tools\AzureTools.exe; c:\tools\AzureTools.exe

For more info see https://blogs.msdn.microsoft.com/kwill/2013/08/26/azuretools-the-diagnostic-utility-used-by-the-windows-azure-developer-support-team/

 

 

SSMS in High-DPI Displays: How to Stop the Madness

Got a new high resolution latop with scaling and struggling to use SSMS. Here’s the fix

SSMS in High-DPI Displays: How to Stop the Madness