What script do I use to remove a folder from all of the user profiles.
I have tried rd /s /q C:\Users\%username%\AppData\Local\GFI and this works on the computer, but only for the user who is logged on. I need a script that will remove this folder for all users.
I will be using a deployment toll to run the script.
I have tried rd /s /q C:\Users\%username%\AppData\Local\GFI and this works on the computer, but only for the user who is logged on. I need a script that will remove this folder for all users.
I will be using a deployment toll to run the script.