[THIN] Re: Flex Profiles and Drive Mappings
- From: Charles Watts <greg.watts@xxxxxxxx>
- To: <thin@xxxxxxxxxxxxx>
- Date: Wed, 31 Aug 2005 15:56:35 -0400
Thanks Jeff! This works!
Greg Watts
Systems Engineer
GTSI Corp.
3901 Stonecroft Blvd.
Chantilly, VA 20151
Office: (202) 231-8055
Mobile: (410) 274-3076
Fax: (815) 366-8281
greg.watts@xxxxxxxx
From: Jeff Matheis
Sent: Wed 8/31/2005 3:19 PM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: Flex Profiles and Drive Mappings
I had this same problem and Microsoft couldn't resolve it either. This is the
script a Microsoft person sent me to give us a workaround.
for /f "tokens=1" %%d in ('reg.exe query HKCU\Network') do for /f "tokens=3"
%%s in ('reg.exe query HKCU\Network\%%~nd /V RemotePath') do NET USE %%~nd: /d
&& NET USE %%~nd: %%s
Thanks
Jeff Matheis
Kimball International, Inc.
812-482-8302
jmathei@xxxxxxxxxxx
From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On Behalf Of
Charles Watts
Sent: Wednesday, August 31, 2005 2:15 PM
To: Thin (thin@xxxxxxxxxxxxx)
Subject: [THIN] Flex Profiles and Drive Mappings
I am using Flex 4.0 and having a problem with drive mappings not being saved.
The problem is that when a user maps a drive manually and then they log back in
the drive is not present in "my computer". If they open an application and save
it to the drive the drive is present. Once they do that than all the manually
created drives appear in "my computer". Does anyone know what I need to do to
get the drives to appear in "my computer" without having to launch an app? Are
the drives in a disconnect state? These are Windows 2003 servers and I do not
get the red x on the drives? Any ideas?
Thanks,
Greg Watts
Systems Engineer
GTSI Corp.
3901 Stonecroft Blvd.
Chantilly, VA 20151
Office: (202) 231-8055
Mobile: (410) 274-3076
Fax: (815) 366-8281
greg.watts@xxxxxxxx
- References:
- [THIN] Re: Flex Profiles and Drive Mappings
- From: Jeff Matheis
Other related posts:
- » [THIN] Flex Profiles and Drive Mappings
- » [THIN] Re: Flex Profiles and Drive Mappings
- » [THIN] Re: Flex Profiles and Drive Mappings
- » [THIN] Re: Flex Profiles and Drive Mappings
- [THIN] Re: Flex Profiles and Drive Mappings
- From: Jeff Matheis