Windows 10 Windows 10 - GPO Script Not Mapping Drives

  • Thread starter Thread starter GlenV
  • Start date Start date
G

GlenV

Guest
Hello,

I have a ‘Group Policy Object’ that runs scripts at user logon (to map network drives) and logoff (to delete mapped network drives).

1467001.jpg


Login.bat


@echo off

NET USE B: \\Server\FolderA

NET USE P: \\Server\FolderB


Logoff.bat


@echo off

NET USE B: /delete

NET USE P: /delete


This has always worked seamlessly with ‘Windows XP’ and ‘Windows 7’.

However, ‘Windows 10’ isn’t processing the login script but is successfully completing the logoff script.

Is there anything I can do to fix the login script?

Any help gratefully received.

Kind regards,

Glen

More...
 
Back
Top