error referring to a mapped drive

G

Guest

Hi all,
User getting error "The drive or network connection that the showcut s:.ink
refers to is unavailable. "
My senerio is: I have created a shortcut on the users desktop pointing to a
shared folder on the server that is mapped to the s: drive. Since I have
disabled showing mapped drives in the open dialog box, the user needs to
connect using the shortcut.
The error message above appears but when the user clicks OK then it goes
ahead and accesses the s: drive for them.
Is there a way to get rid of the error without unhiding the mapped drives?
Sher
 
L

lforbes

Hi,
Is there a way to get rid of the error without unhiding the mapped
drives?

Yes, do the shortcut to the Share itself rather than the Drive Letter.
Eg. Map O: to \\server\share but make the shortcut to
\\server\share
I do this all the time on my network and it works great.

Cheers,

Lara
 
G

Guest

Hi,
I actually had it mapped to the share and I was getting an error that caused
the program not to work at all so the vendor told me that it had to be mapped
to a virtual drive and use a drive letter. Now the program works but the
user gets the shortcut error. Maybe I don't understand what the vendor was
talking about when they said it has to be a virtual mapping.
Sher
 
L

lforbes

Sher4 said:
Hi,
I actually had it mapped to the share and I was getting an
error that caused
the program not to work at all so the vendor told me that it
had to be mapped
to a virtual drive and use a drive letter. Now the program
works but the
user gets the shortcut error. Maybe I don't understand what
the vendor was
talking about when they said it has to be a virtual mapping.
Sher


 > >Is there a way to get rid of the error without
unhiding the mapped
 > >drives?

Hi,

No that is right. Some software will only run under mapped drives. I
am not sure why you are hidding S:\ though if you have a shortcut to
it? Doesn’t that defeat the purpose? Is the shortcut to the share OR
to the application ON the share? I run lots of applications of hidden
shares and don’t get the error. Eg shortcut is O:\app.exe rather
than O:\ .

You can customize what shares you want to hide also though so you can
customize it to hide all mapped drives but S:
http://www.sd61.bc.ca/windows2000

Cheers,
Lara
 
G

Guest

I needed to create a folder for the user to import and export so the folder
is under our s: drive which is a shared folder for public use. Example:
s:\public\export folder. I have the open dialog gp set to hide drives
because I can't figure out how to hide only certain drives. Example I need
to hide drives C:,P:,and M: in all areas such as open dialog, explorer, my
computer. Since the S: drive mapping is hidden, the users have a shortcut on
their desktop the \\server\public which works with the exceptions of this
program.
Sherry
 
L

lforbes

Sher4 said:
I needed to create a folder for the user to import and export
so the folder
is under our s: drive which is a shared folder for public use.
Example:
s:publicexport folder. I have the open dialog gp set to
hide drives
because I can't figure out how to hide only certain drives.
Example I need
to hide drives C:,P:,and M: in all areas such as open dialog,
explorer, my
computer. Since the S: drive mapping is hidden, the users
have a shortcut on
their desktop the \serverpublic which works with the
exceptions of this
program.
Sherry


 > > Hi,
 > > I actually had it mapped to the share and I was
getting an
 > > error that caused
 > > the program not to work at all so the vendor told
me that it
 > > had to be mapped
 > > to a virtual drive and use a drive letter. Now the
program
 > > works but the
 > > user gets the shortcut error. Maybe I don't
understand what
 > > the vendor was
 > > talking about when they said it has to be a virtual
mapping.
 > > Sher
 > >
 > > "lforbes" wrote:
 > >
  > > > Hi,
  > > >
  > > > >Is there a way to get rid of the error
without
 > > unhiding the mapped
  > > > >drives?
  > > >
  > > > Yes, do the shortcut to the Share itself
rather than the
 > > Drive Letter.
  > > > Eg. Map O: to servershare but make the
shortcut to
  > > > servershare
  > > > I do this all the time on my network and it
works great.
  > > >
  > > > Cheers,
  > > >
  > > > Lara
  > > >
  > > > --
  > > > Posted using the
http://www.windowsforumz.com interface, at author's request
  > > > Articles individually checked for
conformance to usenet
 > > standards
  > > > Topic URL:
