We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c75a6 commit 06ae25fCopy full SHA for 06ae25f
Automation/src/python-recyclebin/auto_clear_recyclebin.py
@@ -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