Přesun (ne kopírování) na jinou jednotku drag and drop

To change the default drag-and-drop behavior for files to „Always Move“:

  1. Open the Registry Editor.
  2. Go to HKEY_CLASSES_ROOT and find the * folder.
  3. Right-click the folder and select „New“ > DWORD.
  4. Name the DWORD DefaultDropEffect.
  5. Double-click DefaultDropEffect and set the Value to 2.
  6. Still under HKEY_CLASSES_ROOT, scroll down until you find AllFilesystemObjects.
  7. Repeat steps 3-5.

Pokračovat ve čtení „Přesun (ne kopírování) na jinou jednotku drag and drop“

Registry Entries for VSTO Add-ins

I clicked to automatically disable a problematic add-in in Microsoft Office 2013 (Word, Excel) and I was unable to force Word to enable this plugin at start-up. I had to change a registry key:

For 32-bit: Root\Software\Microsoft\Office\application name\Addins\add-in ID
For 64-bit: Root\Software\Wow6432Node\Microsoft\Office\application name\Addins\add-in ID

Where Root is HKEY_CURRENT_USER or HKEY_LOCAL_MACHINE.

Change load_behavior from 0 to 3. The add-in will than start automatically.