HOW TO CHANGE PERMISSIONS from command line in windows Sep27 by Peter Flimel In cmd write : cacls D:\*.* /e /p Everyone:f /e is to preserve old permissions; /p is to add new permissions; :f mean Full Control [ R Read, W Write, C Change (write), F Full control ] SOURCE