Jump to content

Recommended Posts

Posted

hello all :)

can some one help me to un do Extended File Extensions

; Show Extended File Extensions (.lnk/.url etc.)
[HKEY_CLASSES_ROOT\lnkfile]
"NeverShowExt"=0
[HKEY_CLASSES_ROOT\InternetShortcut]
"NeverShowExt"=0
[HKEY_CLASSES_ROOT\ShellScrap]
"NeverShowExt"=0
[HKEY_CLASSES_ROOT\DocShortcut]
"NeverShowExt"=0
[HKEY_CLASSES_ROOT\piffile]
"NeverShowExt"=0
[HKEY_CLASSES_ROOT\SHCmdFile]
"NeverShowExt"=0


Posted

if you want to undo a reg file's entry...just add a - like this example:

[-HKEY_CLASSES_ROOT\lnkfile]

"NeverShowExt"=0

Posted

Below is the default I have in registry. Removing the "whole key" as previously shown would not be a good idea as you will remove everything else under that key.

[HKEY_CLASSES_ROOT\lnkfile]
"NeverShowExt"=""

Posted (edited)

MHz is right about the default blank values in these subkeys.

But see this. So having values of 0 doesn't mean anything in particular in the first place.

Edited by Takeshi

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...