How do I import this WinApp2 entry as includes?

I want to import these WinApp2 entries as includes.

Reason is, I can enable or disable with a single click, instead of the 10 it takes using it as a WinApp2 entry.

_

[XP LocalService Cookies*]

LangSecRef=3025

DetectOS=|5.1

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%SystemDrive%\Documents and Settings\LocalService\Cookies|*.*|RECURSE

[XP LocalService History*]

LangSecRef=3025

DetectOS=|5.1

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%SystemDrive%\Documents and Settings\LocalService\Local Settings\History|*.*|RECURSE

[XP LocalService IETldCache*]

LangSecRef=3025

DetectOS=|5.1

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%SystemDrive%\Documents and Settings\LocalService\IETldCache|*.*|RECURSE

[XP LocalService Temp*]

LangSecRef=3025

DetectOS=|5.1

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%SystemDrive%\Documents and Settings\LocalService\Local Settings\Temp|*.*|RECURSE

[XP LocalService Temporary Internet Files*]

LangSecRef=3025

DetectOS=|5.1

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%SystemDrive%\Documents and Settings\LocalService\Local Settings\Temporary Internet Files|*.*|RECURSE

[XP NetworkService Cookies*]

LangSecRef=3025

DetectOS=|5.1

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%SystemDrive%\Documents and Settings\NetworkService\Cookies|*.*|RECURSE

[XP NetworkService History*]

LangSecRef=3025

DetectOS=|5.1

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%SystemDrive%\Documents and Settings\NetworkService\Local Settings\History|*.*|RECURSE

[XP NetworkService IETldCache*]

LangSecRef=3025

DetectOS=|5.1

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%SystemDrive%\Documents and Settings\NetworkService\IETldCache|*.*|RECURSE

[XP NetworkService Temporary Internet Files*]

LangSecRef=3025

DetectOS=|5.1

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%SystemDrive%\Documents and Settings\NetworkService\Local Settings\Temporary Internet Files|*.*|RECURSE

[XP NetworkService Temp*]

LangSecRef=3025

DetectOS=|5.1

Detect=HKCU\Software\Microsoft\Windows

Default=False

FileKey1=%SystemDrive%\Documents and Settings\NetworkService\Local Settings\Temp|*.*|RECURSE

_

On each section, I know I only need to use the line that is like the example below:

%SystemDrive%\Documents and Settings\NetworkService\Local Settings\Temp|*.*|RECURSE

Should I put it like this: %SystemDrive%\Documents and Settings\NetworkService\Local Settings\Temp|*.*|RECURSE

Or should I stop it here: %SystemDrive%\Documents and Settings\NetworkService\Local Settings\Temp

And select for it to just empty the entire temp folder.

Then, repeat for the other entries?

should I stop it here: %SystemDrive%\Documents and Settings\NetworkService\Local Settings\Temp

this but to get it to recurse you'll need to set the correct settings via the ccleaner includes/excludes section

So, if I set CCleaner via includes options to empty the entire Temp folder, that would be the correct way?

Or is there some recurse setting I am missing that your talking about?

Do the same for the others?

the one that says files and subfolders = recurse (I believe though at this point can't check as my computer needs a new MB)

Thanks! I will try that.

The code will be so much smaller this way, & enable/disable will be a single click. It should work better than WinApp2 for what I need, if all goes well.