-
Notifications
You must be signed in to change notification settings - Fork 27
How to use WinKVM (English)
Your operating system may be unstable after installing WinKVM because this software is alpha version.
Do not try to run on multi CPU system. If you want to it, you have to add the boot option to your Windows system to run with single-core mode. To enable onecpu mode, type command on windows command prompt as follows:
cd c:\
attrib -h -r -s boot.ini
Now, you can see boot.ini in your c:\
Boot.ini is just a textfile so you have to add the textline as follows:
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional (onecpumode)" /noexecute=optin /fastdetect /onecpu
Reboot your system and select "onecpumode".
First, Download the latest WinKVM binary file from http://github.com/ddk50/winkvm/downloads
Second, you have to WinKVM driver. Execute DIP_gui.exe attached to the binary archive to install winkvm driver. (Also, DIP_gui.exe is written by Mr.Kenji Akio. Thanks)
Third, Push the "..." button to select winkvmstab.sys driver and push the "Install" button to install the driver. Driver installation is required only one time. If you want to uninstall the driver, you can "..." button again and push the "Uninstall" button.
Finally, Now, you get ready to run WinKVM. Execute the batchfile that is named "WinKVM.bat" to execute WinKVM.
Have a fun!