This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vmware [2020/07/09 00:16] – [VMWare Configuration] urguwno | vmware [2020/12/02 06:09] (current) – [Command Line Arguments] urguwno | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| * **CPU** - GW2 is very demanding on the CPU. Buy the fastest CPU you can afford, with a preference for more cores over the mhz. | * **CPU** - GW2 is very demanding on the CPU. Buy the fastest CPU you can afford, with a preference for more cores over the mhz. | ||
| - | * **GPU** - GW2 will need 1GB of video memory per VM, plus a gig or two for your host machine. Prioritize getting a video card with lots of video memory over a faster GPU. You can use multiple video cards (if your motherboard supports) it to run more VM's. | + | * **GPU** - GW2 will need 1GB of video memory per VM, plus a gig or two for your host machine. Prioritize getting a video card with lots of video memory over a faster GPU. You can use multiple video cards (if your motherboard supports it) to run more VM's. |
| * **RAM** - You will need at least 4GB of memory per VM, plus another 4GB for the host machine. Buy the slowest cheapest RAM your motherboard will support. | * **RAM** - You will need at least 4GB of memory per VM, plus another 4GB for the host machine. Buy the slowest cheapest RAM your motherboard will support. | ||
| * **Disk** - Buy at least a 2TB Solid-State Disk. (SSD) Major performance issues may occur if your disk is not solid-state. | * **Disk** - Buy at least a 2TB Solid-State Disk. (SSD) Major performance issues may occur if your disk is not solid-state. | ||
| + | * **BIOS/ | ||
| __**Virtual Machine " | __**Virtual Machine " | ||
| Line 34: | Line 35: | ||
| * **Display**: | * **Display**: | ||
| - | __**Windows Software Configuration**__ | + | __**Windows Software Configuration |
| * **Windows 10** [[https:// | * **Windows 10** [[https:// | ||
| - | * **VPN** [[https:// | + | * **VPN** [[https:// |
| + | * [[https:// | ||
| + | |||
| + | ======= Verify Minion Works! ======= | ||
| + | |||
| + | NOTE: Make sure the bot is functionally working before proceeding to the next following steps as troubleshooting becomes much more difficult afterwards. | ||
| ======= Giving VMWare Priority ======= | ======= Giving VMWare Priority ======= | ||
| - | The following VBScript file (.vbs) will give all your VM' | + | Use the " |
| - | Const HIGH_PRIORITY = 128\\ | + | https://www.prnwatch.com/prio/ |
| - | strComputer = " | + | |
| - | Set objWMIService = GetObject(" | + | |
| - | Set colProcesses = objWMIService.ExecQuery _ (" | + | |
| - | For Each objProcess in colProcesses objProcess.SetPriority(HIGH_PRIORITY) Next\\ | + | |
| ======= Command Line Arguments ======= | ======= Command Line Arguments ======= | ||
| Line 58: | Line 61: | ||
| * -nosound: Disables sound. | * -nosound: Disables sound. | ||
| * -nomusic: Disables music. | * -nomusic: Disables music. | ||
| - | * -shareArchive: | ||
| * -fps 5: Limits FPS to 5 at the character select screen. | * -fps 5: Limits FPS to 5 at the character select screen. | ||
| + | __**NOTE**__ | ||
| + | * The " | ||
| ======= Disabling Windows Update Automatic Reboots ======= | ======= Disabling Windows Update Automatic Reboots ======= | ||
| Line 165: | Line 169: | ||
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]\\ | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]\\ | ||
| " | " | ||
| - | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BFE]\\ | + | |
| - | " | + | |
| ======= Removing Difficult Processes in Safe Mode ======= | ======= Removing Difficult Processes in Safe Mode ======= | ||