Categories
Windows

VST plug-in locations in Windows

Since I’m constantly confused with these, I’ll just jot these down for me to reference later on.

  • C:\Program Files\VSTPlugins – 64-bit VST2 plug-ins.
  • C:\Program Files\Common Files\VST3 – 64-bit VST3 plug-ins. (Live 10.1 and later).
  • C:\Program Files (x86)\VSTPlugins – 32-bit plug-ins.

Note: Live 10 is 64-bit only, so 32-bit plug-ins won’t appear in Live 10. Likewise 64-bit plug-ins won’t appear in 32-bit versions of Live.

https://help.ableton.com/hc/en-us/articles/209071729-Using-VST-plug-ins-on-Windows

Categories
Windows

“Windows cannot be installed to this disk. The selected disk has an MBR partition table. On EFI system, Windows can only be installed to GPT disks.”

Here’s the case: I’m installing Windows 10, but even when formatting a hard drive in the installer Windows still won’t install, but complains about MBR, EFI, GPT, whatever. The issue lies within the MBR that is on the target disk, and it needs to be converted to GPT:

  1. Hit shift + F10 to open the command prompt in the Win 10 installer
  2. diskpart to start the Disk Partitioner application
  3. list disk to show all disks
  4. select disk # where # is the target disk, as indexed by list disk
  5. clean Warning: This empties the target disk!
  6. convert gpt to finally convert MBR to GPT.

After this the target disk should be empty and ready for Win 10 installation.