Skip to content

This tool extracts and displays data from the Recall feature in Windows 11, providing an easy way to access information about your PC's activity snapshots.

Notifications You must be signed in to change notification settings

martian58/Totalrecall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TotalRecall

TotalRecall is a tool that extracts and displays data from the Recall feature in Windows 11.

This repository includes implementations in both PowerShell and C, in addition to the original Python script:

  • PowerShell
  • C
  • Python: The original script by Alexander Hagenah (@xaitax).

Requirements

  • Windows 11
  • GCC
  • SQLite3 library for C

Compilation

gcc -o TotalRecall TotalRecall.c -lsqlite3

or 

make

About

This tool extracts and displays data from the Recall feature in Windows 11, providing an easy way to access information about your PC's activity snapshots.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published