Skip to content

Instantly share code, notes, and snippets.

@roboteck
roboteck / SolidWorks_Spoof.sh
Created October 30, 2021 05:32 — forked from W-Floyd/SolidWorks_Spoof.sh
Simple script to make a Virtualbox VM hidden enough to install SolidWorks
#!/bin/bash
__get_random_string () {
openssl rand -hex "${1}" | cut -c "1-${1}"
}
__my_vm='W10'