2022/02/17 #プラグ&プレイのコマンド

皆様おはようございます、

#猫でもできるPowerShell(備忘録)

#プラグ&プレイのコマンド

PS> Get-Command *pnp* |ft -a

CommandType Name                  Version         Source                             
----------- ----                  -------         ------                             
Function    Disable-PnpDevice     1.0.0.0         PnpDevice                          
Function    Enable-PnpDevice      1.0.0.0         PnpDevice                          
Function    Get-PnpDevice         1.0.0.0         PnpDevice                          
Function    Get-PnpDeviceProperty 1.0.0.0         PnpDevice                          
Application PnPUnattend.exe       10.0.19041.572  C:\WINDOWS\system32\PnPUnattend.exe
Application pnputil.exe           10.0.19041.1151 C:\WINDOWS\system32\pnputil.exe    
Application upnpcont.exe          10.0.19041.867  C:\WINDOWS\system32\upnpcont.exe   
Application wpnpinst.exe          10.0.19041.1288 C:\WINDOWS\system32\wpnpinst.exe   


キーを叩くよりはpnpデバイスを抜き差しした方が早そうな内容ばかりです
ではまた;