omg, a talking sausage.

VMWare - Lassú Windows Indulás

Share |

A VMWare 6 WindowsXP SP2-re telepítése után hamar feltûnt, hogy a bootolási idõ sokszorosára nõtt.

Egyértelmû volt, hogy a problémát a VMWare azon processei és service-ei okozzák, amellyek autómatikusan elindulnak a Windowssal együtt.

A megoldás igen egyszerû. A Windows Services kezelõben a VMWare Service-eket kézi indításra kell átállítani.
Természetesen ezekre a Service-ekre továbbra is szükségünk van, így készítenünk kell egy batch fájlt, aminek segítségével elindíthatjuk ezeket a Szolgáltatásokat:

"VMWare Authorization Service"
"VMWare DHCP Service"
"VMWare NAT Service"
"VMWare Registration Service"
"VMWare Virtual Mount Manager Extended"

A batch fájl tartalma a következõ:

net start "VMWare Authorization Service"
net start "VMWare DHCP Service"
net start "VMWare NAT Service"
net start "VMWare Registration Service"
net start "VMWare Virtual Mount Manager Extended"
"C:\Program Files\VMware\VMware Workstation\vmware.exe"

A DHCP Service kihagyható abban az esetben, ha a Virtuális gépen minden eszköz Fix IP címmel rendelkezik.
A vmware.exe könyvtára értelemszerûen a telepítési könyvtár. Cseréld ki bátran, ha máshova telepítetted.

Ezek után a Windows a megszokott sebességgel kell, hogy induljon. Sok sikert!

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre> <code> <img> <p> <br>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. The supported tag styles are: <foo>, [foo].

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.