Skip to content

Instantly share code, notes, and snippets.

@0verflowme
0verflowme / find_writable_locations.bat
Created November 26, 2019 05:01 — forked from egre55/find_writable_locations.bat
find_writable_locations.bat
@echo off
REM Script to find writable locations under C:\
C:
cd C:\TEMP\
echo Creating list of all directories and sub-directories
dir C:\ /s /b /o:n /a:d > C:\Temp\dirs.txt