'Open' No Longer Default when Double Clicking My Computer, Folders

KapaKai5O

New member
Member
Local time
3:13 PM
Messages
43
When it rains, it seems to pour! Or perhaps I've entered the IT Twilight Zone?
Today, out of the blue, when I double click 'My Computer', any folder, and most links (Control Panel links etc.), instead of said objects opening normally, another program that has set itself into the context menu opens instead.

Because for some unknown reason, and unlike every other system, opening that program is now the default action?!

In other words, this program (which is on all my computers) mysteriously replaced 'Open' as default action on this one system.
Where 'Open' used to be on the top of the right-click menu, this program has now taken that spot.
I can however, right-click every one of these objects and choose 'Open' and they all open normally.
I've got this same setup on other computers and this hasn't happened.

Though I've never experienced this on my own systems, I HAD notes on how to fix this in XP, 2003 and earlier, but I'm unable to get to them at the moment.

I've only started working with W7, so I'm not sure where to begin, but as I recall, it should be a simple registry fix.

I have setup custom context menus items that I don't want to mess up.
Can I somehow simply make 'Open' the default action without messing with existing context menus?

Thank you for any help - Any minute I'm expecting Rod Serling to walk through my door.
rolleyes.gif
 

My Computer My Computer

At a glance

Win 7 Pro 32bit - XP & W2K3 Server - Linuxi716 GBRadeon HD 7800 Series
Computer type
PC/Desktop
Computer Manufacturer/Model Number
ASUS - Home Built
OS
Win 7 Pro 32bit - XP & W2K3 Server - Linux
CPU
i7
Motherboard
Intel
Memory
16 GB
Graphics Card(s)
Radeon HD 7800 Series
Sound Card
Asus Xonar
Monitor(s) Displays
Asus
Hard Drives
SSD - Samsung EVO 1 TB + WD 2 TB x 4
PSU
EVGA G3 1000
Case
Thermaltake Level 10 GT
Cooling
Lots
Keyboard
Logitech
Mouse
MX Master 3
Internet Speed
1GB
Antivirus
Never
Browser
Pale Moon & Ungoogled Chromium, Brave etc.
Other Info
I thank you for this impressive forum
go to command prompt and write this command:
cd\
c:\> attrib -r -h -s autorun.inf
c:\> del autorun.inf
d:\> attrib -r -h -s autorun.inf
d:\> del autorun.inf
restart the pc

c and d reffers to the letters of partitions you have on your HD , if there is more - execute for everyone
 

My Computer My Computer

At a glance

Win 7 Ult 64-bitAMD Athlon 455 3core6 Gb 1333MhzGForce 545 1,5Gb 192-bit
OS
Win 7 Ult 64-bit
CPU
AMD Athlon 455 3core
Memory
6 Gb 1333Mhz
Graphics Card(s)
GForce 545 1,5Gb 192-bit
Monitor(s) Displays
LG IPS234
Hard Drives
1tb
Case
Acer Predator
go to command prompt and write this command:
cd\
c:\> attrib -r -h -s autorun.inf
c:\> del autorun.inf
d:\> attrib -r -h -s autorun.inf
d:\> del autorun.inf
restart the pc

c and d reffers to the letters of partitions you have on your HD , if there is more - execute for everyone
Thanks BisVal!
I remembered I'd Imaged system before all this happened. Only minor changes since which i can redo.

However, this is very interesting. I remember doing something similar eons ago with NT.
It's been so long ago I forgot why I implemented it and what it does. Looks like it will remove
read only, hidden & system attributes from files but don't know how the autorun.inf fits. It's been that long. :confused:
I'll give it a whirl but if there's still something amiss, I'll restore latest and go from there.

I just can't get over how many people have this problem. In my case, it just came out of nowhere.

I also came across this:
Code:
http://www.winhelponline.com/blog/file-asso-fixes-for-windows-7/
Thank You Again!
 

My Computer My Computer

At a glance

Win 7 Pro 32bit - XP & W2K3 Server - Linuxi716 GBRadeon HD 7800 Series
Computer type
PC/Desktop
Computer Manufacturer/Model Number
ASUS - Home Built
OS
Win 7 Pro 32bit - XP & W2K3 Server - Linux
CPU
i7
Motherboard
Intel
Memory
16 GB
Graphics Card(s)
Radeon HD 7800 Series
Sound Card
Asus Xonar
Monitor(s) Displays
Asus
Hard Drives
SSD - Samsung EVO 1 TB + WD 2 TB x 4
PSU
EVGA G3 1000
Case
Thermaltake Level 10 GT
Cooling
Lots
Keyboard
Logitech
Mouse
MX Master 3
Internet Speed
1GB
Antivirus
Never
Browser
Pale Moon & Ungoogled Chromium, Brave etc.
Other Info
I thank you for this impressive forum
Back
Top