→ 🚀Are you a Lansweeper Champion?! Join our Contributor Program Sign up here!

Community FAQ
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.

General Discussions

Find answers to technical questions about Lansweeper.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now