General discussion

  • Creator
    Topic
  • #2080669

    HIDDEN HOME DIRECTORY

    Locked

    by a31modela ·

    With NT 4.0, can I create a hidden home directory for use with a template ? can I make the home path – \\servername\share\%username%$ would this make a hidden share for the home directory??

All Comments

  • Author
    Replies
    • #3893227

      HIDDEN HOME DIRECTORY

      by phinaddict ·

      In reply to HIDDEN HOME DIRECTORY

      unfortunately in the testing that I have done I haven’t been able to get that to work. The “$” on the end keeps the %username% from resolving.

      Good Luck

    • #3893217

      HIDDEN HOME DIRECTORY

      by kevin_b ·

      In reply to HIDDEN HOME DIRECTORY

      I haven’t tried it, but perhaps a batch file to change the rights to the directory after it is created with CALCS.exe so the user is the only one that can see it and then attrib so it is hidden.

    • #3893186

      HIDDEN HOME DIRECTORY

      by dvn ·

      In reply to HIDDEN HOME DIRECTORY

      Line \\servername\share\%username%$ won’t work because $ hides share not a directory.
      It should be \\servername\%username%$, but unfortunately NT will not create those directories for you. You need to share them manually or use Resource Kit Util rmtshare.exe in a batch file to do it.

Viewing 2 reply threads