http://www.windowsforumz.com/Group-Policy-error-referring-mapped-drive-ftopict255820.html
  > > > Visit Topic URL to contact author (reg.
req'd). Report abuse:
http://www.windowsforumz.com/eform.php?p=789809
  > > >
Hi,

Example I need to hide drives C:,P:,and M: in all areas such as open
dialog, explorer, my computer.

Custom ADM drive hiding is easy. You just need to modify your
system.adm on ALL your DC’s and any machines that run the
adminpak.msi. It is a good idea to keep a copy of the system.adm you
modify as it is updated with an original from MS at every service pack
application.

I have directions on my website.
http://www.sd61.bc.ca/windows2000/HideDrives.htm

This the section of the adm that you have to modify. (ignore dots used
for spacing)

POLICY !!NoDrives
...EXPLAIN !!NoDrives_Help
......PART !!NoDrivesDropdown DROPDOWNLIST NOSORT REQUIRED
........VALUENAME "NoDrives"
..........ITEMLIST
.............NAME !!ABOnly VALUE NUMERIC 3
.............NAME !!COnly VALUE NUMERIC 4
.............NAME !!DOnly VALUE NUMERIC 8
".............NAME !!CPMOnly VALUE NUMERIC 36868"
.............NAME !!ABConly VALUE NUMERIC 7
.............NAME !!ABCDOnly VALUE NUMERIC 15
.............NAME !!ALLDrives VALUE NUMERIC 67108863
.............NAME !!RestNoDrives VALUE NUMERIC 0 (Default)
.........END ITEMLIST
......END PART
...END POLICY

(at end of system.adm find the Strings section) add

[strings]
CPMOnly="Hide C, P and M Drives only"
 
G

Guest

Hi again Lara,
Sorry my internet connection has been down. Anyway, I have looked at your
instructions on hiding drives and my question is :
Ok, I did a search for system.adm and found on my 2003 DC server that that
file is in 25 different locations. It shows up under c:\windows\inf and
again under c:\windows\sysvol I'm not sure which file I should modify. (The
file sizes are different). My senerio is that I have 2 domain controllers,
one is 2000 and the other is 2003 server. I am using the gpmc to change my
group policies. I just need to know for sure which system.adm file to use
and where to copy my modified one to.
Thanks in advance for any help on this.
Sher

lforbes said:
Sher4 said:
I needed to create a folder for the user to import and export
so the folder
is under our s: drive which is a shared folder for public use.
Example:
s:publicexport folder. I have the open dialog gp set to
hide drives
because I can't figure out how to hide only certain drives.
Example I need
to hide drives C:,P:,and M: in all areas such as open dialog,
explorer, my
computer. Since the S: drive mapping is hidden, the users
have a shortcut on
their desktop the \serverpublic which works with the
exceptions of this
program.
Sherry


http://www.windowsforumz.com interface, at author's request
req'd). Report abuse:
http://www.windowsforumz.com/eform.php?p=789809
Hi,

Example I need to hide drives C:,P:,and M: in all areas such as open
dialog, explorer, my computer.

Custom ADM drive hiding is easy. You just need to modify your
system.adm on ALL your DC’s and any machines that run the
adminpak.msi. It is a good idea to keep a copy of the system.adm you
modify as it is updated with an original from MS at every service pack
application.

I have directions on my website.
http://www.sd61.bc.ca/windows2000/HideDrives.htm

This the section of the adm that you have to modify. (ignore dots used
for spacing)

POLICY !!NoDrives
...EXPLAIN !!NoDrives_Help
......PART !!NoDrivesDropdown DROPDOWNLIST NOSORT REQUIRED
........VALUENAME "NoDrives"
..........ITEMLIST
.............NAME !!ABOnly VALUE NUMERIC 3
.............NAME !!COnly VALUE NUMERIC 4
.............NAME !!DOnly VALUE NUMERIC 8
".............NAME !!CPMOnly VALUE NUMERIC 36868"
.............NAME !!ABConly VALUE NUMERIC 7
.............NAME !!ABCDOnly VALUE NUMERIC 15
.............NAME !!ALLDrives VALUE NUMERIC 67108863
.............NAME !!RestNoDrives VALUE NUMERIC 0 (Default)
.........END ITEMLIST
......END PART
...END POLICY

(at end of system.adm find the Strings section) add

[strings]
CPMOnly="Hide C, P and M Drives only"
 
L

lforbes

Sher4 said:
Hi again Lara,
Sorry my internet connection has been down. Anyway, I have
looked at your
instructions on hiding drives and my question is :
Ok, I did a search for system.adm and found on my 2003 DC
server that that
file is in 25 different locations. It shows up under
c:windowsinf and
again under c:windowssysvol I'm not sure which file I should
modify. (The
file sizes are different). My senerio is that I have 2 domain
controllers,
one is 2000 and the other is 2003 server. I am using the gpmc
to change my
group policies. I just need to know for sure which system.adm
file to use
and where to copy my modified one to.
Thanks in advance for any help on this.
Sher

lforbes said:
"Sher4" wrote:
 > > I needed to create a folder for the user to import
and export
 > > so the folder
 > > is under our s: drive which is a shared folder for
public use.
 > > Example:
 > > s:publicexport folder. I have the open dialog gp
set to
 > > hide drives
 > > because I can't figure out how to hide only certain
drives.
 > > Example I need
 > > to hide drives C:,P:,and M: in all areas such as
open dialog,
 > > explorer, my
 > > computer. Since the S: drive mapping is hidden,
