TLDR
Enter a command. For example: gpupdate, diskpart, reg export.

where

 
Display the location of files that match the search pattern. Defaults to current work directory and paths in the PATH environment variable. More information: https://docs.microsoft.com/windows-server/administration/windows-commands/where.
 
  • Display the location of file pattern:
     
    where {{file_pattern}}
     
  • Display the location of file pattern including file size and date:
     
    where /T {{file_pattern}}
     
  • Recursively search for file pattern at specified path:
     
    where /R {{path/to/directory}} {{file_pattern}}
     
  • Display only the error code for the location of file pattern:
     
    where /Q {{file_pattern}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.