2017年11月16日 星期四

where, Windows查詢程式執行位置的指令

在UNIX-like系統上面,可以直接用which這個指令就知道某個程式是從哪邊被執行的。在Windows上,則是使用where:
  1. where where
    C:\Windows\System32\where.exe
  2. where /?
第1個指令是在找出where這個指令放在甚麼地方,第2個指令則是where指令的使用方式。以上內容參考 Is there an equivalent of 'which' on the Windows command line? 若要看所有以.msc結尾的執行檔案則輸入:

  • where *.msc

C:\Windows\System32\azman.msc
C:\Windows\System32\certlm.msc
C:\Windows\System32\certmgr.msc
C:\Windows\System32\comexp.msc
C:\Windows\System32\compmgmt.msc
C:\Windows\System32\devmgmt.msc
C:\Windows\System32\DevModeRunAsUserConfig.msc
C:\Windows\System32\diskmgmt.msc
C:\Windows\System32\eventvwr.msc
C:\Windows\System32\fsmgmt.msc
C:\Windows\System32\gpedit.msc
C:\Windows\System32\lusrmgr.msc
C:\Windows\System32\perfmon.msc
C:\Windows\System32\printmanagement.msc
C:\Windows\System32\rsop.msc
C:\Windows\System32\secpol.msc
C:\Windows\System32\services.msc
C:\Windows\System32\taskschd.msc
C:\Windows\System32\tpm.msc
C:\Windows\System32\WF.msc
C:\Windows\System32\WmiMgmt.msc

_EOF_

沒有留言:

張貼留言