Hi BigFixers,
Other system admin may have come across this already.
I’m trying to build up a relevance that pulls up all the list of folders pertaining to the information mentioned on this URL.
https://learn.microsoft.com/en-us/answers/questions/86088/windows-10-ent-c-drive-random-name-folder
I was thinking of cleaning this up via an action script.
The basic relevance I came up was the one below:
(names of it) of folders of folder “c:”
The logic I was thinking of was to find all folders which has more than 10-15 characters and the folder name should have no spaces.
Then I could create an action that deletes those folders perhaps via powershell script.
Thank you!