Jump to content

flakshack

Member
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

172 profile views

flakshack's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. Sounds like you probably just need to configure your Windows 8 to auto-login. Here's a link to instructions: http://www.howtogeek.com/112919/how-to-make-your-windows-8-computer-logon-automatically/ There is no way to pass credentials from your Mac to a Windows VM. The Windows login process is specifically designed to prevent it (which is why you have to press CTRL-ALT-DEL). For example, you'll notice that you can't paste a password into the login prompt.
  2. @SouthGirl: Thanks for your reply. The workflow reads in the list of files from /Users/(your login)/Library/Parallels/Applications Menus. Can you please verify that you have files in this folder? Also, this workflow is for Parallels Desktop 8 for Mac. I'm not sure if it would work with a previous version. The workflow should display the items, even with just a "p<space>." For example, in this screenshot you can see the red parallels overlay to indicate the Windows apps: Also, it should say "Open File" instead of Open App, because the script is opening an XML file with the Parallels Link app. I noticed that in your screenshot, the Open File workflow is missing the "Parallels Link" Icon: On my system, this is located in: /Applications/Parallels Desktop.app/Contents/Applications/Parallels Link.app. I'm not sure why this would be missing, unless yours is installed somewhere else?
  3. This workflow is for anyone running Parallels. I have to run many Windows programs for my day job, so I have a Parallels VM running most of the time on my MacBook. I created this workflow to make it easier to launch these Windows apps from Alfred. When you press the "p" hotkey, alfred will display a list of programs taken from your Parallels VM's Start Menu: More Details If you're familiar with Parallels, you probably know that it creates a .app for each Windows program in: (home)/Applications (Parallels) Alfred does a pretty good job of picking these apps up and letting you launch them. Unfortunately, the names of the .app files are often poorly chosen. For example, the VMware vSphere Client is named "VpxClient.app" It is also not possible to launch MMC based apps this way (they all are launched via "Microsoft Management Console.app"). Fortunately there's a solution. Parallels also stores a copy of your Windows Start Menu in: (home)/Library/Parallels/Applications Menus Every file in this folder is actually an XML file and is named exactly as the program is named in your Start Menu. If you rename a shortcut in your Windows Start Menu, a few minutes later, the XML file in this directory will be updated. These XML files are associated with the "Parallels Link" program that is part of the main Parallels Desktop package. Initially I created the workflow using a simple "File Filter" input, but this didn't bring over the icons for the apps. So this workflow was created to scan the contents of (home)/Library/Parallels/Applications Menus and present the contents with icons as shown in the picture above. Notes: To remove the (home)/Applications (Parallels) apps from Alfred, you'll need to exclude that directory from Spotlight. Just open Spotlight preferences, change to the Privacy tab and drag that folder into the box. You may wish to change the hotkey to "Argument Required." Since I'm in Windows so often, I wanted the p hotkey to instantly show Parallels apps. However, this prevents Mac apps like Path Finder, Photo Booth, Pixelmator, etc from showing up at the top of the list. This only works for Parallels VMs that have the setting enabled: Options...Applications...Share Windows Applications with Mac. The code isn't 100% perfect yet. It shows some hidden, non-app files that it finds in those directories, but as you use the workflow, Alfred will de-prioritize those. Download: https://github.com/flakshack/ParallelsAppMenu/blob/master/Parallels%20App%20Menu.alfredworkflow?raw=true Any comments, criticisms or suggestions welcome!
×
×
  • Create New...