How Can I Recover Deleted Python Files on School Computers?

0
13
Asked By TechieTraveler29 On

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

Answered By FileGuru93 On

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.

Answered By GadgetGuru88 On

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.

Answered By CodeSavior77 On

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.

Answered By BackupBuddy101 On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.