diff --git a/Targets/Windows/PerfLogs.tkape b/Targets/Windows/PerfLogs.tkape new file mode 100644 index 000000000..a91bb0eae --- /dev/null +++ b/Targets/Windows/PerfLogs.tkape @@ -0,0 +1,14 @@ +Description: Perflogs Folder Copy +Author: Vito Alfano +Version: 1.0 +Id: b87302c9-fe0e-4d07-9f9f-64c5b73c80a2 +RecreateDirectories: true +Targets: + - + Name: Perflogs + Category: Application + Path: C:\PerfLogs\ + Recursive: true + +# Documentation +# N/A diff --git a/Targets/Windows/ProgramData.tkape b/Targets/Windows/ProgramData.tkape new file mode 100644 index 000000000..4c6985ed2 --- /dev/null +++ b/Targets/Windows/ProgramData.tkape @@ -0,0 +1,14 @@ +Description: ProgramData Folder Copy +Author: Vito Alfano +Version: 1.0 +Id: 4f1c3500-57cf-4c34-9ede-434c193a2c77 +RecreateDirectories: true +Targets: + - + Name: ProgramData + Category: Application Data + Path: C:\ProgramData\ + Recursive: true + +# Documentation +# N/A