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.
[Fixed] Some drives can't be accessed from TC
Moderators: Hacker, petermad, Stefan2, white
[Fixed] Some drives can't be accessed from TC
Last edited by arko on 2023-08-13, 09:31 UTC, edited 2 times in total.
- ghisler(Author)
- Site Admin
- Posts: 50463
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Some drives can't be accessed from TC
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\
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
https://www.ghisler.com
Re: Some drives can't be accessed from TC
Registry has no such record, same output for both HKCU and HKLM: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\
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
Code: Select all
Allowed=abcdeghijklmnopqrstuvwxyz
Re: [Fixed] Some drives can't be accessed from TC
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.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Some drives can't be accessed from TC
You must have, TC doesn't make that entry itself.arko wrote: 2023-08-13, 09:31 UTC
...And, bingo! Indeed, wincmd.ini was missing "f" for some reason:
Any idea why was it not there? I haven't edited that property manually.Code: Select all
Allowed=abcdeghijklmnopqrstuvwxyz
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.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar