Contents tagged with command shell
-
Change User Rights Assignment via Command Line
https://www.tenforums.com/tutorials/88118-change-user-rights-assignment-security-policy-settings-windows-10-a.html more
-
Delete File Older Than X Days
ForFiles /p "C:\path\to\folder" /s /d -30 /c "cmd /c del @file"