Results 1 to 2 of 2

Thread: Server 2008 how auto mount shares in workgroup mode

  1. #1
    Join Date
    Sep 2008
    Posts
    1

    Server 2008 how auto mount shares in workgroup mode

    Hi there

    I have a 2008 server running mainly for remote logins via terminal services. I have set up this server in workgroup mode with no AD.

    I have some shares that I want a certain group to have auto mounted when they login via TS. is this possible?

    Also, I want to hide a hard drive, say Z:, from certain users/groups. I have already denied them access to that drive, but now i want it to be not visible in my computer when they log in. is that possible as well?

    Thanks a lot.
    Munky

  2. #2
    Pegasus \(MVP\) Guest

    Re: Server 2008 how auto mount shares in workgroup mode


    "assassinmunky" <assassinmunky.3fmufc@DoNotSpam.com> wrote in message
    news:assassinmunky.3fmufc@DoNotSpam.com...
    >
    > Hi there
    >
    > I have a 2008 server running mainly for remote logins via terminal
    > services. I have set up this server in workgroup mode with no AD.
    >
    > I have some shares that I want a certain group to have auto mounted
    > when they login via TS. is this possible?
    >
    > Also, I want to hide a hard drive, say Z:, from certain users/groups.
    > I have already denied them access to that drive, but now i want it to be
    > not visible in my computer when they log in. is that possible as well?
    >
    > Thanks a lot.
    > Munky
    > --
    > assassinmunky


    To auto-mount a share, use a logon script of the form
    net use /persistent:no
    net use S: \\YourServer\Sales

    To hide drives in Explorer, create this dWord value:
    HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDrives
    To hide drive A, set NoDrives to $1 (hex 1).
    To hide drive D, set NoDrives to $8 (hex 8).
    To hide drive Z, set NoDrives to $2000000.
    The change will become effective at the next logon time. To access drive Z:
    even while it is hidden, type "Z:\" in the address bar in Explorer or in "My
    Computer".



Similar Threads

  1. Server 2003 users get access denied on server 2008 shares
    By lightgate in forum Active Directory
    Replies: 1
    Last Post: 10-05-2011, 11:03 PM
  2. Windows Server 2008 - Workgroup
    By nalinp in forum Windows Server Help
    Replies: 1
    Last Post: 21-04-2011, 05:29 PM
  3. Replies: 3
    Last Post: 10-08-2010, 04:48 PM
  4. Replies: 10
    Last Post: 11-11-2009, 01:58 AM
  5. Server 2008 CAL's in a Workgroup
    By cmontis@gmail.com in forum Windows Server Help
    Replies: 6
    Last Post: 27-11-2008, 12:19 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,556,797.43545 seconds with 17 queries