Scripts
Firewall Export to CSV
import csv txt_file = 'input.txt' csv_file = 'output.csv' with open(txt_file, 'r') as file...
Bildsortierung
Kurze Vorwarnung dass dies hier überwiegend KI-generiertes Zeug ist. Hat funktioniert, muss aber ...
Downloads-Ordner sortieren
!!! WORK IN PROGRESS !!! # Pfad zum Downloads-Ordner $downloadsPath = "$env:userprofile\Downloa...