Thursday, October 28, 2004

#!/bin/sh

#==============================================================================
# File: OSServicesStartupItem.sh
# Installed As: VirtualPCOSServices
#
# Contains: Bash shell script for OS Services startup item.
#
# Copyright (c) 2004 Microsoft Corporation. All rights reserved.
#==============================================================================


I never thought I would see a MS bash shell script.

And here's a hint. If you can't get the Virtual Switch working in VPC 7, it may be because the special kernel extension it uses didn't get started.

Just open up Terminal before you start Virtual PC, and run this command:

sudo kextload /Library/Extensions/VirtualPCNetworking.kext

No comments: