Windows Registry Editor Version 5.00

; ============================================================
; ShowFileExtensions.reg
;
; Forces File Explorer to always show file extensions and
; hidden files/folders (but not protected OS files), which
; helps avoid double-extension malware tricks (e.g. "invoice.pdf.exe").
;
; Usage: double-click to apply, then sign out and back in
; (or restart explorer.exe) for it to take full effect.
;
; To revert, change HideFileExt back to 1 and Hidden back to 2.
; ============================================================

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"HideFileExt"=dword:00000000
"Hidden"=dword:00000001
"ShowSuperHidden"=dword:00000000
