• How Microsoft is using Virtual Server

    Many of you would like to know how Virtual Server is being used at Microsoft. Here's a response from Jeff Woolsey, Lead Program Manager for virtualization. Thanks Jeff! Virtual Server is being used in a variety of ways at Microsoft, including for test...
  • Tip: Opening the Administration Website over a remote connection

    If you're connected to Virtual Server over a Terminal Services or Remote Desktop connection, you'll get a "Page cannot be displayed" error if you try to launch the Administration Website from the shortcut on the Start menu. Instead, you can provide this...
  • Tip: Turning off the virtual machine beep

    If you want to turn off the beep that sounds when you turn on a virtual machine, you can run the following two commands. The first stops the BEEP service and the second disables it on subsequent reboots. net stop beep sc config beep start= disabled...
  • Tip: Speeding up application installation

    If you want your applications to install more quickly in a virtual machine, do this: After you install the guest operating system, install Virtual Machine Additions, restart the virtual machine, and then install the applications.
  • Tip: How an app can discover it's running in a virtual machine

    Here's a tip from Paul Adare (author of Paul's Digital Lounge and Cigar Bar ). If you want an application to discover it's running in a virtual machine, you can do the following: You could query the registry for the existence of the HKLM\SOFTWARE\Microsoft...