Script para resetar banco de dados do terminal server
@echo off
net STOP TermServLicensing
del C:\Windows\System32\Lserver\edb.chk
del C:\Windows\System32\Lserver\TLSLic.edb
net START TermServLicensing
@echo off
net STOP TermServLicensing
del C:\Windows\System32\Lserver\edb.chk
del C:\Windows\System32\Lserver\TLSLic.edb
net START TermServLicensing
Sobre o Autor