Please Add Preloader
Wed. May 13th, 2026

PRINT A DIR TREE OF ALL APPS -example

PRINT A DIR TREE OF ALL APPS tree “C:\Program Files” /f > “%USERPROFILE%\Desktop\ProgramFilesTree.txt”

  1. Program Files (64‑bit apps only)
    dir “C:\Program Files” /b > “%USERPROFILE%\Desktop\ProgramFiles_FOLDERS.txt”


  2. Program Files (x86) (32‑bit apps)
    dir “C:\Program Files (x86)” /b > “%USERPROFILE%\Desktop\ProgramFiles_x86_FOLDERS.txt”