Popular Posts
Add file to google drive using Google.Apis.Auth.OAuth2; using Google.Apis.Drive.v2; using Google.Apis.Drive.v2.Data; using Google.Apis.Services; using Google.Apis.Ut... Enable SSL connection for Jsoup import org.jsoup.Connection; import org.jsoup.Jsoup; import javax.net.ssl.*; import java.io.IOException; import java.security.KeyManagement... JavaMail sample import java.io.File; import java.io.UnsupportedEncodingException; import java.util.Date; import java.util.Properties; import javax.activati...
Blog Archive
Stats
Hyper-V, windows 2003 guest system using audio
operation environment :
  • Host : windows 2008
  • Guest : windows 2003
step :
  1. Go into the Services section (under Admin tools, under Control Panel)
  2. Change the Windows Audio service from Disabled to Automatic - and start it
  3. Go to the Terminal Services Configuration section (under Admin tools, under Control Panel)
  4. Double click on RDP-TCP
  5. Select the Client Settings tab
  6. Clear the Audio Mapping check box
Remember to restart system and reconnect remote desktop connection.