mandiant / flare-vm

A collection of software installations scripts for Windows systems that allows you to easily setup and maintain a reverse engineering environment on a VM.
Apache License 2.0
6.22k stars 887 forks source link

Configuration: Hide the .lnk extension #521

Closed Ana06 closed 8 months ago

Ana06 commented 9 months ago

Details

Hide the .lnk extension by adding the NeverShowExt value to Computer\HKEY_CLASSES_ROOT\lnkfile string type (REG_SZ). It is too noisy.

Ana06 commented 9 months ago

It should be <registry-item name="Hide the .lnk extension" path="HKCR:\lnkfile" value="NeverShowExt" type="String" data=""/> but not sure if it is needed.

Ana06 commented 8 months ago

Just tested it, it is still needed it.