Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to delete the information from PC.

Status
Not open for further replies.

amarg

Programmer
Nov 19, 2002
106
IN
Hi,

I installed a trial version of the software.
And now it's already expired. I did the uninstall of that software from add/remove program.

Now i insalled the new version of that software and at the time of launch, getting a error of "your trail version is already expired".

It means still my pc having the information from the old version.
I run the regedit and deleted all the entries related to this software.

Please let me know where else these software are storing the information.

Regards,
Amar
 
I assume it is a trick to stop anyone repeatedly using the software for a 'trial version'. If it shouldn't be doing this, tell the vendor.

Madawc Williams (East Anglia)
 
can you roll the system back to before you uninstalled the software? If so, can you not then install the new software as an upgrade rather then having to remove the trial software?

________________________________________

The Collective known as
The UK Alliance
________________________________________
 
Not to be dense here, but trial version of WHAT software?

Personally, if I was going to write software that was a trial version only, I wouldn't do the following:

o Put a registry key in identifying the install date
o Put in a hidden file

... instead I would do something like:
o Use a few bytes at the tail-end of the sector marked for the MBR and put the date there. :)

Sneaky, huh? You wouldn't be able to find it without a hex editor that could directly read hard drive sectors.

But, that's just the way I think. :)



Just my $0.02

"In order to start solving a problem, one must first identify its owner." --Me
--Greg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top