A student in my Python Programming class has gone and deleted everyone else's Python files from shared computers, and they've also been removed from the recycle bin. I tried using Event Viewer, but it didn't show me when those files were deleted, and 'Previous Versions' didn't help either. I'm using Windows 11 here. Is there a way to recover these files or at least find out when they were deleted?
4 Answers
In the event of deleted files, restoring from backups is your best bet. If no backups exist, it might mean the data wasn’t that critical. Additionally, it's concerning that there was a shared login for students; implementing individual accounts would help prevent this type of issue. Expelling that student might also send a clear message.
You should reach out to the IT help desk and ask if they take any backups or have snapshots of the filesystem. Also, remember this incident for the future; it’s crucial to back up your work to an external drive or use a service like GitHub. You never know when a tricky classmate could mess with your data! I recall when my workplace of over 4000 people faced a cyberattack, and we were without access to our files for months. It's a harsh reminder of how important backups are.
This whole situation really underlines the importance of proper backups. Consider using tools like Git for your projects—it’s not just for version control but also provides a safety net for your code. If this class is focused on programming, learning source control can be invaluable not just now but throughout your career.
If you have OneDrive set up, even after cleaning out the regular recycle bin, you might still find your deleted files in the OneDrive recycle bin online. Just log in there through your browser. However, if these school computers don’t have OneDrive, then that option won’t be available.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically