Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: How to get "new wave file" back when I right-clic?! [solved]  (Read 2214 times)

0 Members and 1 Guest are viewing this topic.

schafferdavid

    Topic Starter


    Starter

    How to get "new wave file" back when I right-clic?! [solved]
    « on: April 14, 2009, 03:18:57 AM »
    Hello, I often create empty wav file by using the "right-clic, new, wave file" function on the desktop, but recently, the wav file option has disappeared from the list (I can still create .txt, .ZIP etc...) How can I get it back?

    Thanks.

    D.S
    « Last Edit: April 15, 2009, 04:34:44 AM by schafferdavid »

    Shandy



      Intermediate
    • Thanked: 7
      • Experience: Beginner
      • OS: Unknown
      Re: How to get "new wave file" back when I right-clic?!
      « Reply #1 on: April 14, 2009, 06:52:35 AM »
      I'm not sure if this option comes standard with windows but I can't be certain, it sounds like a shell extension installed by another program. If you uninstalled any programs before it disappeared then try re-installing them.
      I suppose, in theory, it could also be caused by something you have recently installed that caused some sort of shell extension conflict causing neither to show properly but I know nothing when it comes to these things.

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: How to get "new wave file" back when I right-clic?!
      « Reply #2 on: April 14, 2009, 06:56:32 AM »
      the new submenu, at least for sound files, is not a shell extension at all.

      if your running XP try this registry script.

      it restores the "shellNew" key to the wavfile entry in the registry.

      Code: [Select]
      Windows Registry Editor Version 5.00

      [HKEY_CLASSES_ROOT\.wav\ShellNew]
      "FileName"="sndrec.wav"
      I was trying to dereference Null Pointers before it was cool.

      schafferdavid

        Topic Starter


        Starter

        Re: How to get "new wave file" back when I right-clic?!
        « Reply #3 on: April 14, 2009, 11:44:03 AM »
        Thanks.. but it doesn't work for me... Another idea anyone?

        D.S

        macdad-



          Expert

          Thanked: 40
          Re: How to get "new wave file" back when I right-clic?!
          « Reply #4 on: April 14, 2009, 11:46:16 AM »
          TweakUI  ;)

          Use it myself.

          Just Download it, and goto the "Templates" Tab on the window and you can add/remove file types to the list when you right-click
          If you dont know DOS, you dont know Windows...

          Thats why Bill Gates created the Windows NT Family.

          schafferdavid

            Topic Starter


            Starter

            Re: How to get "new wave file" back when I right-clic?! [solved]
            « Reply #5 on: April 15, 2009, 04:36:10 AM »
            This solved my problem! Thanks!! In the end, I think it all came down to some file association problem...