Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programmatically renew Windows 8 developer license?

I'm trying to set up some automated testing against a Windows Store application. The big problem I see is that this will be setup a server we'd rather not touch and it just magically keep on building and running tests. This is a problem because Windows Store apps require a developer license to build or do anything with(like side-loading). And developer licenses must be renewed every 30 days.

Is there a programmatic way of renewing a developer license or some way to side-step this issue? I'd really rather not have to worry about logging into the build server every 30 days to renew the license

like image 973
Earlz Avatar asked Oct 23 '12 14:10

Earlz


1 Answers

I would suggest setting up a remote connection to the machine. You could also try building a virtual macro application that allows running the powershell command that WPCoder suggested. You could try recording the steps you need to take in order to renew your license and try to run it on a certain day in every month (this can be done easily via VS2010 / 2012).

I hope this helps! Good luck!

like image 175
BVdjV Avatar answered Oct 26 '22 00:10

BVdjV