Solved Hide *SOME* file extensions?

Overkill

New member
Local time
10:43 AM
Messages
18
Is there a way, possibly through GP, to only hide certain extensions? I know this happens with shortcuts (LNK files) because those NEVER show even when the option to show "all" is checked in Folder Options, but I don't see anything that would allow me to configure this...

I want to try and hide some of the RDP extensions that are cluttering my desktop...

Thanks
Overkill
 

My Computer

Computer Manufacturer/Model Number
Custom Built
OS
Windows 7 Ultimate x64
CPU
AMD Phenom II X6 1100T
Motherboard
ASUS Crosshair IV Extreme
Memory
8GB (2x4GB Corsair Dominator CMT8GX3M2A2000C9)
Graphics Card(s)
2x 1GB DDR5 XFX AMD RADEON HD 6870
Sound Card
Integrated
Monitor(s) Displays
32" 720p & 25" 1080p
Screen Resolution
1366x768, 1920x1080
Hard Drives
(1) 1.5 TB Western Digital WD15EARS-00S8B1
(3) 750GB Seagate ST3750640AS
PSU
Thermaltake Toughpower 700W
Case
HSPC Tech Station
Cooling
Stock/Air + Under my AC vent :D
Keyboard
Logitech K800
Mouse
Logitech MX Revolution
Internet Speed
Verizon LTE (downloading), 4-6Mbit/sec local ISP (gaming)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\RDP.File]
"NeverShowExt"=""
:-)


Edit: For others that might find this thread.
1) Show file extensions per this tutorial:
http://www.sevenforums.com/tutorials/10570-file-extensions-hide-show.html

2) Create a new text file on your desktop...
...right click on an empty spot on your desktop
...select New from the context menu
...select Text Document from the context sub-menu

3) open this newly create text file

4) highlight/copy all of the info in the code box above

5) paste all of that info into the open text file

6) save this text file

7) close/exit the text editor (notepad?)

8) rename the newly saved text file...
...right click on the file
...select rename from the context menu
...delete the entire name - including the file extension
...type in a new name hide-rdp-ext.reg
...click on Yes to the warning about renaming file extensions

9) merge the reg file...
...double click on the file
...click on Yes to the warning from the User Account Control
...click on Yes to the warning from the Registry Editor
...click on OK to the message from the Registry Editor

10) log off

11) log on

Files with the RDP file extension should now be hidden from most views.

Be careful what you wish for. Renaming a text file (or most any file) with the rdp extension will also hide that extension. For real RDF files, my limited testing shows that hiding the file extension has no impact on how the file works/interacts with the operating system.
 
Last edited:

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Employer provided Dell Latitude
OS
W7 Pro SP1 64bit
CPU
i7
Memory
8GB
Graphics Card(s)
Intel HD Graphics
Hard Drives
crappy SSD
Antivirus
Employer mandated Symantec Endpoint Protection
Browser
Pale Moon 64bit, IE11 64bit & Chrome 64bit
awesome, thank you so much!
 

My Computer

Computer Manufacturer/Model Number
Custom Built
OS
Windows 7 Ultimate x64
CPU
AMD Phenom II X6 1100T
Motherboard
ASUS Crosshair IV Extreme
Memory
8GB (2x4GB Corsair Dominator CMT8GX3M2A2000C9)
Graphics Card(s)
2x 1GB DDR5 XFX AMD RADEON HD 6870
Sound Card
Integrated
Monitor(s) Displays
32" 720p & 25" 1080p
Screen Resolution
1366x768, 1920x1080
Hard Drives
(1) 1.5 TB Western Digital WD15EARS-00S8B1
(3) 750GB Seagate ST3750640AS
PSU
Thermaltake Toughpower 700W
Case
HSPC Tech Station
Cooling
Stock/Air + Under my AC vent :D
Keyboard
Logitech K800
Mouse
Logitech MX Revolution
Internet Speed
Verizon LTE (downloading), 4-6Mbit/sec local ISP (gaming)
Back
Top