c# - Change Windows 7 Serial Number -


i want make little licene management c#.

with common pc-image, set workstations without serial number , want change serial number c# daemon.

my question: how can change serial number , activate windows 7 using c#?

thank you!

you're looking slmgr.vbs.
can call using process.start.


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -