beatcracker / VSCELicense

PowerShell module to get and set Visual Studio Community Edition license expiration date in registry
Microsoft Public License
304 stars 95 forks source link

Added 2013 uuid. #18

Closed andreburto closed 2 years ago

andreburto commented 2 years ago

Added the necessary UUID and information to get these commands to work with my copy of Visual Studio Community 2013.

I tested it using -AddDays 0 and confirmed the license expired dialog popped up. Then without that, defaulting to adding 31 days, VSC2013 worked as expected.

beatcracker commented 2 years ago

Awesome, thanks!