• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

notepad defaults to cmd prompt

henryma

Member
I changed notepad a while ago to open into cmd prompt when trying to make batch files, and thus I accidentally made .txt files default into cmd prompt, but now when I try to change it back to Notepad it won't change. I click on the default programs part and i double click notepad and click ok, yet it still it opens straight into cmd prompt.

Is there any way to edit this in registry or something to make it open back to notepad?

I'm running Windows 7 Ultimate 64-bit
AMD Phenom II X4 B60 3.3GHz
8GB G-Skill DDR3-1333 Ram
Hitachi 2TB 5400 RPM
EVGA GTX 460 SE
GA-880GM-UD2H Socket AM3 880G mATX Motherboard
 
Maybe look under this registry key

HKEY_CURRENT_USER\Software\Microsoft\Notepad

Also maybe here

HKEY_CLASSES_ROOT\.txt\OpenWithList\notepad.exe]

Or maybe here
HKEY_CLASSES_ROOT\Applications\notepad.exe HKEY_CLASSES_ROOT\Applications\notepad.exe\shell HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\edit HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\edit\command
C:\WINDOWS\notepad.exe "%1"
 
Last edited:
Back
Top