cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
cojast
Engaged Sweeper III
Is there a way to remove the TrialKey exceed error and just go straight to the freeware license... or do i have to wait for the date to expire?
1 ACCEPTED SOLUTION
Hemoco
Lansweeper Alumni
To immediately revert to freeware, do the following:

• Execute the script below in the Lansweeper web console under Configuration/Scanning Setup/Database Scripts. Copy and paste the code and hit the Execute SQL Code button.

update tsysconfig set licensekey = ''
GO
update tsysconfig set trialmode = 0
GO
update tsysconfig set datefrom = ''
GO
update tsysconfig set dateto = ''
GO
Update tsysupdate set license = getdate()
GO

• Restart your web browser.

View solution in original post

1 REPLY 1
Hemoco
Lansweeper Alumni
To immediately revert to freeware, do the following:

• Execute the script below in the Lansweeper web console under Configuration/Scanning Setup/Database Scripts. Copy and paste the code and hit the Execute SQL Code button.

update tsysconfig set licensekey = ''
GO
update tsysconfig set trialmode = 0
GO
update tsysconfig set datefrom = ''
GO
update tsysconfig set dateto = ''
GO
Update tsysupdate set license = getdate()
GO

• Restart your web browser.