Skip to content

Commit

Permalink
Create always show file extensions
Browse files Browse the repository at this point in the history
HideFileExt
  • Loading branch information
beerisgood authored Nov 1, 2017
1 parent 250f5e3 commit 214123f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions always show file extensions
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
On standard Windows settings, Malware can hide itself if the filename is like:
Secure-File.txt.exe

What you see? A file named
Secure-File.txt

Of course the attacker can add a differend icon to the file, so it looks like you open the file extension you think.
And if you then open the file, its to late. See Crypto trojans

Go to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
and change the string
HideFileExt
to
00000000

Finish. No restart required. You can config this in Windows explorersettings too.

0 comments on commit 214123f

Please sign in to comment.