App for VMware Workstartion to auto start VM's on windows reboot

VMware Workstation AutoStart

This is an auto start app for VMware Workstation to auto start VM's on windows reboot with VMware Workstation installed.

Setup

1. Edit config.json to match your paths

{
    "vm-start": "D:\\Virtual Machines\\AutoStart\\start-vmware.json",
    "vmrun": "C:\\Program Files (x86)\\VMware\\VMware Workstation\\vmrun.exe"
}

2. Edit start-vmware.json

{
    "_comment": "Make sure the name is the same folder name as the .vmx file",
    "vsi": [

        {
            "location": "D:\\Virtual Machines\\",
            "name": "vcenter.example.local",
            "start": true,
            "gui": false
        },
        {
            "location": "D:\\Virtual Machines\\",
            "name": "vsan-witness.example.local",
            "start": true,
            "gui": false
        }
    ]
}

3. Add vm-start.exe & config.json to your startup folder on windows or create a short cut for vm-start.exe to its current folder

windows+r shell:startup

Similar Resources

Quick start repository for creating a Terraform provider using terraform-plugin-framework

Terraform Provider Scaffolding (Terraform Plugin Framework) This template repository is built on the Terraform Plugin Framework. The template reposito

Dec 15, 2022

Igo Agent is the agent of Igo, a command-line tool, through which you can quickly start Igo

igo agent 英文 | 中文 Igo Agent is the agent of Igo, a command-line tool, through which you can quickly start Igo, and other capabilities may be added lat

Dec 22, 2021

Getting start kubernetes operators.

Robot Operator Tutorial Intro This project understand to concept of Kubebuiler and creating native Kubenetes native resources. YAML sample can be foun

Jan 13, 2022

Stop using install.sh! Start using install.yml! DAJE...

Daje - A general purpose Ansible dotfiles installer Configure one time and run everywhere. What is this I've never liked using a big bash script to in

Nov 14, 2022

A simple Go app and GitHub workflow that shows how to use GitHub Actions to test, build and deploy a Go app to Docker Hub

go-pipeline-demo A repository containing a simple Go app and GitHub workflow that shows how to use GitHub Actions to test, build and deploy a Go app t

Nov 17, 2021

This is for managing Slack App Manifests, it is no use if you are not developing an App for Slack.

Terraform Provider Slack App This is for managing Slack App Manifests, it is no use if you are not developing an App for Slack. Requirements Terraform

May 23, 2022

ArgoCD is widely used for enabling CD GitOps. ArgoCD internally builds manifest from source data in Git repository, and auto-sync it with target clusters.

ArgoCD is widely used for enabling CD GitOps. ArgoCD internally builds manifest from source data in Git repository, and auto-sync it with target clusters.

ArgoCD Interlace ArgoCD is widely used for enabling CD GitOps. ArgoCD internally builds manifest from source data in Git repository, and auto-sync it

Dec 14, 2022

Cloud Service Auto Cert

CSAC (Cloud Service Auto Cert) Features Tencent Cloud Auto DNS Certification Auto Upload Cert File Auto Update CDN HTTPS Cert Auto Update CLB HTTPS Ce

May 6, 2022

Aws asg updater - Update AMIs within AWS Auto Scaling groups automatically.

AWS Auto Scaling Groups Updater AWS Auto Scaling group is a great way of managing Amazon EC2 instances. AWS Auto Scaling group watches the correspondi

Oct 7, 2022
reboot of Ebowla in order to simplify / modernize the codebase and provide ongoing support

Ebowla-2 reboot of https://github.com/Genetic-Malware/Ebowla in order to simplify / modernize the codebase and provide ongoing support Building / Runn

Nov 9, 2022
Reboot a machine without interrupting ongoing work

Smart Reboot What? Smart Reboot is a daemon(smartrebootd) and CLI(smartreboot) t

Dec 11, 2022
A web server for managing VirtualBox vms remotely(using VirtualBox CLI: vboxmanage)

VirtualBox-Manager A simple http server(using echo) and virtualbox wrapper for controlling virtualbox vms remotly. available commands: status on off s

Nov 4, 2022
Cloud-gaming-operator - The one that manages VMs for cloud gaming built on GCE

cloud-gaming-operator GCE上に建てたクラウドゲーミング用のVMを管理するやつ 事前準備 GCEのインスタンスかマシンイメージを作成してお

Jan 22, 2022
Git-auto-push - Auto commit and push to github repositories

Auto commit and push to github repositories. How to use git clone https://github

Dec 19, 2022
Go library for the VMware vSphere API

govmomi A Go library for interacting with VMware vSphere APIs (ESXi and/or vCenter). In addition to the vSphere API client, this repository includes:

Dec 6, 2021
macOS Unlocker V4.0 for VMware Workstation

macOS Unlocker V4.0 for VMware Workstation IMPORTANT Use a release from the Releases section of this GitHub repository. https://github.com/DrDonk/golo

Dec 29, 2022
How to get a Go / Golang app using the Gin web framework running natively on Windows Azure App Service WITHOUT using a Docker container

Go on Azure App Service View the running app -> https://go-azure-appservice.azurewebsites.net ?? This is an example repo of how to get a Go / Golang a

Nov 28, 2022
This plugin helps you to use the AWS Command Line Interface (AWS CLI) to start and end sessions to your managed instances

Session Manager Plugin This plugin helps you to use the AWS Command Line Interface (AWS CLI) to start and end sessions to your managed instances. Sess

Dec 28, 2022
Simple docker tui to list, start and stop your containers
Simple docker tui to list, start and stop your containers

docker-tui Simple docker tui that lets you list, start and stop your containers. Current status Rough, initial prototype. Build with This tool relies

Dec 2, 2022