
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2014 08:58 PM
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?
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2014 06:29 PM
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.
• 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.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2014 06:29 PM
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.
• 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.
