We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48c75a6 + 06ae25f commit e7bd769Copy full SHA for e7bd769
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