File names appear green

Often happens when you are sent zipped files from a Mac.

File name appears green because it is encrypted. Right click and choose properties, advanced, and uncheck the encryption box at the bottom of the property sheet.

Useful source of Windows tips:  http://www.andyrathbone.com/

SBS 2008 Backup fails shared protection point 0x81000101.

Source:  http://www.blackmanticore.com/6a2faef25aa97c2d8aa2a39b04f2af3a

If Windows Server backup occassionally gives you a timeout, and you get the following error:

Error
The shared protection point operation failed with error 0x81000101.

This error is caused when the volume shadow copy is taking more than 10 minutes and is timing out. You can try to increase the timeout value to fix this issue. This is done by adding a registry key:

  1. Fire up regedit.
  2. Navigate to key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\SPP.
  3. Create a new DWORD value with name CreateTimeout, set its value to the number of millis.
    For 20 minutes this would be decimal 12000000 (20·60·1000).

Try re-running the backup. The timeout should no longer occur. If it does, you may have to increase the value once more.

Notice
If you’re running Windows Server 2008 (or Vista), and have this issue regularly, you may have to install hotfix KB 956136 to resolve an issue with VSS, also causing this type of timeouts.