Problem with windows registry entry

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
username1234
Junior Member
Junior Member
Posts: 4
Joined: 2019-01-01, 12:48 UTC

Problem with windows registry entry

Post by *username1234 »

Hello. I am having a problem with my windows 7. I read on the forum and edit my registry to add an entry which replaced my existing windows explorer with total commander explorer. But in my case this replaced a lot of information for instance I am not able to open the power option menu to adjust the screen brightness which is not convenient for me.

Does someone know how to remove this registry entry and return this back to normal.
https://www.ghisler.ch/board/viewtopic.php?t=1189
User avatar
Dalai
Power Member
Power Member
Posts: 10025
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: Problem with windows registry entry

Post by *Dalai »

Which one exactly did you use? Did you make a (registry) backup beforehand?

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
username1234
Junior Member
Junior Member
Posts: 4
Joined: 2019-01-01, 12:48 UTC

Re: Problem with windows registry entry

Post by *username1234 »

No I didn't I feel stuped. I used the second one.
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3896
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Re: Problem with windows registry entry

Post by *sqa_wizard »

username1234: At my Win7 registry there is no such default key:

Code: Select all

[HKEY_CLASSES_ROOT\Folder\shell]
@="TC"
Just delete the "Default" entry ... and reboot.
#5767 Personal license
username1234
Junior Member
Junior Member
Posts: 4
Joined: 2019-01-01, 12:48 UTC

Re: Problem with windows registry entry

Post by *username1234 »

But how do I do that?
User avatar
Dalai
Power Member
Power Member
Posts: 10025
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: Problem with windows registry entry

Post by *Dalai »

Open regedit.exe, navigate to the branch in question and delete the value?

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
Stefan2
Power Member
Power Member
Posts: 4281
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: Problem with windows registry entry

Post by *Stefan2 »

username1234 wrote: 2019-01-02, 13:33 UTC But how do I do that?
See,
---> [HKEY_CLASSES_ROOT\Folder\shell] is the KEY (the "path") in the registry hierarchy.
---> "@" is the NAME-part of an entry. Here the symbol @ represents --in the *.reg text file-- the real name "(Default)" or (Standard) in German.
---> "TC" is the VALUE for that entry.


For references, the original *.reg file from >>> https://www.ghisler.ch/board/viewtopic.php?p=9106#p9106
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Folder\shell]
@="TC"

[HKEY_CLASSES_ROOT\Folder\shell\TC]
[HKEY_CLASSES_ROOT\Folder\shell\TC\command]
@="\"C:\\totalcmd\\totalcmd.exe\" \"%1\""




- first google for a registry-tutorial and read
- start regedit
- browse to HKEY_CLASSES_ROOT\Folder\shell
- right click the "shell" folder and chose "Export" to have a copy, just in case.
- select the "shell" folder and see to the right... there should be in YOUR case: (Default) REG_SZ TC ?
- right click (Default) and chose "Modify" and remove that value "TC" (or change the "TC" value to "TC-disabled" to temporary disable it)
- reboot



 
username1234
Junior Member
Junior Member
Posts: 4
Joined: 2019-01-01, 12:48 UTC

Re: Problem with windows registry entry

Post by *username1234 »

great, 10x everyone
Post Reply