windows - Hide the redirected drives -


when redirecting local drive rds ts , using "net use drive_letter share_name" end 2 entries each redirected drive

in computer:

1) share_name on computer_name

2) share_name (drive_letter)

for example, if redirect directory named "kingston" computer named "archer" get:

1) kingston on archer

after using command net use g: \tsclient\kingston

i 2 enrties:

1) kingston on archer 2) kigston (\tsclient) (e:)

is there way hide first entry avoid confuse users?

so far tried:

1) erase share name in registry

https://discussions.citrix.com/topic/300387-hiding-mapped-client-drives-content-redirection/

but leaves system folder each "removed" share not @ all

2) make appropriate folder hidden.

tried set

hkcu\software\classes{clsidxyz}\shellfolder\attributes 0xf008000

according https://msdn.microsoft.com/ru-ru/library/windows/desktop/bb762589(v=vs.85).aspx

sfgao_hidden 0x00080000

but still see share

notes:

folder options set "do not show hidden files,,,,"

i tried change hkcu\software\classes\wow6432node{clsidxyz}\shellfolder\attributes

interestingly, changing defaulticon works.

i can set hkcu\software\classes{clsidxyz}\defaulticon "%systemroot%\system32\shell32.dll, 9" "%systemroot%\system32\shell32.dll, 12" , see folder icon change "chip" picture.

please note doesn't matter client use long speaks correct rdp:) can same result using rdp client.

for example, use mstsc.exe share drive like.

i tried ask microsoft support alas received no real answer yet: https://social.technet.microsoft.com/forums/windowsserver/en-us/ce33d4d5-86f3-47e9-a9a7-56b19fae598f/hide-the-redirected-drives?forum=winserverts

tia.

best regards,

alexz.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -