diff --git a/CyLR/src/CollectionPaths.cs b/CyLR/src/CollectionPaths.cs index 44119b5..e740719 100644 --- a/CyLR/src/CollectionPaths.cs +++ b/CyLR/src/CollectionPaths.cs @@ -215,7 +215,8 @@ public static List GetPaths(Arguments arguments, List additional staticPaths.Add($@"{user.ProfilePath}\AppData\Local\Microsoft\Windows\UsrClass.dat.LOG2"); staticPaths.Add($@"{user.ProfilePath}\AppData\Local\Google\Chrome\User Data\Default\History"); staticPaths.Add($@"{user.ProfilePath}\AppData\Local\Microsoft\Edge\User Data\Default\History"); - staticPaths.Add($@"{user.ProfilePath}\AppData\Roaming\Microsoft\Windows\PowerShell\PSReadline\ConsoleHost_history.txt"); + staticPaths.Add($@"{user.ProfilePath}\AppData\Local\Microsoft\Terminal Server Client\Cache"); + staticPaths.Add($@"{user.ProfilePath}\AppData\Roaming\Microsoft\Windows\PowerShell\PSReadline\ConsoleHost_history.txt") } } // Handle macOS platforms @@ -605,4 +606,4 @@ internal class UserProfile public int FullProfile { get; set; } } } -} \ No newline at end of file +}