ログオン時に起動するアプリを取得する

ログオン時に起動するアプリを取得する

バッチ

コマンド:


wmic STARTUP get /value

実行例:


C:\>wmic STARTUP get /value

Caption=OneDrive
Command="C:\Users\username\AppData\Local\Microsoft\OneDrive\OneDrive.exe" /background
Description=OneDrive
Location=HKU\S-1-5-21-4193830735-681569592-348402080-1001\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Name=OneDrive
SettingID=
User=PCNAME\username
UserSID=S-1-5-21-4193830735-681569592-348402080-1001
Caption=SecurityHealth
Command=%ProgramFiles%\Windows Defender\MSASCuiL.exe
Description=SecurityHealth
Location=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Name=SecurityHealth
SettingID=
User=Public
UserSID=
Caption=VMware User Process
Command="C:\Program Files\VMware\VMware Tools\vmtoolsd.exe" -n vmusr
Description=VMware User Process
Location=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Name=VMware User Process
SettingID=
User=Public
UserSID=

コマンドサンプル一覧