PDA

View Full Version : How to completely remove program from a computer including database entries



Dman68
08-03-2020, 11:24 PM
I want to completely remove the TimeClockWindow program from a computer including the database path entries. I have uninstalled the program and made sure the folder is removed from the ProgramFilesx86 folder but when reinstalling the program it still remembers the database entries. Can you please tell me how to remove those entries from wherver they are stored on the computer. I want it to be as if I have never installed the program before. Are the entries somewhere in the registry or is there an .ini file somewhere that contains the database paths?

Thanks,
Darin

Paul Mayer
08-04-2020, 04:03 PM
The database path is in an ini file located in the following path on your computer:

C:\Users\USERNAME\AppData\Roaming\PayWin\tcw.ini

Note your USERNAME mine is paul on this computer so you would follow the path with your user name. Delete the tcw.ini file.

Dman68
08-04-2020, 04:28 PM
The database path is in an ini file located in the following path on your computer:

C:\Users\USERNAME\AppData\Roaming\PayWin\tcw.ini

Note your USERNAME mine is paul on this computer so you would follow the path with your user name. Delete the tcw.ini file.

Okay, thanks!