Problem with windows registry entry
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 4
- Joined: 2019-01-01, 12:48 UTC
Problem with windows registry entry
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
Does someone know how to remove this registry entry and return this back to normal.
https://www.ghisler.ch/board/viewtopic.php?t=1189
Re: Problem with windows registry entry
Which one exactly did you use? Did you make a (registry) backup beforehand?
Regards
Dalai
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
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
-
- Junior Member
- Posts: 4
- Joined: 2019-01-01, 12:48 UTC
Re: Problem with windows registry entry
No I didn't I feel stuped. I used the second one.
- sqa_wizard
- Power Member
- Posts: 3896
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
Re: Problem with windows registry entry
username1234: At my Win7 registry there is no such default key: Just delete the "Default" entry ... and reboot.
Code: Select all
[HKEY_CLASSES_ROOT\Folder\shell]
@="TC"
#5767 Personal license
-
- Junior Member
- Posts: 4
- Joined: 2019-01-01, 12:48 UTC
Re: Problem with windows registry entry
But how do I do that?
Re: Problem with windows registry entry
Open regedit.exe, navigate to the branch in question and delete the value?
Regards
Dalai
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
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: Problem with windows registry entry
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
-
- Junior Member
- Posts: 4
- Joined: 2019-01-01, 12:48 UTC
Re: Problem with windows registry entry
great, 10x everyone