the users
 > > have a shortcut on
 > > their desktop the serverpublic which works with
the
 > > exceptions of this
 > > program.
 > > Sherry
 > >
 > > "lforbes" wrote:
 > >
  > > > "Sher4" wrote:
  > > > > Hi,
  > > > > I actually had it mapped to the share
and I was
 > > getting an
  > > > > error that caused
  > > > > the program not to work at all so the
vendor told
 > > me that it
  > > > > had to be mapped
  > > > > to a virtual drive and use a drive
letter. Now the
 > > program
  > > > > works but the
  > > > > user gets the shortcut error. Maybe I
don't
 > > understand what
  > > > > the vendor was
  > > > > talking about when they said it has to
be a virtual
 > > mapping.
  > > > > Sher
  > > > >
  > > > > "lforbes" wrote:
  > > > >
  > > > > > Hi,
  > > > > >
  > > > > > >Is there a way to get rid of the
error
 > > without
  > > > > unhiding the mapped
  > > > > > >drives?
  > > > > >
  > > > > > Yes, do the shortcut to the Share
itself
 > > rather than the
  > > > > Drive Letter.
  > > > > > Eg. Map O: to servershare but make
the
 > > shortcut to
  > > > > > servershare
  > > > > > I do this all the time on my network
and it
 > > works great.
  > > > > >
  > > > > > Cheers,
  > > > > >
  > > > > > Lara
  > > > > >
  > > > > > --
  > > > > > Posted using the
 > > http://www.windowsforumz.com interface, at author's
request
  > > > > > Articles individually checked for
 > > conformance to usenet
  > > > > standards
  > > > > > Topic URL:
 > >
http://www.windowsforumz.com/Group-Policy-error-referring-mapped-drive-ftopict255820.html
  > > > > > Visit Topic URL to contact author
(reg.
 > > req'd). Report abuse:
 > > http://www.windowsforumz.com/eform.php?p=789809
  > > > > >
  > > >
  > > > Hi,
  > > >
  > > > No that is right. Some software will only
run under mapped
 > > drives. I
  > > > am not sure why you are hidding S: though
if you have a
 > > shortcut to
  > > > it? Doesn’t that defeat the purpose?
Is the shortcut to
 > > the share OR
  > > > to the application ON the share? I run lots
of applications
 > > of hidden
  > > > shares and don’t get the error. Eg
shortcut is O:app.exe
 > > rather
  > > > than O: .
  > > >
  > > > You can customize what shares you want to
hide also though
 > > so you can
  > > > customize it to hide all mapped drives but
S:
  > > > http://www.sd61.bc.ca/windows2000
  > > >
  > > > Cheers,
  > > > Lara
  > > >
 > >Example I need to hide drives C:,P:,and M: in all
areas such as open
dialog, explorer, my computer.

Custom ADM drive hiding is easy. You just need to modify your
system.adm on ALL your DC’s and any machines that run the
adminpak.msi. It is a good idea to keep a copy of the system.adm you
modify as it is updated with an original from MS at every service pack
application.

I have directions on my website.
http://www.sd61.bc.ca/windows2000/HideDrives.htm

This the section of the adm that you have to modify. (ignore dots used
for spacing)

POLICY !!NoDrives
...EXPLAIN !!NoDrives_Help
......PART !!NoDrivesDropdown DROPDOWNLIST NOSORT REQUIRED
........VALUENAME "NoDrives"
..........ITEMLIST
.............NAME !!ABOnly VALUE NUMERIC 3
.............NAME !!COnly VALUE NUMERIC 4
.............NAME !!DOnly VALUE NUMERIC 8
".............NAME !!CPMOnly VALUE NUMERIC 36868"
.............NAME !!ABConly VALUE NUMERIC 7
.............NAME !!ABCDOnly VALUE NUMERIC 15
.............NAME !!ALLDrives VALUE NUMERIC 67108863
.............NAME !!RestNoDrives VALUE NUMERIC 0 (Default)
.........END ITEMLIST
......END PART
...END POLICY

(at end of system.adm find the Strings section) add

[strings]
CPMOnly="Hide C, P and M Drives only"

Hi,

The location to change is the C:\Windows\inf folder. That is the
main one that gets copied to the other locations which are actually
group policies.

Basically make sure you change it in all the C:\Windows\inf folders
on all your DC’s and any workstations you run Adminpak.msi AD tools
on.

The best idea is to download the newest ADM’s from Microsoft before
you make the modifications.
http://www.microsoft.com/downloads/...4b-7112-4b6c-ad4a-bbf3802a5c9b&DisplayLang=en

These ADM’s can replace any current ADM’s as they contain all the
settings for all the Win 2K/XP OS. Modify the system.adm and then
copy all these ADM’s including the modified system.adm to the
C:\Windows\inf on your Windows 2003 DC and C:\winnt\inf on your
Windows 2000 DC.

Cheers,

Lara
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top