Skip to content

Instantly share code, notes, and snippets.

View TJYSunset's full-sized avatar
💠
💠

Todd York TJYSunset

💠
💠
View GitHub Profile
@TJYSunset
TJYSunset / UnrecycleThem.cs
Last active February 12, 2022 15:23
This program restores all files in your recycle bin. I wrote this because explorer failed to restore too many files. It's tested on Windows 10, Chinese Simplified and must be edited to run properly on Windows of other languages.
using System;
using System.Runtime.InteropServices;
using Shell32;
namespace UnrecycleThem
{
public class UnrecycleThem
{
public static void Main(string[] args)
{