KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#claude-code
#cli
#windows
#codex
#developer-tools
#dsh
setslic
★ 47
Open GitHub ↗
Simple SLIC setup for VirtualBox
Download README (.md)
Explore Similar Repositories
Wayback-HN
:
A cross between Hacker News and the Wayback Machine
aws-architect.js
:
Deploy Node.js microservice to AWS Lambda and API Gateway
opencv-disparity-map-tuner
:
A simple Qt GUI application to tune OpenCV StereoCorrespondenceBM parameters and see live updates
OSMStreetLight
:
No description available.
goddp
:
DDP Server implemented with golang
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
setslic
?
Download (.md)
## Description Simple shell script to modify a VirtualBox VM to use a ACPI SLIC table, and set custom BIOS/System values. The intention is to enable VirtualBox to run Windows using the builtin ACPI SLIC and MSDN table - to supply activation information. Use at your own risk, might not work universally across all vendors. (Tested with Lenovo and newer Dell machines) ## Manage License in Windows * During install, select: I do not have a product key" * Install Windows and Guest Additions * Get an administrative CMD * slmgr /ipk <Product Key put out by setslic> * slmgr /ato * Windows should activate telling you it has used a digital License * To revoke the key from a VM if you want to use it as a template: * slmgr /upk * slmgr /cpky * slmgr /rearm This script is from my blog at https://glemsomtechs.blogspot.com/2018/07/acpi-slic-in-virtualbox.html