Mapped network drive TC not visible in vista explorer
Moderators: Hacker, petermad, Stefan2, white
Mapped network drive TC not visible in vista explorer
Hi, Whenever I map a network drive in TC 7.04a it is visible in TC but when I switch to Vista explorer (32bit ultimate) none of the mapped drives show. Also apps. like itunes can't see these mapped drives until I map these again in vista explorer. I would think it should not make a difference but I can't seen to find out what the issue is. It also works the other way, drives mapped in vista explorer are not visible in TC.
Anyone ???
Thanks !
Anyone ???
Thanks !
- ghisler(Author)
- Site Admin
- Posts: 50841
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
You probably started TC via right click menu "As Administrator". On Vista, mapped drives are user-specific, so a drive mapped for the Administrator will not be seen by another user.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
2SuprA
Yes. This works out of the box. Why are you asking? Do you copy system files from or to network drives/shares?
Regards
Dalai
Yes. This works out of the box. Why are you asking? Do you copy system files from or to network drives/shares?
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
I'm asking because I prefer to use TC in "Run as Administrator" mode, so I need to click "Yes" button only once, at the start of the program, instead of clicking it each time when I want to visit folders like "C:\Windows\Temp" or "C:\Users\NotMe".Dalai wrote:2SuprA
Yes. This works out of the box. Why are you asking? Do you copy system files from or to network drives/shares?
I've just found a solution from Microsoft: just create a DWORD (32-bit) value named "EnableLinkedConnections" in "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" and set its value to "1". After restart of the computer, Total Commander and other programs that runs with elevated privileges will see the mapped network drive.
2SuprA
Be aware that EVERY program you launch from an elevated TC inherits administrative permissions! That includes programs run by doube-clicking on a document, audio file and so on! You basically removed any write protection offered by the OS. If it's just the UAC part that bothers you - to allow TC admin tool to do its job, it's better to make it stay in memory longer:Set this to a high value or 0 so you only have to allow it once per TC instance. This was taken from TC help, section 4.b).
Regards
Dalai
Be aware that EVERY program you launch from an elevated TC inherits administrative permissions! That includes programs run by doube-clicking on a document, audio file and so on! You basically removed any write protection offered by the OS. If it's just the UAC part that bothers you - to allow TC admin tool to do its job, it's better to make it stay in memory longer:
Code: Select all
AdminTimeout=180
Determines after how many seconds of inactivity tcmadmin.exe (used for copy/delete etc. as admin) is terminated. Special values:
0: no timeout
-1: disable copy as admin completely
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