[Fixed] Some drives can't be accessed from TC

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
arko
Junior Member
Junior Member
Posts: 85
Joined: 2020-04-05, 06:41 UTC

[Fixed] Some drives can't be accessed from TC

Post by *arko »

Potentially related to #457602.

I am unable to access some drives which are bog-standard, local disks without Bitlocker.

For example, here is what I see in TC v11: Image: https://gcdnb.pbrd.co/images/FeyFrNx3Gpe2.png

And here is the Explorer view: Image: https://gcdnb.pbrd.co/images/rwVoWeYiKC68.png

I have tried setting EnableLinkedConnections to 1, but to no avail.
Last edited by arko on 2023-08-13, 09:31 UTC, edited 2 times in total.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48088
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Some drives can't be accessed from TC

Post by *ghisler(Author) »

Please check whether drive F: is forbidden. This can be achieved in several ways:
1. Via file wincmd.ini, section [Configuration]:
Allowed=CDEG\
would disallow drive F ( \ allows the network neighborhood).

You can open the wincmd.ini via Configuration - Change settings files directly.

Or via Registry:
HKEY_CURRENT_USER\Software\Ghisler\Total Commander\Configuration
HKEY_LOCAL_MACHINE\Software\Ghisler\Total Commander\Configuration
String value:
Allowed
content for example:
ACDEG\
Author of Total Commander
https://www.ghisler.com
arko
Junior Member
Junior Member
Posts: 85
Joined: 2020-04-05, 06:41 UTC

Re: Some drives can't be accessed from TC

Post by *arko »

ghisler(Author) wrote: 2023-08-13, 08:33 UTC Please check whether drive F: is forbidden. This can be achieved in several ways:
1. Via file wincmd.ini, section [Configuration]:
Allowed=CDEG\
would disallow drive F ( \ allows the network neighborhood).

You can open the wincmd.ini via Configuration - Change settings files directly.

Or via Registry:
HKEY_CURRENT_USER\Software\Ghisler\Total Commander\Configuration
HKEY_LOCAL_MACHINE\Software\Ghisler\Total Commander\Configuration
String value:
Allowed
content for example:
ACDEG\
Registry has no such record, same output for both HKCU and HKLM:

Code: Select all

$ Get-ChildItem -Path "HKLM:\SOFTWARE\Ghisler\" -Recurse


    Hive: HKEY_LOCAL_MACHINE\SOFTWARE\Ghisler


Name                           Property
----                           --------
Total Commander                IniFileName : %APPDATA%\GHISLER\wincmd.ini
                               FtpIniName  : %APPDATA%\GHISLER\wcx_ftp.ini
                               InstallDir  : C:\Program Files\totalcmd
...And, bingo! Indeed, wincmd.ini was missing "f" for some reason:

Code: Select all

Allowed=abcdeghijklmnopqrstuvwxyz
Any idea why was it not there? I haven't edited that property manually.
User avatar
petermad
Power Member
Power Member
Posts: 14809
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: [Fixed] Some drives can't be accessed from TC

Post by *petermad »

Moderator message from: petermad » 2023-08-13, 10:28 UTC

Moved from "TC11.x bug reports (English)" - no bug

See also: viewtopic.php?t=78503
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
petermad
Power Member
Power Member
Posts: 14809
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Some drives can't be accessed from TC

Post by *petermad »

arko wrote: 2023-08-13, 09:31 UTC
...And, bingo! Indeed, wincmd.ini was missing "f" for some reason:

Code: Select all

Allowed=abcdeghijklmnopqrstuvwxyz
Any idea why was it not there? I haven't edited that property manually.
You must have, TC doesn't make that entry itself.

Anyway if you allow ALL drive letters from a to z you don't need the allowed= entry in your wincmd.ini - all drive letters are allowed by default. But if you want to not allow network shares you need the whole list.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Post Reply