You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be reworked to consider/move those other types of executables on the machine.
Also should consider trying to remove self-signed certificates from the machine / not considering self-signed certificates as valid.
The text was updated successfully, but these errors were encountered:
Only finds .exe, .scr. Does not find
.bat
, powershell, or visual basic scripts.$Executables = Get-ChildItem -Path C:\ -Include *.exe, *.scr -Recurse -ErrorAction SilentlyContinue
This should be reworked to consider/move those other types of executables on the machine.
Also should consider trying to remove self-signed certificates from the machine / not considering self-signed certificates as valid.
The text was updated successfully, but these errors were encountered: