-1

I am having issues with my Type of file parameter, and default opening. As you can see in the "open with" window, the option to select default is greyed out. On the left it says that the type of file is "NextCOup" which I have removed entirely, but this thing is a reminder of a bad memory, trying to uninstall that crapware after a careless free software install.

It is a plain text file (I checked in Linux) but varies as other text files aren't affected. This file is a readme of gpart usb install

I have tried various things and have searched on Google.

https://i.sstatic.net/pRvZO.jpg

lzam
  • 1,440

3 Answers3

0

Windows identifies filetypes by the file extensions after the . in the filename. Normally the "Always use the selected program to open this kind of file" button tells Windows to change which program you should use to open all other files with the same extension.

Your particular text file, however, does not have an extension after the filename. This is what is keeping you from changing the file association. If you rename the file to include a .txt extension, it should open in Notepad (or whatever other default program you choose to open text files) every time.

This "NextCOUp" probably somehow managed make itself the default program for all unknown filetypes. It is possible it modified the registry key at HKEY_CLASSES_ROOT\Unknown.

lzam
  • 1,440
0

Currently, malvertisements have been flooded the Internet. Starters' PC could be easily messed up with such annoying plus stubborn greyware, while an out-dated security client may be unable to fully protect newbie from those aggressive drive-by download -- technically, we'd call 'em as downware, or customized installer/ downloader: they live up with their names.

Once user run that wild setup file, those sponsored junkware could make theirselves the king of the programs list, browser configurations (e.g., homepage, search provider, etc) and related system settings.

At this point, I personally recommend that you:

  1. Perform a virus scan regularly under Safe Mode using an up-to-date security software. Here, I'd recommend avast to U.
  2. Clean potentially unwanted programs (aka, PUPs). Check out "Uninstall a program" >> force remove any other unwanted/ unknown items in the list via an uninstall tool pro if Windows' uninstall utility does not help too much.
  3. To avoid foistware and malware infection, DO scan your download via the recommended avast or Virstotal from Google. Be cautious when you run ad-based installer like some freeware even downware.

Thanks and take care.

0

Had the same problem, here's what worked for me:

Start cmd as admin (on win8: press windows button; type cmd; CTRL+SHIFT+ENTER).

assoc .="No Extension"
Kunal
  • 1,899