Start Script Windows 10
Budget: €30 – €250 EUR
We need a script or a Windows service for a VMware machine (Guest) with Windows 10 that performs the following checks and actions every time Windows starts:
- Read and remember the computer name of the host with the command «ping 192.168.8.1».
- Check if the computer name of the VMware machine (Guest) matches the default.
Default: The computer name of the VMware machine (Guest) must be as follows: «{computername host}_ENG».
- If the computer name of the VMware machine (Guest) matches the default, then go to [A].
- If the computer name of the VMware machine (Guest) does not match the default, then go to [B].
[A]
- Check whether the software «xyz» with version «1.2.3» is already installed:
If so: do nothing and finish the script properly.
If not: install the software «xyz» and wait and check the correct installation. If the software is installed correctly, then exit the script properly.
[B]
- Change the computer name of the VMware machine (Guest) according to the default «{computername host}_ENG».
- Perform a restart.
All steps in the script should be logged. The script should be open so that we can edit it.
While the script is active, the user must be shown what is being checked and what actions are being performed via a simple UI. While the script is running, the screen must be freeze for the user.
- Read and remember the computer name of the host with the command «ping 192.168.8.1».
- Check if the computer name of the VMware machine (Guest) matches the default.
Default: The computer name of the VMware machine (Guest) must be as follows: «{computername host}_ENG».
- If the computer name of the VMware machine (Guest) matches the default, then go to [A].
- If the computer name of the VMware machine (Guest) does not match the default, then go to [B].
[A]
- Check whether the software «xyz» with version «1.2.3» is already installed:
If so: do nothing and finish the script properly.
If not: install the software «xyz» and wait and check the correct installation. If the software is installed correctly, then exit the script properly.
[B]
- Change the computer name of the VMware machine (Guest) according to the default «{computername host}_ENG».
- Perform a restart.
All steps in the script should be logged. The script should be open so that we can edit it.
While the script is active, the user must be shown what is being checked and what actions are being performed via a simple UI. While the script is running, the screen must be freeze for the user.