Open Windows Explorer (Win Key+E
), select the address bar (Alt+D
), type in "Recycle Bin
", hit enter, your in.
Alternatively, open the Run window (Win Key+R
) and type shell:recyclebinfolder
Это может звучать как глупый вопрос, но я настроил свой Рабочий стол для отображения корзины, но я не могу щелкнуть по ней, потому что у меня на рабочем столе так много файлов и папок, что они проходят через правую часть моего рабочего стола и корзину или Корзина, или как она там называется, больше не видна, поэтому я не могу очистить ее.
Есть ли более быстрый способ открыть мусорную корзину / корзину без необходимости убирать мой грязный рабочий стол?
Благодарю.
Я попытался запустить поиск Recycle bin
(AKA Cestino в моей локализованной версии Windows 7) в проводнике Windows, но безуспешно:
Open Windows Explorer (Win Key+E
), select the address bar (Alt+D
), type in "Recycle Bin
", hit enter, your in.
Alternatively, open the Run window (Win Key+R
) and type shell:recyclebinfolder
You can try powershell:
@ECHO OFF start /b /wait powershell.exe -command "$Shell = New-Object -ComObject Shell.Application;$RecycleBin = $Shell.Namespace(0xA);$RecycleBin.Items() | foreach"
You could left click on a blank space on your desktop, start typing "recycle", then press enter.
This will open the recycle bin and show you the contents. Then you will have options across the top to "restore the files" or "Empty the recycle bin".