Skip to content

Commit 06ae25f

Browse files
Create auto_clear_recyclebin.py
Made a script with python to automate deleting of recycle bin contents with command line.
1 parent 48c75a6 commit 06ae25f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#Python script to delete recycle bin contents with CLI without displaying that annoying progess bar but with a cool sound!
2+
3+
import winshell
4+
winshell.recycle_bin().empty(confirm=False, show_progress=False, sound=True)

0 commit comments

Comments
 (0)