Skip to content

Instantly share code, notes, and snippets.

View UsmanCyber66's full-sized avatar
๐Ÿ˜Ž
Building some tools in Python

Usman Ali Khan UsmanCyber66

๐Ÿ˜Ž
Building some tools in Python
View GitHub Profile
@jetfir3
jetfir3 / download_workstation.ps1
Last active July 9, 2026 19:05
Download VMware Workstation for Windows without a Broadcom Account
<#
.SYNOPSIS
Download VMware Workstation Pro for Windows from Archive.org
.DESCRIPTION
This script downloads VMware Workstation installers directly from the archive.org VMware Workstation archive.
It allows for interactive menu selection or direct version specification.
.PARAMETER Version
Specifies the version of VMware Workstation to download (e.g., "17.6.3").
.PARAMETER Help
Displays the help information for the script and exits.