Jump to content

%SystemRoot%\YServer.txt not deleting


Recommended Posts

I have in Winapp2.ini:

 

[Yahoo! Messenger (Non-Chat Log)]

LangSecRef=3022

Detect=HKCU\Software\Yahoo\pager

Default=True

FileKey1=%ProgramFiles%\Yahoo!\Messenger|ypager.log

FileKey2=%ProgramFiles%\Yahoo!\Messenger\Cache|*.*|RECURSE

FileKey3=%ProgramFiles%\Yahoo!\Messenger\imvcache|*.*|RECURSE

fileKey4=%SystemDrive%\YServer.txt

 

and it's selected but when I <Analyse> it doesn't show fileKey4. Any ideas why?

Link to comment
Share on other sites

  • 4 weeks later...
Yes that is the answer....

 

Just tried to reproduce.

I get this error from CCleaner:

 

Error in file: C:\Program Files\CCleaner\winapp.ini

line: Filekey4=%SystemDrive%\YServer.txt

9 - Index out of interval range (or something similar, my WinXp is italian :-))

 

 

Wonder if CCleaner can't (safely) delete any file saved in Root... :unsure:

max_sig.gif Guide in italiano per CCleaner - Recuva - Defraggler - Speccy

Link to comment
Share on other sites

  • Moderators
Just tried to reproduce.

I get this error from CCleaner:

 

Error in file: C:\Program Files\CCleaner\winapp.ini

line: Filekey4=%SystemDrive%\YServer.txt

9 - Index out of interval range (or something similar, my WinXp is italian :-))

Wonder if CCleaner can't (safely) delete any file saved in Root... :unsure:

Because this: %SystemDrive%\YServer.txt

Must be written like this: %SystemDrive%|YServer.txt

 

The reason is because a backslash "\" was used, when CC expects there to be a upward slash "|" which is rather unintuitive and to this day I still forget about it when making some winapp2.ini entries.

Link to comment
Share on other sites

  • Moderators

So the corrected entry would be:

[Yahoo! Messenger (Non-Chat Log)]
LangSecRef=3022
Detect=HKCU\Software\Yahoo\pager
Default=True
FileKey1=%ProgramFiles%\Yahoo!\Messenger|ypager.log
FileKey2=%ProgramFiles%\Yahoo!\Messenger\Cache|*.*|RECURSE
FileKey3=%ProgramFiles%\Yahoo!\Messenger\imvcache|*.*|RECURSE
fileKey4=%SystemDrive%|YServer.txt

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.