I want to report a situation and at the same time ask for a feature...
In the include/exclude list, i can't use system variables, like for example %USERPROFILE%.
It is of extreme use in order to make the program portable (or to use it after a format, if the username changes).
This is because I want to exclude the temporaries of Chrome, Firefox and Internet Explorer, and if i use paths like:
Code: Select all
C:\Documents and Settings\Administrator\Local Settings\Application Data\Google\
C:\Documents and Settings\Administrator\Application Data\Mozilla\Firefox
C:\Documents and Settings\Administrator\Local Settings
Code: Select all
%USERPROFILE%\Local Settings\Application Data\Google
%USERPROFILE%\Application Data\Mozilla\Firefox\Profiles\
%USERPROFILE%\Local Settings\Temporary Internet Files
This makes the application dependent of the username of the system (not so good to use as a portable application)
Can anyone tells me if there is a work around, and at the same time, this is a request to the developer (of this great application!!)
Thx