Ueli
Ueli

Reputation: 2411

Change Windows 7 Serial Number

I want to make a little Licene Management with C#.

With a common PC-Image, i set up some workstations without a serial number and then I want to change the serial number with a c# daemon.

My question: how can I change the serial number and activate windows 7 using C#?

Thank you!

Upvotes: 1

Views: 758

Answers (1)

SLaks
SLaks

Reputation: 887459

You're looking for slmgr.vbs.
You can call it using Process.Start.

Upvotes: 4

Related Questions