Mapped network drive not visible when running as administrator

Discussion in 'Windows Virtual Machine' started by BassamT, May 2, 2013.

  1. BassamT

    BassamT Bit poster

    Messages:
    2
    By default parallels maps a drive on Windows 8 guest OS (z:\ to \\psf\Home). This drive is visible and usable when I'm running application that are not elevated. For application that are elevated the z:\ is not visible. I can still access \\psf\home but not z:\. I've tried the following:

    http://support.microsoft.com/kb/937624

    But it does not help. Anyone solve this?
     
  2. JaeyounY

    JaeyounY Bit poster

    Messages:
    9
    I had a same issue, but I could resolve the issue tentatively.

    Create a batch file containing the below:
    net use z: \\psf\Home

    Run the batch file as administrator by right-click on the batch file whenever I log in Windows 8.
    Then I can access the z-drive even when any application is elevated.

    I tried to make a shortcut to the batch file in shell:startup but made no success yet.
     
    iskeld likes this.
  3. MichaelS108

    MichaelS108 Bit poster

    Messages:
    2
    You can add a scheduled task to run on log in that will execute the bat file with elevated privileges. Then you don't have to remember to manually run the script.
     

Share This Page