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?