Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

glemsom/setslic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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
    • 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

About

Simple SLIC setup for VirtualBox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages