Startup script with Group policy

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to setup a startup script to map networkk drive to remote server
share. We are running windows 2003 sp1 server in a workgroup.

I created a .bat file and placed it in
C:\WINDOWS\System32\GroupPolicy\Machine\Scripts\Startup folder.

This is my batch file :

net use x: \\servername\apps password /user:username

when i restart this server i don't see the map drive X.

Plase help
 
I am trying to setup a startup script to map networkk drive to remote server
share. We are running windows 2003 sp1 server in a workgroup.

I created a .bat file and placed it in
C:\WINDOWS\System32\GroupPolicy\Machine\Scripts\Startup folder.

This is my batch file :

net use x: \\servername\apps password /user:username

when i restart this server i don't see the map drive X.

Plase help
In a workgroup, you would have to place the bat file at C:\WINDOWS\SYSTEM32\GroupPolicy\User\Scripts\Logon on every
computer, and run gpedit.msc on every computer to Configure the script at User configuration / windows setting / scripts (Logon/logoff)/Logon

Why not implement a domain?

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
 
Back
Top