We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get-PSAutorun -ServicesAndDrivers | ? { $null -eq $_.Lastwritetime } Path : HKLM:\System\CurrentControlSet\Services\AsIO Item : ImagePath Category : Drivers Value : SysWow64\drivers\AsIO.sys ImagePath : SysWow64\drivers\AsIO.sys Size : LastWriteTime : Version : Path : HKLM:\System\CurrentControlSet\Services\AsUpIO Item : ImagePath Category : Drivers Value : SysWow64\drivers\AsUpIO.sys ImagePath : SysWow64\drivers\AsUpIO.sys Size : LastWriteTime :
Have the correct imagepath
> $PSVersionTable PSVersion 5.1.17763.134 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.17763.134 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
The text was updated successfully, but these errors were encountered:
Fix for issue #52
40e04bd
No branches or pull requests
Steps to reproduce
Expected behavior
Have the correct imagepath
Environment data
The text was updated successfully, but these errors were encountered: